win32 library
Provides direct, strongly-typed access to core Win32 and COM APIs for Windows development.
It exposes commonly used functions, constants, and data structures, enabling Dart and Flutter applications to integrate with native Windows functionality without requiring a C or C++ layer.
The Win32 API surface is vast and uneven in relevance. Rather than attempting full coverage, this package focuses on APIs that are broadly useful to Dart developers, Windows application authors, and Flutter plugin maintainers. Lower-level or highly specialized APIs are included selectively, based on practical demand and long-term maintainability.
Win32 and COM are fundamentally C-based technologies. Their design relies heavily on pointers, explicit memory management, structs, and native string representations. This library exposes those concepts directly and intentionally, prioritizing correctness, performance, and fidelity to the underlying platform. Higher-level or more idiomatic Dart abstractions can be built on top where appropriate, but are not imposed by default.
Win32 is at its heart a C-based API, and accordingly adopts the style and idioms of that language, including heavy usage of pointers, structs allocated on the heap, and null-terminated strings. As a result, you may choose to wrap the exposed APIs in your application to make their invocation more idiomatic for a Dart consumer.
For architectural guidance, design rationale, and examples of building Windows applications and plugins with Dart, see the documentation.
Classes
- ACCEL struct
- Defines an accelerator key used in an accelerator table.
- ACCENT_POLICY struct
- Determines how a window's background is rendered.
- ACL struct
- Header of an access control list (ACL).
- ACTCTX struct
- Used by the CreateActCtx function to create the activation context.
- ADDJOB_INFO_1 struct
- Identifies a print job as well as the directory and file in which an application can store that job.
- ADDRINFO struct
- Used by the GetAddrInfoW function to hold host address information.
- ALTTABINFO struct
- Contains status information for the application-switching (ALT+TAB) window.
- APPX_PACKAGE_SETTINGS struct
- Represents package settings used to create a package.
- ARRAYDESC struct
- Describes an array, its element type, and its dimension.
- ASSEMBLYMETADATA struct
- AudioClientProperties struct
- Used to set the parameters that describe the properties of the client's audio stream.
- BIND_OPTS struct
- Contains parameters used during a moniker-binding operation.
- BINDPTR union
- Describes a pointer.
- BITMAP struct
- Defines the type, width, height, color format, and bit values of a bitmap.
- BITMAPFILEHEADER struct
- Contains information about the type, size, and layout of a file that contains a DIB.
- BITMAPINFO struct
- Defines the dimensions and color information for a DIB.
- BITMAPINFOHEADER struct
- Contains information about the dimensions and color format of a device-independent bitmap (DIB).
- BITMAPV5HEADER struct
- The bitmap information header file.
- BLENDFUNCTION struct
- Controls blending by specifying the blending functions for source and destination bitmaps.
- BLOB struct
- Contains information about a block of data.
- BLUETOOTH_ADDRESS struct
- BLUETOOTH_ADDRESS_0 union
- BLUETOOTH_AUTHENTICATE_RESPONSE struct
- Contains information passed in response to a BTH_REMOTE_AUTHENTICATE_REQUEST event.
- BLUETOOTH_AUTHENTICATE_RESPONSE_0 union
- BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS struct
- Contains specific configuration information about the Bluetooth device responding to an authentication request.
- BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0 union
- BLUETOOTH_COD_PAIRS struct
- Provides for specification and retrieval of Bluetooth Class Of Device (COD) information.
- BLUETOOTH_DEVICE_INFO struct
- BLUETOOTH_DEVICE_SEARCH_PARAMS struct
- Specifies search criteria for Bluetooth device searches.
- BLUETOOTH_FIND_RADIO_PARAMS struct
- Facilitates enumerating installed Bluetooth radios.
- BLUETOOTH_GATT_VALUE_CHANGED_EVENT struct
- Describes a changed attribute value.
- BLUETOOTH_GATT_VALUE_CHANGED_EVENT_REGISTRATION struct
- Describes one or more characteristics that have changed.
- BLUETOOTH_NUMERIC_COMPARISON_INFO struct
- Contains the numeric value used for authentication via numeric comparison.
- BLUETOOTH_OOB_DATA_INFO struct
- Contains data used to authenticate prior to establishing an Out-of-Band device pairing.
- BLUETOOTH_PASSKEY_INFO struct
- Contains a passkey value used for authentication.
- BLUETOOTH_PIN_INFO struct
- Contains information used for authentication via PIN.
- BLUETOOTH_RADIO_INFO struct
- Contains information about a Bluetooth radio.
- BLUETOOTH_SELECT_DEVICE_PARAMS struct
- Facilitates and manages the visibility, authentication, and selection of Bluetooth devices and services.
- BROWSEINFO struct
- Contains parameters for the SHBrowseForFolder function and receives information about the folder selected by the user.
- BSMINFO struct
- Contains information about a window that denied a request from BroadcastSystemMessageEx.
- BSTRBLOB struct
- BTH_DEVICE_INFO struct
- Stores information about a Bluetooth device.
- BTH_HCI_EVENT_INFO struct
- Used in connection with obtaining WM_DEVICECHANGE messages for Bluetooth.
- BTH_L2CAP_EVENT_INFO struct
- Contains data about events associated with an L2CAP channel.
- BTH_LE_GATT_CHARACTERISTIC struct
- Describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile characteristic.
- BTH_LE_GATT_CHARACTERISTIC_VALUE struct
- Describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile characteristic value.
- BTH_LE_GATT_DESCRIPTOR struct
- Describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile descriptor.
- BTH_LE_GATT_DESCRIPTOR_VALUE struct
- Describes a parent characteristic.
- BTH_LE_GATT_DESCRIPTOR_VALUE_0 union
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_0 struct
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_1 struct
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_2 struct
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_3 struct
- BTH_LE_GATT_SERVICE struct
- Describes a Bluetooth Low Energy (LE) generic attribute (GATT) profile service.
- BTH_LE_UUID struct
- Contains information about a Bluetooth Low Energy (LE) Universally Unique Identifier (UUID).
- BTH_LE_UUID_0 union
- BTH_QUERY_DEVICE struct
- Used when querying for the presence of a Bluetooth device.
- BTH_QUERY_SERVICE struct
- Used to query a Bluetooth service.
- BTH_RADIO_IN_RANGE struct
- Stores data about Bluetooth devices within communication range.
- BTH_SET_SERVICE struct
- Provides service information for the specified Bluetooth service.
- BY_HANDLE_FILE_INFORMATION struct
- Contains information that the GetFileInformationByHandle function retrieves.
- CABOOL struct
- CABSTR struct
- CABSTRBLOB struct
- CAC struct
- CACHE_DESCRIPTOR struct
- Describes the cache attributes.
- CACLIPDATA struct
- CACLSID struct
- CACY struct
- CADATE struct
- CADBL struct
- CAFILETIME struct
- CAFLT struct
- CAH struct
- CAI struct
- CAL struct
- CALPSTR struct
- CALPWSTR struct
- CAPROPVARIANT struct
- CASCODE struct
- CAUB struct
- CAUH struct
- CAUI struct
- CAUL struct
- CBT_CREATEWND struct
- Contains information passed to a WH_CBT hook procedure, CBTProc, before a window is created.
- CBTACTIVATESTRUCT struct
- Contains information passed to a WH_CBT hook procedure, CBTProc, before a window is activated.
- CERT_CONTEXT struct
- Contains both the encoded and decoded representations of a certificate.
- CERT_EXTENSION struct
- Contains the extension information for a certificate, Certificate Revocation List (CRL) or Certificate Trust List (CTL).
- CERT_INFO struct
- Contains the information of a certificate.
- CERT_PUBLIC_KEY_INFO struct
- Contains a public key and its algorithm.
- CHANGEFILTERSTRUCT struct
- Contains extended result information obtained by calling the ChangeWindowMessageFilterEx function.
- CHAR_INFO struct
- Specifies a Unicode or ANSI character and its attributes.
- CHAR_INFO_0 union
- CHOOSECOLOR struct
- Contains information the ChooseColor function uses to initialize the Color dialog box.
- CHOOSEFONT struct
- Contains information that the ChooseFont function uses to initialize the Font dialog box.
- CIEXYZ struct
- Contains the x,y, and z coordinates of a specific color in a specified color space.
- CIEXYZTRIPLE struct
- Contains the x,y, and z coordinates of the three colors that correspond to the red, green, and blue endpoints for a specified logical color space.
- CLIENT_ID struct
- CLIPDATA struct
- COLORADJUSTMENT struct
- Defines the color adjustment values used by the StretchBlt and StretchDIBits functions when the stretch mode is HALFTONE.
-
ComCompanion<
T extends ComInterface> com -
Companion metadata for a specific COM interface type
T. - COMDLG_FILTERSPEC struct
- Used generically to filter elements.
- ComInterface com
- Base interface for all COM types that participate in the companion system.
- COMMCONFIG struct
- Contains information about the configuration state of a communications device.
- COMMPROP struct
- Contains information about a communications driver.
- COMMTIMEOUTS struct
- Contains the time-out parameters for a communications device.
- COMSTAT struct
- Contains information about a communications device.
- CONDITION_VARIABLE struct
- CONNECTDATA struct
- Describes a connection that exists to a given connection point.
- CONSOLE_CURSOR_INFO struct
- Contains the size and visibility information about the about the console cursor.
- CONSOLE_READCONSOLE_CONTROL struct
- Contains information for a console read operation.
- CONSOLE_SCREEN_BUFFER_INFO struct
- Contains information about a console screen buffer.
- CONSOLE_SELECTION_INFO struct
- Contains information for a console selection.
- COORD struct
- Defines the coordinates of a character cell in a console screen buffer.
- COR_FIELD_OFFSET struct
- CREATEFILE2_EXTENDED_PARAMETERS struct
- Contains optional extended parameters for CreateFile2.
- CREATESTRUCT struct
- Defines the initialization parameters passed to the window procedure of an application.
- CREDENTIAL struct
- Contains an individual credential.
- CREDENTIAL_ATTRIBUTE struct
- Contains an application-defined attribute of the credential.
- CRYPT_ALGORITHM_IDENTIFIER struct
- Specifies an algorithm used to encrypt a private key.
- CRYPT_BIT_BLOB struct
- Contains a set of bits represented by an array of bytes.
- CRYPT_INTEGER_BLOB struct
- Used for an arbitrary array of bytes.
- CRYPTPROTECT_PROMPTSTRUCT struct
- Provides the text of a prompt and information about when and where that prompt is to be displayed when using the CryptProtectData and CryptUnprotectData functions.
- CURSORINFO struct
- Contains global cursor information.
- CWPRETSTRUCT struct
- Defines the message parameters passed to a WH_CALLWNDPROCRET hook procedure, CallWndRetProc.
- CWPSTRUCT struct
- Defines the message parameters passed to a WH_CALLWNDPROC hook procedure, CallWndProc.
- CY union
- Useful for calculations involving money, or for any fixed-point calculation where accuracy is particularly important.
- CY_0 struct
- DCB struct
- Defines the control setting for a serial communications device.
- DEBUGHOOKINFO struct
- Contains debugging information passed to a WH_DEBUG hook procedure, DebugProc.
- DECIMAL struct
- Represents a decimal data type that provides a sign and scale for a number.
- DECIMAL_0 union
- DECIMAL_0_0 struct
- DECIMAL_1 union
- DECIMAL_1_0 struct
- DESIGNVECTOR struct
- Used by an application to specify values for the axes of a multiple master font.
- DEV_BROADCAST_DEVICEINTERFACE struct
- Contains information about a class of devices.
- DEV_BROADCAST_HDR struct
- Serves as a standard header for information related to a device event reported through the WM_DEVICECHANGE message.
- DEV_BROADCAST_VOLUME struct
- Contains information about a logical volume.
- DEVMODE struct
- Used for specifying characteristics of display and print devices in the Unicode (wide) character set.
- DEVMODE_0 union
- DEVMODE_0_0 struct
- DEVMODE_0_1 struct
- DEVMODE_1 union
- DEVPROPKEY struct
- DIBSECTION struct
- Contains information about a DIB created by calling the CreateDIBSection function.
- DISK_EXTENT struct
- Represents a disk extent.
- DISK_GEOMETRY struct
- Describes the geometry of disk devices and media.
- DISK_GEOMETRY_EX struct
- Describes the extended geometry of disk devices and media.
- Dispatcher
- A wrapper around the IDispatch interface for interacting with COM objects using late binding.
- DISPLAY_DEVICE struct
- Receives information about the display device specified by the iDevNum parameter of the EnumDisplayDevices function.
- DISPLAYCONFIG_2DREGION struct
- Represents a point or an offset in a two-dimensional space.
- DISPLAYCONFIG_DESKTOP_IMAGE_INFO struct
- Contains information about the image displayed on the desktop.
- DISPLAYCONFIG_DEVICE_INFO_HEADER struct
- Contains display information about the device.
- DISPLAYCONFIG_MODE_INFO struct
- Contains either source mode or target mode information.
- DISPLAYCONFIG_MODE_INFO_0 union
- DISPLAYCONFIG_PATH_INFO struct
- Used to describe a single path from a target to a source.
- DISPLAYCONFIG_PATH_SOURCE_INFO struct
- Contains source information for a single path.
- DISPLAYCONFIG_PATH_SOURCE_INFO_0 union
- DISPLAYCONFIG_PATH_SOURCE_INFO_0_0 struct
- DISPLAYCONFIG_PATH_TARGET_INFO struct
- Contains target information for a single path.
- DISPLAYCONFIG_PATH_TARGET_INFO_0 union
- DISPLAYCONFIG_PATH_TARGET_INFO_0_0 struct
- DISPLAYCONFIG_RATIONAL struct
- Describes a fractional value that represents vertical and horizontal frequencies of a video mode (that is, vertical sync and horizontal sync).
- DISPLAYCONFIG_SOURCE_MODE struct
- Represents a point or an offset in a two-dimensional space.
- DISPLAYCONFIG_TARGET_MODE struct
- Describes a display path target mode.
- DISPLAYCONFIG_VIDEO_SIGNAL_INFO struct
- Contains information about the video signal for a display.
- DISPLAYCONFIG_VIDEO_SIGNAL_INFO_0 union
- DISPLAYCONFIG_VIDEO_SIGNAL_INFO_0_0 struct
- DISPPARAMS struct
- Contains the arguments passed to a method or property.
- DLGITEMTEMPLATE struct
- Defines the dimensions and style of a control in a dialog box.
- DLGTEMPLATE struct
- Defines the dimensions and style of a dialog box.
- DLLVERSIONINFO struct
- Receives DLL-specific version information.
- DOC_INFO_1 struct
- Describes a document that will be printed.
- DOT11_AUTH_CIPHER_PAIR struct
- Defines a pair of 802.11 authentication and cipher algorithms that can be enabled at the same time on the 802.11 station.
- DOT11_BSSID_LIST struct
- Contains a list of basic service set (BSS) identifiers.
- DOT11_NETWORK struct
- Contains information about an available wireless network.
- DOT11_NETWORK_LIST struct
- Contains a list of 802.11 wireless networks.
- DOT11_SSID struct
- Contains the SSID of an interface.
- DRAWTEXTPARAMS struct
- Contains extended formatting options for the DrawTextEx function.
- DROPFILES struct
- Defines the CF_HDROP clipboard format.
- DSREG_JOIN_INFO struct
- Contains information about how a device is joined to Microsoft Azure Active Directory.
- DSREG_USER_INFO struct
- Contains information about a user account that is used to join a device to Microsoft Azure Active Directory.
- DTBGOPTS struct
- Defines the options for the DrawThemeBackgroundEx function.
- DTTOPTS struct
- Defines the options for the DrawThemeTextEx function.
- DWM_BLURBEHIND struct
- Specifies Desktop Window Manager (DWM) blur-behind properties.
- EAP_METHOD_TYPE struct
- Contains type, identification, and author information about an EAP method.
- EAP_TYPE struct
- Contains type and vendor identification information for an EAP method.
- ELEMDESC struct
- Contains the type description and process-transfer information for a variable, a function, or a function parameter.
- ELEMDESC_0 union
- ENUM_PAGE_FILE_INFORMATION struct
- Contains information about a pagefile.
- ENUM_SERVICE_STATUS struct
- Contains the name of a service in a service control manager database and information about that service.
- ENUM_SERVICE_STATUS_PROCESS struct
- Contains the name of a service in a service control manager database and information about the service.
- ENUMLOGFONTEX struct
- Contains information about an enumerated font.
- EVENTMSG struct
- Contains information about a hardware message sent to the system message queue.
- EVT_RPC_LOGIN struct
- Contains the information used to connect to a remote computer.
- EVT_VARIANT struct
- Contains event data or property values.
- EVT_VARIANT_0 union
- EXCEPINFO struct
- Describes an exception that occurred during IDispatch::Invoke.
- ExtendedProperty struct
- Represents a Microsoft-extended property.
- FD_SET struct
- Used by Windows Sockets (Winsock) functions and service providers to place sockets into a set.
- FILE_SEGMENT_ELEMENT union
- Represents a segment buffer structure for scatter/gather read/write actions.
- FILETIME struct
- Holds an unsigned 64-bit date and time value for a file.
- FINDREPLACE struct
- Contains information that the FindText and ReplaceText functions use to initialize the Find and Replace dialog boxes.
- FOCUS_EVENT_RECORD struct
- Describes a focus event in a console INPUT_RECORD structure.
- FUNCDESC struct
- Describes a function.
- GESTURECONFIG struct
- Gets and sets the configuration for enabling gesture messages and the type of this configuration.
- GESTUREINFO struct
- Stores information about a gesture.
- GESTURENOTIFYSTRUCT struct
- When transmitted with WM_GESTURENOTIFY messages, passes information about a gesture.
- GUID struct
- A native representation of a Windows GUID (Globally Unique Identifier).
- GUITHREADINFO struct
- Contains information about a GUI thread.
- HARDWAREINPUT struct
- Contains information about a simulated message generated by an input device other than a keyboard or mouse.
- HOSTENT struct
- Used by functions to store information about a given host, such as host name, IPv4 address, and so forth.
- IAccessible com
- Exposes methods and properties that make a user interface element and its children accessible to client applications.
- IAgileObject com
- Marks an interface as agile across apartments.
- IApplicationActivationManager com
- Provides methods which activate Windows Store apps for the Launch, File, and Protocol extensions.
- IAppxBlockMapBlock com
- Provides a read-only object that represents an individual block within a file contained in the block map file (AppxBlockMap.xml) for the App package.
- IAppxBlockMapBlocksEnumerator com
- Enumerates the blocks from a block map in a single file.
- IAppxBlockMapFile com
- Represents a file in the block map.
- IAppxBlockMapFilesEnumerator com
- Enumerates the files from a block map.
- IAppxBlockMapReader com
- Represents a read-only object model for block maps that provides access to the file attributes and block hashes.
- IAppxFactory com
- Creates objects for reading and writing app packages.
- IAppxFile com
- Retrieves information about a payload or footprint file in a package.
- IAppxFilesEnumerator com
- Enumerates the payload files in a package.
- IAppxManifestApplication com
- Provides access to attribute values of the application.
- IAppxManifestApplicationsEnumerator com
- Enumerates the applications defined in the package manifest.
- IAppxManifestCapabilitiesEnumerator com
- IAppxManifestDeviceCapabilitiesEnumerator com
- Enumerates the device capabilities defined in the package manifest.
- IAppxManifestDriverConstraint com
- IAppxManifestDriverConstraintsEnumerator com
- IAppxManifestDriverDependenciesEnumerator com
- IAppxManifestDriverDependency com
- IAppxManifestHostRuntimeDependenciesEnumerator com
- IAppxManifestHostRuntimeDependency com
- IAppxManifestHostRuntimeDependency2 com
- IAppxManifestMainPackageDependenciesEnumerator com
- Enumerates <MainPackageDependency> elements from an app manifest.
- IAppxManifestMainPackageDependency com
- Provides access to attribute values of the main package dependency.
- IAppxManifestOptionalPackageInfo com
- Provides access to attribute values of the optional package information.
- IAppxManifestOSPackageDependenciesEnumerator com
- IAppxManifestOSPackageDependency com
- IAppxManifestPackageDependenciesEnumerator com
- Enumerates the package dependencies defined in the package manifest.
- IAppxManifestPackageDependency com
- Describes the dependency of one package on another package.
- IAppxManifestPackageId com
- Provides access to the package identity.
- IAppxManifestProperties com
- Provides read-only access to the properties section of a package manifest.
- IAppxManifestQualifiedResource com
- IAppxManifestQualifiedResourcesEnumerator com
- IAppxManifestReader com
- Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
- IAppxManifestReader2 com
- Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
- IAppxManifestReader3 com
- Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
- IAppxManifestReader4 com
- Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
- IAppxManifestReader5 com
- Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
- IAppxManifestReader6 com
- Represents an object model of the package manifest that provides methods to access manifest elements and attributes.
- IAppxManifestReader7 com
- IAppxManifestResourcesEnumerator com
- Enumerates the resources defined in the package manifest.
- IAppxManifestTargetDeviceFamiliesEnumerator com
- IAppxManifestTargetDeviceFamily com
- Retrieves information about the target device family from the AppxManifest.xml.
- IAppxPackageReader com
- Provides a read-only object model for app packages.
- IAppxPackageWriter com
- Provides a write-only object model for app packages.
- IAudioCaptureClient com
- Enables a client to read input data from a capture endpoint buffer.
- IAudioClient com
- Enables a client to create and initialize an audio stream between an audio application and the audio engine (for a shared-mode stream) or the hardware buffer of an audio endpoint device (for an exclusive-mode stream).
- IAudioClient2 com
- Derived from the IAudioClient interface, with a set of additional methods that enable a Windows Audio Session API (WASAPI) audio client to do the following: opt in for offloading, query stream properties, and get information from the hardware that handles offloading.
- IAudioClient3 com
- Derived from the IAudioClient2 interface, with a set of additional methods that enable a Windows Audio Session API (WASAPI) audio client to query for the audio engine's supported periodicities and current periodicity as well as request initialization of a shared audio stream with a specified periodicity.
- IAudioClientDuckingControl com
- Provides a method, SetDuckingOptionsForCurrentStream, that allows an app to specify that the system shouldn't duck the audio of other streams when the app's audio render stream is active.
- IAudioClock com
- Enables a client to monitor a stream's data rate and the current position in the stream.
- IAudioClock2 com
- Used to get the current device position.
- IAudioClockAdjustment com
- Used to adjust the sample rate of a stream.
- IAudioRenderClient com
- Enables a client to write output data to a rendering endpoint buffer.
- IAudioSessionControl com
- Enables a client to configure the control parameters for an audio session and to monitor events in the session.
- IAudioSessionControl2 com
- Can be used by a client to get information about the audio session.
- IAudioSessionEnumerator com
- Enumerates audio sessions on an audio device.
- IAudioSessionEvents com
- Provides notifications of session-related events such as changes in the volume level, display name, and session state.
- IAudioSessionManager com
- Enables a client to access the session controls and volume controls for both cross-process and process-specific audio sessions.
- IAudioSessionManager2 com
- Enables an application to manage submixes for the audio device.
- IAudioSessionNotification com
- Provides notification when an audio session is created.
- IAudioStreamVolume com
- Enables a client to control and monitor the volume levels for all of the channels in an audio stream.
- IAudioVolumeDuckNotification com
- Used to by the system to send notifications about stream attenuation changes.
- IBindCtx com
- Provides access to a bind context, which is an object that stores information about a particular moniker binding operation.
- IChannelAudioVolume com
- Enables a client to control and monitor the volume levels for all of the channels in the audio session that the stream belongs to.
- IClassFactory com
- Enables a class of objects to be created.
- ICONINFO struct
- Contains information about an icon or a cursor.
- ICONINFOEX struct
- Contains information about an icon or a cursor.
- IConnectionPoint com
- Supports connection points for connectable objects.
- IConnectionPointContainer com
- Supports connection points for connectable objects.
- IDesktopWallpaper com
- Provides methods for managing the desktop wallpaper.
- IDispatch com
- Exposes objects, methods and properties to programming tools and other applications that support Automation.
- IDLDESC struct
- IEnumConnectionPoints com
- Enumerates connection points.
- IEnumConnections com
- Enumerates the current connections for a connectable object.
- IEnumIDList com
- Exposes a standard set of methods used to enumerate the pointers to item identifier lists (PIDLs) of the items in a Shell folder.
- IEnumMoniker com
- Enumerates the components of a moniker or the monikers in a table of monikers.
- IEnumNetworkConnections com
- Provides a standard enumerator for network connections.
- IEnumNetworks com
- A standard enumerator for networks.
- IEnumResources com
- Exposes resource enumeration methods.
- IEnumShellItems com
- Exposes enumeration of IShellItem interfaces.
- IEnumSpellingError com
- An enumeration of the spelling errors.
- IEnumSpObjectTokens com
- IEnumSTATSTG com
- Enumerates an array of STATSTG structures.
- IEnumString com
- Enumerates strings.
- IEnumVARIANT com
- Provides a method for enumerating a collection of variants, including heterogeneous collections of objects and intrinsic types.
- IEnumWbemClassObject com
- Used to enumerate Common Information Model (CIM) objects and is similar to a standard COM enumerator.
- IErrorInfo com
- Provides detailed contextual error information.
- IFileDialog com
- Exposes methods that initialize, show, and get results from the common file dialog.
- IFileDialog2 com
- Extends the IFileDialog interface by providing methods that allow the caller to name a specific, restricted location that can be browsed in the common file dialog as well as to specify alternate text to display as a label on the Cancel button.
- IFileDialogCustomize com
- Exposes methods that allow an application to add controls to a common file dialog.
- IFileDialogEvents com
- Exposes methods that allow notification of events within a common file dialog.
- IFileIsInUse com
- Exposes methods that can be called to get information on or close a file that is in use by another application.
- IFileOpenDialog com
- Extends the IFileDialog interface by adding methods specific to the open dialog.
- IFileOperationProgressSink com
- Exposes methods that provide a rich notification system used by callers of IFileOperation to monitor the details of the operations they are performing through that interface.
- IFileSaveDialog com
- Extends the IFileDialog interface by adding methods specific to the save dialog, which include those that provide support for the collection of metadata to be persisted with the file.
- IInitializeWithWindow com
- Exposes a method through which a client can provide an owner window to a Windows Runtime object used in a desktop application.
- IInspectable com
- Provides functionality required for all Windows Runtime classes.
- IKnownFolder com
- Exposes methods that allow an application to retrieve information about a known folder's category, type, GUID, pointer to an item identifier list (PIDL) value, redirection capabilities, and definition.
- IKnownFolderManager com
- Exposes methods that create, enumerate or manage existing known folders.
- IMalloc com
- Allocates, frees, and manages memory.
- IMetaDataAssemblyImport com
- Provides methods to access and examine the contents of an assembly manifest.
- IMetaDataDispenser com
- Provides methods to create a new metadata scope, or open an existing one.
- IMetaDataDispenserEx com
- Extends the IMetaDataDispenser interface to provide the capability to control how the metadata APIs operate on the current metadata scope.
- IMetaDataImport com
- Provides methods for importing and manipulating existing metadata from a portable executable (PE) file or other source, such as a type library or a stand-alone, run-time metadata binary.
- IMetaDataImport2 com
- Extends the IMetaDataImport interface to provide the capability of working with generic types.
- IMetaDataTables com
- Provides methods for the storage and retrieval of metadata information in tables.
- IMetaDataTables2 com
- Extends IMetaDataTables to include methods for working with metadata streams.
- IMMDevice com
- Encapsulates the generic features of a multimedia device resource.
- IMMDeviceCollection com
- Represents a collection of multimedia device resources.
- IMMDeviceEnumerator com
- Provides methods for enumerating multimedia device resources.
- IMMEndpoint com
- Represents an audio endpoint device.
- IMMNotificationClient com
- Provides notifications when an audio endpoint device is added or removed, when the state or properties of an endpoint device change, or when there is a change in the default role assigned to an endpoint device.
- IModalWindow com
- Exposes a method that represents a modal window.
- IMoniker com
- Enables you to use a moniker object, which contains information that uniquely identifies a COM object.
- IN_ADDR struct
- Represents an IPv4 address.
- IN_ADDR_0 union
- IN_ADDR_0_0 struct
- IN_ADDR_0_1 struct
- INetwork com
- Represents a network on the local machine.
- INetworkConnection com
- Represents a single network connection.
- INetworkListManager com
- Provides a set of methods to perform network list management functions.
- INetworkListManagerEvents com
- INetworkListManagerEvents is a message sink interface that a client implements to get overall machine state related events.
- INIT_ONCE struct
- INITCOMMONCONTROLSEX struct
- Carries information used to load common control classes from the dynamic-link library (DLL).
- INPUT struct
- Used by SendInput to store information for synthesizing input events such as keystrokes, mouse movement, and mouse clicks.
- INPUT_0 union
- INPUT_RECORD struct
- Describes an input event in the console input buffer.
- INPUT_RECORD_0 union
- INPUT_TRANSFORM struct
- Defines the matrix that represents a transform on a message consumer.
- INPUT_TRANSFORM_0 union
- INPUT_TRANSFORM_0_0 struct
- IOptionDescription com
- Represents the description of a spell checker option.
- IP_ADAPTER_ADDRESSES_LH struct
- The header node for a linked list of addresses for a particular adapter.
- IP_ADAPTER_ADDRESSES_LH_0 union
- IP_ADAPTER_ADDRESSES_LH_0_0 struct
- IP_ADAPTER_ADDRESSES_LH_1 union
- IP_ADAPTER_ADDRESSES_LH_1_0 struct
- IP_ADAPTER_ANYCAST_ADDRESS_XP struct
- Stores a single anycast IP address in a linked list of addresses for a particular adapter.
- IP_ADAPTER_ANYCAST_ADDRESS_XP_0 union
- IP_ADAPTER_ANYCAST_ADDRESS_XP_0_0 struct
- IP_ADAPTER_DNS_SERVER_ADDRESS_XP struct
- Stores a single DNS server address in a linked list of DNS server addresses for a particular adapter.
- IP_ADAPTER_DNS_SERVER_ADDRESS_XP_0 union
- IP_ADAPTER_DNS_SERVER_ADDRESS_XP_0_0 struct
- IP_ADAPTER_DNS_SUFFIX struct
- Stores a DNS suffix in a linked list of DNS suffixes for a particular adapter.
- IP_ADAPTER_GATEWAY_ADDRESS_LH struct
- Stores a single gateway address in a linked list of gateway addresses for a particular adapter.
- IP_ADAPTER_GATEWAY_ADDRESS_LH_0 union
- IP_ADAPTER_GATEWAY_ADDRESS_LH_0_0 struct
- IP_ADAPTER_INDEX_MAP struct
- Stores the interface index associated with a network adapter with IPv4 enabled together with the name of the network adapter.
- IP_ADAPTER_MULTICAST_ADDRESS_XP struct
- Stores a single multicast address in a linked-list of addresses for a particular adapter.
- IP_ADAPTER_MULTICAST_ADDRESS_XP_0 union
- IP_ADAPTER_MULTICAST_ADDRESS_XP_0_0 struct
- IP_ADAPTER_PREFIX_XP struct
- Stores an IP address prefix.
- IP_ADAPTER_PREFIX_XP_0 union
- IP_ADAPTER_PREFIX_XP_0_0 struct
- IP_ADAPTER_UNICAST_ADDRESS_LH struct
- Stores a single unicast IP address in a linked list of IP addresses for a particular adapter.
- IP_ADAPTER_UNICAST_ADDRESS_LH_0 union
- IP_ADAPTER_UNICAST_ADDRESS_LH_0_0 struct
- IP_ADAPTER_WINS_SERVER_ADDRESS_LH struct
- Stores a single Windows Internet Name Service (WINS) server address in a linked list of WINS server addresses for a particular adapter.
- IP_ADAPTER_WINS_SERVER_ADDRESS_LH_0 union
- IP_ADAPTER_WINS_SERVER_ADDRESS_LH_0_0 struct
- IP_ADDR_STRING struct
- Represents a node in a linked-list of IPv4 addresses.
- IP_ADDRESS_STRING struct
- Stores an IPv4 address in dotted decimal notation.
- IP_INTERFACE_INFO struct
- Contains a list of the network interface adapters with IPv4 enabled on the local system.
- IP_PER_ADAPTER_INFO_W2KSP1 struct
- Contains information specific to a particular adapter.
- IPersist com
- Provides the CLSID of an object that can be stored persistently in the system.
- IPersistFile com
- Enables an object to be loaded from or saved to a disk file, rather than a storage object or stream.
- IPersistMemory com
- Saves and loads objects from a stream.
- IPersistStream com
- Enables the saving and loading of objects that use a simple serial stream for their storage needs.
- IPortableDeviceKeyCollection com
- Holds a collection of PROPERTYKEY values.
- IPortableDevicePropVariantCollection com
- Holds a collection of indexed PROPVARIANT values of the same VARTYPE.
- IPortableDeviceValues com
- Holds a collection of PROPERTYKEY/PROPVARIANT pairs.
- IPortableDeviceValuesCollection com
- Holds a collection of zero-based indexed IPortableDeviceValues interfaces.
- IPropertyDescriptionList com
- Exposes methods that extract information from a collection of property descriptions presented as a list.
- IPropertyStore com
- This interface exposes methods used to enumerate and manipulate property values.
- IProvideClassInfo com
- Provides access to the type information for an object's coclass entry in its type library.
- IRawElementProviderSimple com
- Defines methods and properties that expose simple UI elements.
- IRecordInfo com
- Describes the structure of a particular UDT.
- IRestrictedErrorInfo com
- Represents the details of an error, including restricted error information.
- IRunningObjectTable com
- Manages access to the running object table (ROT), a globally accessible look-up table on each workstation.
- ISensor com
- Represents a sensor.
- ISensorCollection com
- Represents a collection of sensors, such as all the sensors connected to a computer.
- ISensorDataReport com
- Represents a sensor data report.
- ISensorEvents com
- You must implement if you want to receive sensor events.
- ISensorManager com
- Provides methods for discovering and retrieving available sensors and a method to request sensor manager events.
- ISensorManagerEvents com
- For receiving sensor manager events.
- ISequentialStream com
- Supports simplified sequential access to stream objects.
- IShellFolder com
- Exposed by all Shell namespace folder objects, its methods are used to manage folders.
- IShellItem com
- Exposes methods that retrieve information about a Shell item.
- IShellItem2 com
- Extends IShellItem with methods that retrieve various property values of the item.
- IShellItemArray com
- Exposes methods that create and manipulate Shell item arrays.
- IShellItemFilter com
- Exposed by a client to specify how to filter the enumeration of a Shell item by a server application.
- IShellItemImageFactory com
- Exposes a method to return either icons or thumbnails for Shell items.
- IShellItemResources com
- Exposes methods to manipulate and query Shell item resources.
- IShellLink com
- Exposes methods that create, modify, and resolve Shell links.
- IShellLinkDataList com
- Exposes methods that allow an application to attach extra data blocks to a Shell link.
- IShellLinkDual com
- IShellService com
- Exposes one method that declares ownership when a service component implementing a certain interface is shared among multiple clients, such as Windows Internet Explorer and Windows Explorer.
- ISimpleAudioVolume com
- Enables a client to control the master volume level of an audio session.
- ISpDataKey com
- ISpeechAudioFormat com
- ISpeechBaseStream com
- Defines properties and methods for manipulating data streams.
- ISpeechDataKey com
- ISpeechObjectToken com
- ISpeechObjectTokenCategory com
- ISpeechObjectTokens com
- Represents a collection of SpObjectToken objects.
- ISpeechVoice com
- ISpeechVoiceStatus com
- Defines the types of information returned by the SpVoice.Status method.
- ISpeechWaveFormatEx com
- ISpellChecker com
- Represents a particular spell checker for a particular language.
- ISpellChecker2 com
- Represents a particular spell checker for a particular language, with the added ability to remove words from the added words dictionary, or from the ignore list.
- ISpellCheckerChangedEventHandler com
- Allows the caller to create a handler for notifications that the state of the speller has changed.
- ISpellCheckerFactory com
- A factory for instantiating a spell checker (ISpellChecker) as well as providing functionality for determining which languages are supported.
- ISpellingError com
- Provides information about a spelling error.
- ISpEventSource com
- Provides the mechanism to filter and queue events.
- ISpNotifyCallback com
- ISpNotifySink com
- ISpNotifySource com
- Provides a mechanism for a notification but no information on the events that caused the notification.
- ISpObjectToken com
- ISpObjectTokenCategory com
- ISpStreamFormat com
- ISpVoice com
- Enables an application to perform text synthesis operations.
- IStorage com
- Supports the creation and management of structured storage objects.
- IStream com
- Lets you read and write data to stream objects.
- ISupportErrorInfo com
- Ensures that error information can be propagated up the call chain correctly.
- ITEMIDLIST struct
- Contains a list of item identifiers.
- ITypeComp com
- Provides a fast way to access information that compilers need when binding to and instantiating structures and interfaces.
- ITypeInfo com
- Used for reading information about objects.
- ITypeLib com
- Represents a type library, the data that describes a set of objects.
- IUIAutomation com
- Exposes methods that enable Microsoft UI Automation client applications to discover, access, and filter UI Automation elements.
- IUIAutomation2 com
- Extends the IUIAutomation interface to expose additional methods for controlling Microsoft UI Automation functionality.
- IUIAutomation3 com
- Extends the IUIAutomation2 interface to expose additional methods for controlling Microsoft UI Automation functionality.
- IUIAutomation4 com
- Extends the IUIAutomation3 interface to expose additional methods for controlling Microsoft UI Automation functionality.
- IUIAutomation5 com
- Extends the IUIAutomation4 interface to expose additional methods for controlling Microsoft UI Automation functionality.
- IUIAutomation6 com
- Extends the IUIAutomation5 interface to expose additional methods for controlling Microsoft UI Automation functionality.
- IUIAutomationActiveTextPositionChangedEventHandler com
- Exposes a method to handle Microsoft UI Automation events that occur when the active text position changes.
- IUIAutomationAndCondition com
- Exposes properties and methods that Microsoft UI Automation client applications can use to retrieve information about an AND-based property condition.
- IUIAutomationAnnotationPattern com
- Provides access to the properties of an annotation in a document.
- IUIAutomationBoolCondition com
- Represents a condition that can be either TRUE (selects all elements) or FALSE (selects no elements).
- IUIAutomationCacheRequest com
- Exposes properties and methods of a cache request.
- IUIAutomationChangesEventHandler com
- Exposes a method to handle one or more Microsoft UI Automation change events.
- IUIAutomationCondition com
- This is the primary interface for conditions used in filtering when searching for elements in the UI Automation tree.
- Exposes a method to support access by a Microsoft UI Automation client to controls that support a custom navigation order.
- IUIAutomationDockPattern com
- Provides access to a control that enables child elements to be arranged horizontally and vertically, relative to each other.
- IUIAutomationDragPattern com
- Provides access to information exposed by a UI Automation provider for an element that can be dragged as part of a drag-and-drop operation.
- IUIAutomationDropTargetPattern com
- Provides access to drag-and-drop information exposed by a Microsoft UI Automation provider for an element that can be the drop target of a drag-and-drop operation.
- IUIAutomationElement com
- Exposes methods and properties for a UI Automation element, which represents a UI item.
- IUIAutomationElement2 com
- Extends the IUIAutomationElement interface.
- IUIAutomationElement3 com
- Extends the IUIAutomationElement2 interface.
- IUIAutomationElement4 com
- Extends the IUIAutomationElement3 interface.
- IUIAutomationElement5 com
- Extends the IUIAutomationElement4 interface to provide access to current and cached landmark data.
- IUIAutomationElement6 com
- Extends the IUIAutomationElement5 interface to provide access to current and cached full descriptions.
- IUIAutomationElement7 com
- Extends the IUIAutomationElement6 interface.
- IUIAutomationElement8 com
- Extends the IUIAutomationElement7 interface.
- IUIAutomationElement9 com
- Extends the IUIAutomationElement8 interface.
- IUIAutomationElementArray com
- Represents a collection of UI Automation elements.
- IUIAutomationEventHandler com
- Exposes a method to handle Microsoft UI Automation events.
- IUIAutomationEventHandlerGroup com
- Exposes methods for adding one or more events to a collection for bulk registration through the CreateEventHandlerGroup and AddEventHandlerGroup methods defined in IUIAutomation6.
- IUIAutomationExpandCollapsePattern com
- Provides access to a control that can visually expand to display content, and collapse to hide content.
- IUIAutomationFocusChangedEventHandler com
- Exposes a method to handle events that are raised when the keyboard focus moves to another UI Automation element.
- IUIAutomationGridItemPattern com
- Provides access to a child control in a grid-style container that supports the IUIAutomationGridPattern interface.
- IUIAutomationGridPattern com
- Provides access to a control that acts as a container for a collection of child controls that are organized in a two-dimensional logical coordinate system that can be traversed by row and column.
- IUIAutomationInvokePattern com
- Exposes a method that enables a client application to invoke the action of a control (typically a button).
- IUIAutomationItemContainerPattern com
- Exposes a method that retrieves an item from a container, such as a virtual list.
- IUIAutomationLegacyIAccessiblePattern com
- Exposes methods and properties that enable Microsoft UI Automation clients to retrieve UI information from Microsoft Active Accessibility (MSAA) servers.
- IUIAutomationMultipleViewPattern com
- Provides access to a control that can switch between multiple representations of the same information or set of child controls.
- IUIAutomationNotCondition com
- Represents a condition that is the negative of another condition.
- IUIAutomationNotificationEventHandler com
- Exposes a method to handle Microsoft UI Automation notification events.
- IUIAutomationObjectModelPattern com
- Provides access to the underlying object model implemented by a control or application.
- IUIAutomationOrCondition com
- Represents a condition made up of multiple conditions, at least one of which must be true.
- IUIAutomationPropertyChangedEventHandler com
- Exposes a method to handle Microsoft UI Automation events that occur when a property is changed.
- IUIAutomationPropertyCondition com
- Represents a condition based on a property value that is used to find UI Automation elements.
- IUIAutomationProxyFactory com
- Exposes properties and methods of an object that creates a Microsoft UI Automation provider for UI elements that do not have native support for UI Automation.
- IUIAutomationProxyFactoryEntry com
- Represents a proxy factory in the table maintained by Microsoft UI Automation, and exposes properties and methods that can be used by client applications to interact with IUIAutomationProxyFactory objects.
- IUIAutomationProxyFactoryMapping com
- Exposes properties and methods for a table of proxy factories.
- IUIAutomationRangeValuePattern com
- Provides access to a control that presents a range of values.
- IUIAutomationScrollItemPattern com
- Exposes a method that enables an item in a scrollable view to be placed in a visible portion of the view.
- IUIAutomationScrollPattern com
- Provides access to a control that acts as a scrollable container for a collection of child elements.
- IUIAutomationSelectionItemPattern com
- Provides access to the selectable child items of a container control that supports IUIAutomationSelectionPattern.
- IUIAutomationSelectionPattern com
- Provides access to a control that contains selectable child items.
- IUIAutomationSelectionPattern2 com
- Extends the IUIAutomationSelectionPattern interface to provide information about selected items.
- IUIAutomationSpreadsheetItemPattern com
- Enables a client application to retrieve information about an item (cell) in a spreadsheet.
- IUIAutomationSpreadsheetPattern com
- Enables a client application to access the items (cells) in a spreadsheet.
- IUIAutomationStructureChangedEventHandler com
- Exposes a method to handle events that occur when the Microsoft UI Automation tree structure is changed.
- IUIAutomationStylesPattern com
- Enables Microsoft UI Automation clients to retrieve the visual styles associated with an element in a document.
- IUIAutomationSynchronizedInputPattern com
- Provides access to the keyboard or mouse input of a control.
- IUIAutomationTableItemPattern com
- Provides access to a child element in a container that supports IUIAutomationTablePattern.
- IUIAutomationTablePattern com
- Provides access to a control that acts as a container for a collection of child elements.
- IUIAutomationTextChildPattern com
- Provides access a text-based control (or an object embedded in text) that is a child or descendant of another text-based control.
- IUIAutomationTextEditPattern com
- Provides access to a control that modifies text, for example a control that performs auto-correction or enables input composition through an Input Method Editor (IME).
- IUIAutomationTextEditTextChangedEventHandler com
- Exposes a method to handle events that occur when Microsoft UI Automation reports a text-changed event from text edit controls.
- IUIAutomationTextPattern com
- Provides access to a control that contains text.
- IUIAutomationTextPattern2 com
- Extends the IUIAutomationTextPattern interface.
- IUIAutomationTextRange com
- Provides access to a span of continuous text in a container that supports the IUIAutomationTextPattern interface.
- IUIAutomationTextRange2 com
- Extends the IUIAutomationTextRange interface to enable Microsoft UI Automation clients to programmatically invoke context menus.
- IUIAutomationTextRange3 com
- Extends the IUIAutomationTextRange2 interface to support faster access to the underlying rich text data on a text range.
- IUIAutomationTextRangeArray com
- Represents a collection of IUIAutomationTextRange objects.
- IUIAutomationTogglePattern com
- Provides access to a control that can cycle through a set of states, and maintain a state after it is set.
- IUIAutomationTransformPattern com
- Provides access to a control that can be moved, resized, or rotated.
- IUIAutomationTransformPattern2 com
- Extends the IUIAutomationTransformPattern interface to enable Microsoft UI Automation clients to programmatically access the viewport zooming functionality of a control.
- IUIAutomationTreeWalker com
- Exposes properties and methods that UI Automation client applications use to view and navigate the UI Automation elements on the desktop.
- IUIAutomationValuePattern com
- Provides access to a control that contains a value that does not span a range and that can be represented as a string.
- IUIAutomationVirtualizedItemPattern com
- Represents a virtualized item, which is an item that is represented by a placeholder automation element in the Microsoft UI Automation tree.
- IUIAutomationWindowPattern com
- Provides access to the fundamental functionality of a window.
- IUnknown com
- The foundational COM interface that provides methods for querying other interfaces and managing the lifecycle of a COM object.
- IUri com
- Exposes methods and properties used to parse and build Uniform Resource Identifiers (URIs).
- IVirtualDesktopManager com
- Exposes methods that enable an application to interact with groups of windows that form virtual workspaces.
- IWbemCallResult com
- Used for semisynchronous calls of the IWbemServices interface.
- IWbemClassObject com
- Contains and manipulates both class definitions and class object instances.
- IWbemConfigureRefresher com
- Used by client code to add enumerators, objects, and nested refreshers into a refresher.
- IWbemContext com
- Used to communicate additional context information to providers when submitting IWbemServices calls to WMI.
- IWbemHiPerfEnum com
- Used in refresher operations to provide rapid access to enumerations of instance objects.
- IWbemLocator com
- Use the IWbemLocator interface to obtain the initial namespace pointer to the IWbemServices interface for WMI on a specific host computer.
- IWbemObjectAccess com
- Provides access to the methods and properties of an object.
- IWbemObjectSink com
- Creates a sink interface that can receive all types of notifications within the WMI programming model.
- IWbemQualifierSet com
- Acts as a container for the entire set of named qualifiers for a single property or entire object (a class or instance).
- IWbemRefresher com
- Provides an entry point through which refreshable objects such as enumerators or refresher objects, can be refreshed.
- IWbemServices com
- Used by clients and providers to access WMI services.
- IWebAuthenticationCoreManagerInterop com
- Contains core methods for obtaining tokens from web account providers.
- IWinHttpRequest com
- Provides all of the nonevent methods for Microsoft Windows HTTP Services (WinHTTP).
- JOB_INFO_1 struct
- Specifies print-job information such as the job-identifier value, the name of the printer for which the job is spooled, the name of the machine that created the print job, the name of the user that owns the print job, and so on.
- JOBOBJECT_IO_RATE_CONTROL_INFORMATION struct
- Contains information used to control the I/O rate for a job.
- KBDLLHOOKSTRUCT struct
- Contains information about a low-level keyboard input event.
- KEY_EVENT_RECORD struct
- Describes a keyboard input event in a console INPUT_RECORD structure.
- KEY_EVENT_RECORD_0 union
- KEYBDINPUT struct
- Contains information about a simulated keyboard event.
- KNOWNFOLDER_DEFINITION struct
- Defines the specifics of a known folder.
- L2_NOTIFICATION_DATA struct
- Used by the IHV Extensions DLL to send notifications to any service or applications that has registered for the notification.
- LASTINPUTINFO struct
- Contains the time of the last input.
- LOGBRUSH struct
- Defines the style, color, and pattern of a physical brush.
- LOGFONT struct
- Defines the attributes of a font.
- LOGPALETTE struct
- Defines a logical palette.
- LUID struct
- An opaque structure that specifies an identifier that is guaranteed to be unique on the local machine.
- MAGCOLOREFFECT struct
- Describes a color transformation matrix that a magnifier control uses to apply a color effect to magnified screen content.
- MAGIMAGEHEADER struct
- Describes an image format.
- MAGTRANSFORM struct
- Describes a transformation matrix that a magnifier control uses to magnify screen content.
- MARGINS struct
- Returned by the GetThemeMargins function to define the margins of windows that have visual styles applied.
- MCI_OPEN_PARMS struct
- Contains information for the MCI_OPEN command.
- MCI_PLAY_PARMS struct
- Contains positioning information for the MCI_PLAY command.
- MCI_SEEK_PARMS struct
- Contains positioning information for the MCI_SEEK command.
- MCI_STATUS_PARMS struct
- Contains information for the MCI_STATUS command.
- MEMORY_BASIC_INFORMATION struct
- Contains information about a range of pages in the virtual address space of a process.
- MEMORYSTATUSEX struct
- Contains information about the current state of both physical and virtual memory, including extended memory.
- MENU_EVENT_RECORD struct
- Describes a menu event in a console INPUT_RECORD structure.
- MENUBARINFO struct
- Contains menu bar information.
- MENUINFO struct
- Contains information about a menu.
- MENUITEMINFO struct
- Contains information about a menu item.
- MENUITEMTEMPLATE struct
- Defines a menu item in a menu template.
- MENUITEMTEMPLATEHEADER struct
- Defines the header for a menu template.
- METAFILEPICT struct
- Defines the metafile picture format used for exchanging metafile data through the clipboard.
- MIDIEVENT struct
- Describes a MIDI event in a stream buffer.
- MIDIHDR struct
- Defines the header used to identify a MIDI system-exclusive or stream buffer.
- MIDIINCAPS struct
- Describes the capabilities of a MIDI input device.
- MIDIOUTCAPS struct
- Describes the capabilities of a MIDI output device.
- MIDIPROPTEMPO struct
- Contains the tempo property for a stream.
- MIDIPROPTIMEDIV struct
- Contains the time division property for a stream.
- MIDISTRMBUFFVER struct
- Contains version information for a long MIDI event of the MEVT_VERSION type.
- MINMAXINFO struct
- Contains information about a window's maximized size and position and its minimum and maximum tracking size.
- MMTIME struct
- MMTIME_0 union
- MMTIME_0_0 struct
- MMTIME_0_1 struct
- MODEMDEVCAPS struct
- Contains information about the capabilities of a modem.
- MODEMSETTINGS struct
- Contains information about a modem's configuration.
- MODLOAD_DATA struct
- Contains module data.
- MODULEINFO struct
- Contains the module load address, size, and entry point.
- MONITORINFO struct
- Contains information about a display monitor.
- MONITORINFOEX struct
- Contains information about a display monitor.
- MOUSE_EVENT_RECORD struct
- Describes a mouse input event in a console INPUT_RECORD structure.
- MOUSEHOOKSTRUCT struct
- Contains information about a mouse event passed to a WH_MOUSE hook procedure, MouseProc.
- MOUSEHOOKSTRUCTEX struct
- Contains information about a mouse event passed to a WH_MOUSE hook procedure, MouseProc.
- MOUSEINPUT struct
- Contains information about a simulated mouse event.
- MOUSEMOVEPOINT struct
- Contains information about the mouse's location in screen coordinates.
- MSG struct
- Contains message information from a thread's message queue.
- MSLLHOOKSTRUCT struct
- Contains information about a low-level mouse input event.
- NCCALCSIZE_PARAMS struct
- Contains information that an application can use while processing the WM_NCCALCSIZE message to calculate the size, position, and valid contents of the client area of a window.
- NDIS_OBJECT_HEADER struct
- Packages the object type, version, and size information that is required in many NDIS 6.0 structures.
- NET_LUID_LH union
- The locally unique identifier (LUID) for a network interface.
- NET_LUID_LH_0 struct
- NEWTEXTMETRIC struct
- Contains data that describes a physical font.
- NLM_SIMULATED_PROFILE_INFO struct
- Used to specify values that are used by SetSimulatedProfileInfo to override current internet connection profile values in an RDP Child Session to support the simulation of specific metered internet connection conditions.
- NONCLIENTMETRICS struct
- Contains the scalable metrics associated with the nonclient area of a nonminimized window.
- NOTIFYICONDATA struct
- Contains information that the system needs to display notifications in the notification area.
- NOTIFYICONDATA_0 union
- OPENCARD_SEARCH_CRITERIA struct
- Used by the SCardUIDlgSelectCard function in order to recognize cards that meet the requirements set forth by the caller.
- OPENCARDNAME struct
- Contains the information that the GetOpenCardName function uses to initialize a smart card Select Card dialog box.
- OPENCARDNAME_EX struct
- Contains the information that the SCardUIDlgSelectCard function uses to initialize a smart card Select Card dialog box.
- OPENFILENAME struct
- Contains information that the GetOpenFileName and GetSaveFileName functions use to initialize an Open or Save As dialog box.
- OSINFO struct
- OSVERSIONINFO struct
- Contains operating system version information.
- OSVERSIONINFOEX struct
- Contains operating system version information.
- OVERLAPPED struct
- Contains information used in asynchronous (or overlapped) input and output (I/O).
- OVERLAPPED_0 union
- OVERLAPPED_0_0 struct
- OVERLAPPED_ENTRY struct
- Contains the information returned by a call to the GetQueuedCompletionStatusEx function.
- PAINTSTRUCT struct
- Contains information for an application.
- PALETTEENTRY struct
- Specifies the color and usage of an entry in a logical palette.
- PARAMDESC struct
- Contains information needed for transferring a structure element, parameter, or function return value between processes.
- PARAMDESCEX struct
- Contains information about the default value of a parameter.
- PERFORMANCE_INFORMATION struct
- Contains performance information.
- PHYSICAL_MONITOR struct
- Contains a handle and text description corresponding to a physical monitor.
- POINT struct
- Defines the x- and y-coordinates of a point.
- POINTER_INFO struct
- Contains basic pointer information common to all pointer types.
- POINTER_PEN_INFO struct
- Defines basic pen information common to all pointer types.
- POINTER_TOUCH_INFO struct
- Defines basic touch information common to all pointer types.
- POINTL struct
- Defines the x- and y-coordinates of a point.
- POINTS struct
- Defines the x- and y-coordinates of a point.
- POLYTEXT struct
- Describes how the PolyTextOut function should draw a string of text.
- PORT_INFO_1 struct
- Identifies a supported printer port.
- PORT_INFO_2 struct
- Identifies a supported printer port.
- POWERBROADCAST_SETTING struct
- Sent with a power setting event and contains data about the specific change.
- PRINT_EXECUTION_DATA struct
- Contains the execution context of the printer driver that calls GetPrintExecutionData.
- PRINTER_DEFAULTS struct
- Specifies the default data type, environment, initialization data, and access rights for a printer.
- PRINTER_INFO_1 struct
- Specifies general printer information.
- PRINTER_INFO_2 struct
- Specifies detailed printer information.
- PRINTER_INFO_3 struct
- Specifies printer security information.
- PRINTER_INFO_4 struct
- Specifies general printer information.
- PRINTER_INFO_5 struct
- Specifies detailed printer information.
- PRINTER_INFO_6 struct
- Specifies the status value of a printer.
- PRINTER_NOTIFY_INFO struct
- Contains printer information returned by the FindNextPrinterChangeNotification function.
- PRINTER_NOTIFY_INFO_DATA struct
- Identifies a job or printer information field and provides the current data for that field.
- PRINTER_NOTIFY_INFO_DATA_0 union
- PRINTER_NOTIFY_INFO_DATA_0_0 struct
- PRINTER_OPTIONS struct
- Represents printer options.
- PROCESS_HEAP_ENTRY struct
- Contains information about a heap element.
- PROCESS_HEAP_ENTRY_0 union
- PROCESS_HEAP_ENTRY_0_0 struct
- PROCESS_HEAP_ENTRY_0_1 struct
- PROCESS_INFORMATION struct
- Contains information about a newly created process and its primary thread.
- PROCESS_MEMORY_COUNTERS struct
- Contains the memory statistics for a process.
- PROPERTYKEY struct
- Specifies the FMTID/PID identifier that programmatically identifies a property.
- PROPSPEC struct
- Used by many of the methods of IPropertyStorage to specify a property either by its property identifier (ID) or the associated string name.
- PROPSPEC_0 union
- PROPVARIANT struct
- Used in the ReadMultiple and WriteMultiple methods of IPropertyStorage to define the type tag and the value of a property in a property set.
- PROPVARIANT_0 union
- PROPVARIANT_0_0 struct
- PROPVARIANT_0_0_0 union
- PROTOENT struct
- Contains the name and protocol numbers that correspond to a given protocol name.
- QUERY_SERVICE_CONFIG struct
- Contains configuration information for an installed service.
- QUERY_SERVICE_LOCK_STATUS struct
- Contains information about the lock status of a service control manager database.
- RAWHID struct
- Describes the format of the raw input from a Human Interface Device (HID).
- RAWINPUT struct
- Contains the raw input from a device.
- RAWINPUT_0 union
- RAWINPUTDEVICE struct
- Defines information for the raw input devices.
- RAWINPUTDEVICELIST struct
- Contains information about a raw input device.
- RAWINPUTHEADER struct
- Contains the header information that is part of the raw input data.
- RAWKEYBOARD struct
- Contains information about the state of the keyboard.
- RAWMOUSE struct
- Contains information about the state of the mouse.
- RAWMOUSE_0 union
- RAWMOUSE_0_0 struct
- RECT struct
- Defines a rectangle by the coordinates of its upper-left and lower-right corners.
- RECTL struct
- Defines a rectangle by the coordinates of its upper-left and lower-right corners.
- RGBQUAD struct
- Describes a color consisting of relative intensities of red, green, and blue.
- SAFEARRAY struct
- Represents a safe array.
- SAFEARRAYBOUND struct
- Represents the bounds of one dimension of the array.
- SC_ACTION struct
- Represents an action that the service control manager can perform.
- SCARD_ATRMASK struct
- Used by the SCardLocateCardsByATR function to locate cards.
- SCARD_IO_REQUEST struct
- Begins a protocol control information structure.
- SCARD_READERSTATE struct
- Used by functions for tracking smart cards within readers.
- SCROLLBARINFO struct
- Contains scroll bar information.
- SCROLLINFO struct
- Contains scroll bar parameters to be set by the SetScrollInfo function (or SBM_SETSCROLLINFO message), or retrieved by the GetScrollInfo function (or SBM_GETSCROLLINFO message).
- SDP_ELEMENT_DATA struct
- Stores SDP element data.
- SDP_ELEMENT_DATA_0 union
- SDP_ELEMENT_DATA_0_0 struct
- SDP_ELEMENT_DATA_0_1 struct
- SDP_ELEMENT_DATA_0_2 struct
- SDP_ELEMENT_DATA_0_3 struct
- SDP_LARGE_INTEGER_16 struct
- SDP_STRING_TYPE_DATA struct
- Stores information about SDP string types.
- SDP_ULARGE_INTEGER_16 struct
- SdpAttributeRange struct
- Used in a Bluetooth query to constrain the set of attributes to return in the query.
- SdpQueryUuid struct
- Facilitates searching for UUIDs.
- SdpQueryUuidUnion union
- Contains the UUID on which to perform an SDP query.
- SECURITY_ATTRIBUTES struct
- Contains the security descriptor for an object and specifies whether the handle retrieved by specifying this structure is inheritable.
- SECURITY_DESCRIPTOR struct
- Contains the security information associated with an object.
- SERVENT struct
- Used to store or return the name and service number for a given service name.
- SERVICE_CONTROL_STATUS_REASON_PARAMS struct
- Contains service control parameters.
- SERVICE_DELAYED_AUTO_START_INFO struct
- Contains the delayed auto-start setting of an auto-start service.
- SERVICE_DESCRIPTION struct
- Contains a service description.
- SERVICE_FAILURE_ACTIONS struct
- Represents the action the service controller should take on each failure of a service.
- SERVICE_FAILURE_ACTIONS_FLAG struct
- Contains the failure actions flag setting of a service.
- SERVICE_LAUNCH_PROTECTED_INFO struct
- Indicates a service protection type.
- SERVICE_NOTIFY_2 struct
- Represents service status notification information.
- SERVICE_PREFERRED_NODE_INFO struct
- Represents the preferred node on which to run a service.
- SERVICE_PRESHUTDOWN_INFO struct
- Contains preshutdown settings.
- SERVICE_REQUIRED_PRIVILEGES_INFO struct
- Represents the required privileges for a service.
- SERVICE_SID_INFO struct
- Represents a service security identifier (SID).
- SERVICE_STATUS struct
- Contains status information for a service.
- SERVICE_STATUS_PROCESS struct
- Contains process status information for a service.
- SERVICE_TABLE_ENTRY struct
- Specifies the ServiceMain function for a service that can run in the calling process.
- SERVICE_TIMECHANGE_INFO struct
- Contains system time change settings.
- SERVICE_TRIGGER struct
- Represents a service trigger event.
- SERVICE_TRIGGER_INFO struct
- Contains trigger event information for a service.
- SERVICE_TRIGGER_SPECIFIC_DATA_ITEM struct
- Contains trigger-specific data for a service trigger event.
- SHELL_ITEM_RESOURCE struct
- Defines Shell item resource.
- SHELLEXECUTEINFO struct
- Contains information used by ShellExecuteEx.
- SHELLEXECUTEINFO_0 union
- SHFILEINFO struct
- Contains information about a file object.
- SHFILEOPSTRUCT struct
- Contains information that the SHFileOperation function uses to perform file operations.
- SHITEMID struct
- Defines an item identifier.
- SHQUERYRBINFO struct
- Contains the size and item count information retrieved by the SHQueryRecycleBin function.
- SID_IDENTIFIER_AUTHORITY struct
- SID_IDENTIFIER_AUTHORITY IDL Definition.
- SIZE struct
- Defines the width and height of a rectangle.
- SMALL_RECT struct
- Defines the coordinates of the upper left and lower right corners of a rectangle.
- SOCKADDR struct
- Varies depending on the protocol selected.
- SOCKADDR_BTH struct
- Used in conjunction with Bluetooth socket operations, defined by address family AF_BTH.
- SOCKET_ADDRESS struct
- Stores protocol-specific address information.
- SOLE_AUTHENTICATION_SERVICE struct
- Identifies an authentication service that a server is willing to use to communicate to a client.
- SP_DEVICE_INTERFACE_DATA struct
- Defines a device interface in a device information set.
- SP_DEVICE_INTERFACE_DETAIL_DATA struct
- Contains the path for a device interface.
- SP_DEVINFO_DATA struct
- Defines a device instance that is a member of a device information set.
- SPEVENT struct
- SPEVENTSOURCEINFO struct
- SPVOICESTATUS struct
- SRWLOCK struct
- STARTUPINFO struct
- Specifies the window station, desktop, standard handles, and appearance of the main window for a process at creation time.
- STARTUPINFOEX struct
- Specifies the window station, desktop, standard handles, and attributes for a new process.
- STATPROPSETSTG struct
- Contains information about a property set.
- STATPROPSTG struct
- Contains data about a single property in a property set.
- STATSTG struct
- Contains statistical data about an open storage, stream, or byte-array object.
- STORAGE_DEVICE_NUMBER struct
- Contains information about a device.
- STRRET struct
- Contains strings returned from the IShellFolder interface methods.
- STRRET_0 union
- STYLESTRUCT struct
- Contains the styles for a window.
- SYMBOL_INFO struct
- Contains symbol information.
- SYSTEM_BASIC_INFORMATION struct
- SYSTEM_BATTERY_STATE struct
- Contains information about the current state of the system battery.
- SYSTEM_CODEINTEGRITY_INFORMATION struct
- SYSTEM_EXCEPTION_INFORMATION struct
- SYSTEM_INFO struct
- Contains information about the current computer system.
- SYSTEM_INFO_0 union
- SYSTEM_INFO_0_0 struct
- SYSTEM_INTERRUPT_INFORMATION struct
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION struct
- Describes the relationship between the specified processor set.
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION_0 union
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION_0_0 struct
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION_0_1 struct
- SYSTEM_LOOKASIDE_INFORMATION struct
- SYSTEM_PERFORMANCE_INFORMATION struct
- SYSTEM_POLICY_INFORMATION struct
- SYSTEM_POWER_STATUS struct
- Contains information about the power status of the system.
- SYSTEM_PROCESS_INFORMATION struct
- SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION struct
- SYSTEM_REGISTRY_QUOTA_INFORMATION struct
- SYSTEM_THREAD_INFORMATION struct
- SYSTEM_TIMEOFDAY_INFORMATION struct
- SYSTEMTIME struct
- Specifies a date and time, using individual members for the month, day, year, weekday, hour, minute, second, and millisecond.
- TASKDIALOG_BUTTON struct
- Contains information used to display a button in a task dialog.
- TASKDIALOGCONFIG struct
- Contains information used to display a task dialog.
- TASKDIALOGCONFIG_0 union
- TASKDIALOGCONFIG_1 union
- TEXTMETRIC struct
- Contains basic information about a physical font.
- TIMEVAL struct
- Used to specify a time interval.
- TITLEBARINFO struct
- Contains title bar information.
- TITLEBARINFOEX struct
- Expands on the information described in the TITLEBARINFO structure by including the coordinates of each element of the title bar.
- TLIBATTR struct
- Contains information about a type library.
- TOKEN_APPCONTAINER_INFORMATION struct
- Specifies all the information in a token that is necessary for an app container.
- TOKEN_ELEVATION struct
- Indicates whether a token has elevated privileges.
- TOUCHINPUT struct
- Encapsulates data for touch input.
- TOUCHPREDICTIONPARAMETERS struct
- Contains hardware input details that can be used to predict touch targets and help compensate for hardware latency when processing touch and gesture input that contains distance and velocity data.
- TPMPARAMS struct
- Contains extended parameters for the TrackPopupMenuEx function.
- TYPEATTR struct
- Contains attributes of a type.
- TYPEDESC struct
- Describes the type of a variable, the return type of a function, or the type of a function parameter.
- TYPEDESC_0 union
- UiaChangeInfo struct
- Contains data about a UI Automation change that occurred.
- UNICODE_STRING struct
- Used by various Local Security Authority (LSA) functions to specify a Unicode string.
- UNSIGNED_RATIO struct
- Defines a data type used by the Desktop Window Manager (DWM) APIs.
- UPDATELAYEREDWINDOWINFO struct
- Used by UpdateLayeredWindowIndirect to provide position, size, shape, content, and translucency information for a layered window.
- USB_DEVICE_STATUS union
- USB_DEVICE_STATUS_0 struct
- VALENT struct
- Contains information about a registry value.
- VARDESC struct
- Describes a variable, constant, or data member.
- VARDESC_0 union
- VARIANT struct
- A container for a large union that carries many types of data.
- VARIANT_0 union
- VARIANT_0_0 struct
- VARIANT_0_0_0 union
- VARIANT_0_0_0_0 struct
- VERSIONEDSTREAM struct
- VOLUME_DISK_EXTENTS struct
- Represents a physical location on a disk.
- VS_FIXEDFILEINFO struct
- Contains version information for a file.
- WAVEFORMATEX struct
- Defines the format of waveform-audio data.
- WAVEFORMATEXTENSIBLE struct
- Defines the format of waveform-audio data for formats having more than two channels or higher sample resolutions than allowed by WAVEFORMATEX.
- WAVEFORMATEXTENSIBLE_0 union
- WAVEHDR struct
- Defines the header used to identify a waveform-audio buffer.
- WAVEINCAPS struct
- Describes the capabilities of a waveform-audio input device.
- WAVEOUTCAPS struct
- Describes the capabilities of a waveform-audio output device.
- WIN32_FILE_ATTRIBUTE_DATA struct
- Contains attribute information for a file or directory.
- WIN32_FIND_DATA struct
- Contains information about the file that is found by the FindFirstFile, FindFirstFileEx, or FindNextFile function.
-
Win32Result<
T extends Object> -
Represents the result of a Win32 API call that follows the
SetLastError/GetLastErrorconvention. - WINDOW_BUFFER_SIZE_RECORD struct
- Describes a change in the size of the console screen buffer.
- WINDOWCOMPOSITIONATTRIBDATA struct
- Describes a key/value pair that specifies a window composition attribute and its value.
- WINDOWINFO struct
- Contains window information.
- WINDOWPLACEMENT struct
- Contains information about the placement of a window on the screen.
- WINDOWPOS struct
- Contains information about the size and position of a window.
- WLAN_ASSOCIATION_ATTRIBUTES struct
- Contains association attributes for a connection.
- WLAN_AUTH_CIPHER_PAIR_LIST struct
- Contains a list of authentication and cipher algorithm pairs.
- WLAN_AVAILABLE_NETWORK struct
- Contains information about an available wireless network.
- WLAN_AVAILABLE_NETWORK_LIST struct
- Contains an array of information about available networks.
- WLAN_BSS_ENTRY struct
- Contains information about a basic service set (BSS).
- WLAN_BSS_LIST struct
- Contains a list of basic service set (BSS) entries.
- WLAN_CONNECTION_ATTRIBUTES struct
- Defines the attributes of a wireless connection.
- WLAN_CONNECTION_NOTIFICATION_DATA struct
- Contains information about connection related notifications.
- WLAN_CONNECTION_PARAMETERS struct
- Specifies the parameters used when using the WlanConnect function.
- WLAN_COUNTRY_OR_REGION_STRING_LIST struct
- Contains a list of supported country or region strings.
- WLAN_DEVICE_SERVICE_GUID_LIST struct
- Contains an array of device service GUIDs.
- WLAN_DEVICE_SERVICE_NOTIFICATION_DATA struct
- A structure that represents a device service notification.
- WLAN_HOSTED_NETWORK_CONNECTION_SETTINGS struct
- Contains information about the connection settings on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_DATA_PEER_STATE_CHANGE struct
- Contains information about a network state change for a data peer on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_PEER_STATE struct
- Contains information about the peer state for a peer on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_RADIO_STATE struct
- Contains information about the radio state on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_SECURITY_SETTINGS struct
- Contains information about the security settings on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_STATE_CHANGE struct
- Contains information about a network state change on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_STATUS struct
- Contains information about the status of the wireless Hosted Network.
- WLAN_INTERFACE_CAPABILITY struct
- Contains information about the capabilities of an interface.
- WLAN_INTERFACE_INFO struct
- Contains information about a wireless LAN interface.
- WLAN_INTERFACE_INFO_LIST struct
- Array of NIC interface information.
- WLAN_MAC_FRAME_STATISTICS struct
- Contains information about sent and received MAC frames.
- WLAN_MSM_NOTIFICATION_DATA struct
- Contains information about media specific module (MSM) connection related notifications.
- WLAN_PHY_FRAME_STATISTICS struct
- Contains information about sent and received PHY frames.
- WLAN_PHY_RADIO_STATE struct
- Specifies the radio state.
- WLAN_PROFILE_INFO struct
- Basic information about a profile.
- WLAN_PROFILE_INFO_LIST struct
- Contains a list of wireless profile information.
- WLAN_RADIO_STATE struct
- Specifies the radio state on a list of physical layer (PHY) types.
- WLAN_RATE_SET struct
- The set of supported data rates.
- WLAN_RAW_DATA struct
- Contains raw data in the form of a blob that is used by some Native Wifi functions.
- WLAN_RAW_DATA_LIST struct
- Contains raw data in the form of an array of data blobs that are used by some Native Wifi functions.
- WLAN_RAW_DATA_LIST_0 struct
- WLAN_SECURITY_ATTRIBUTES struct
- Defines the security attributes for a wireless connection.
- WLAN_STATISTICS struct
- Assorted statistics about an interface.
- WNDCLASS struct
- Contains the window class attributes that are registered by the RegisterClass function.
- WNDCLASSEX struct
- Contains window class information.
- WTA_OPTIONS struct
- Defines options that are used to set window visual style attributes.
- XFORM struct
- Specifies a world-space to page-space transformation.
- XINPUT_BATTERY_INFORMATION struct
- Contains information on battery type and charge state.
- XINPUT_CAPABILITIES struct
- Describes the capabilities of a connected controller.
- XINPUT_GAMEPAD struct
- Describes the current state of the Xbox 360 Controller.
- XINPUT_KEYSTROKE struct
- Specifies keystroke data returned by XInputGetKeystroke.
- XINPUT_STATE struct
- Represents the state of a controller.
- XINPUT_VIBRATION struct
- Specifies motor speed levels for the vibration function of a controller.
Extension Types
- ACCEL_VIRT_FLAGS enum
- ACCENT_STATE
- Affects the rendering of the background of a window.
- ACTIVATE_KEYBOARD_LAYOUT_FLAGS enum
- ACTIVATEOPTIONS enum
- ADDRESS_FAMILY enum
- ADVANCED_FEATURE_FLAGS enum
- ANIMATE_WINDOW_FLAGS enum
- APPX_CAPABILITIES enum
- Specifies the capabilities or privileges requested by a package.
- APPX_CAPABILITY_CLASS_TYPE enum
- APPX_COMPRESSION_OPTION enum
- Specifies the degree of compression used to store the file in the package.
- APPX_FOOTPRINT_FILE_TYPE enum
- Specifies the type of footprint file in a package.
- APPX_PACKAGE_ARCHITECTURE enum
- Specifies the processor architectures supported by a package.
- APTTYPE enum
- Specifies different types of apartments.
- APTTYPEQUALIFIER enum
- Specifies the set of possible COM apartment type qualifiers.
- AUDCLNT_BUFFERFLAGS enum
- Defines flags that indicate the status of an audio endpoint buffer.
- AUDCLNT_SHAREMODE enum
- Defines constants that indicate whether an audio stream will run in shared mode or in exclusive mode.
- AUDCLNT_STREAMOPTIONS enum
- Defines values that describe the characteristics of an audio stream.
- AUDIO_DUCKING_OPTIONS enum
- Specifies audio ducking options.
- AUDIO_STREAM_CATEGORY enum
- Specifies the category of an audio stream.
- AudioSessionDisconnectReason enum
- AudioSessionState enum
- Defines constants that indicate the current state of an audio session.
- AUTHENTICATION_REQUIREMENTS enum
- AutomationElementMode enum
- Contains values that specify the type of reference to use when returning UI Automation elements.
- BACKGROUND_MODE enum
- BATTERY_DEVTYPE enum
- BATTERY_LEVEL enum
- BATTERY_TYPE enum
- BI_COMPRESSION enum
- BLUETOOTH_AUTHENTICATION_METHOD enum
- Defines the supported authentication types during device pairing.
- BLUETOOTH_AUTHENTICATION_REQUIREMENTS enum
- Specifies the 'Man in the Middle' protection required for authentication.
- BLUETOOTH_IO_CAPABILITY enum
- Defines the input/output capabilities of a Bluetooth Device.
- BOOL
- BOOLEAN
- BROADCAST_SYSTEM_MESSAGE_FLAGS enum
- BROADCAST_SYSTEM_MESSAGE_INFO enum
- BRUSH_STYLE enum
- BSTR com
-
A strongly-typed wrapper around a COM
BSTR. - BTH_LE_GATT_DESCRIPTOR_TYPE enum
- Describes the different types of Bluetooth LE generic attributes (GATT).
- BTH_LE_GATT_EVENT_TYPE enum
- Describes the different types of Bluetooth Low Energy (LE) generic attribute (GATT) profile events.
- CALLCONV enum
- Identifies the calling convention used by a member function described in the METHODDATA structure.
- CAPTIONSTATES enum
- CASCADE_WINDOWS_HOW enum
- CDCONTROLSTATEF enum
- CDS_TYPE enum
- CERT_QUERY_ENCODING_TYPE enum
- CHANGE_WINDOW_MESSAGE_FILTER_FLAGS enum
- CHAR
- CHOOSECOLOR_FLAGS enum
- CHOOSEFONT_FLAGS enum
- CHOOSEFONT_FONT_TYPE enum
- CLEAR_COMM_ERROR_FLAGS enum
- CLIPBOARD_FORMAT enum
- CLOSEBUTTONSTATES enum
- CLSCTX enum
- Values that are used in activation calls to indicate the execution contexts in which an object is to be run.
- CO_MTA_USAGE_COOKIE
- The handle must be closed using the CoDecrementMTAUsage function.
- CoalesceEventsOptions enum
- Contains possible values for the CoalesceEvents property, which indicates whether an accessible technology client receives all events, or a subset where duplicate events are detected and filtered.
- COINIT enum
- Determines the concurrency model used for incoming calls to objects created by this thread.
- COINITBASE enum
- COLORREF
- The COLORREF value is used to specify an RGB color.
- COMM_EVENT_MASK enum
- COMMPROP_STOP_PARITY enum
- COMPUTER_NAME_FORMAT enum
- Specifies a type of computer name.
- ConnectionRecoveryBehaviorOptions enum
- Contains possible values for the ConnectionRecoveryBehavior property, which indicates whether an accessible technology client adjusts provider request timeouts when the provider is non-responsive.
- CONSOLE_CHARACTER_ATTRIBUTES enum
- CONSOLE_MODE enum
- CONTROLTRACE_HANDLE
-
Invalid handle values are:
0. - COPYFILE_FLAGS enum
- COPYPROGRESSROUTINE_PROGRESS enum
- CorElementType enum
- CorEventAttr enum
- CorFieldAttr enum
- CorGenericParamAttr enum
- CorMethodAttr enum
- CorMethodImpl enum
- CorNativeType enum
- CorOpenFlags enum
- CorParamAttr enum
- CorPEKind enum
- CorPinvokeMap enum
- CorPropertyAttr enum
- CORRECTIVE_ACTION enum
- Identifies the type of corrective action to be taken for a spelling error.
- CorTokenType enum
- CorTypeAttr enum
- CREATE_EVENT enum
- CRED_FLAGS enum
- CRED_PERSIST enum
- CRED_TYPE enum
- CURSORINFO_FLAGS enum
- CWP_FLAGS enum
- DCB_PARITY enum
- DCB_STOP_BITS enum
- DEFINE_DOS_DEVICE_FLAGS enum
- DESKTOP_ACCESS_FLAGS enum
- DESKTOP_CONTROL_FLAGS enum
- DESKTOP_SLIDESHOW_DIRECTION enum
- DESKTOP_SLIDESHOW_OPTIONS enum
- DESKTOP_SLIDESHOW_STATE enum
- DESKTOP_WALLPAPER_POSITION enum
- Specifies how the desktop wallpaper should be displayed.
- DEV_BROADCAST_HDR_DEVICE_TYPE enum
- DEV_BROADCAST_VOLUME_FLAGS enum
- DEVICE_SCALE_FACTOR enum
- Indicates a spoofed device scale factor, as a percent.
- DEVICE_STATE enum
- DEVMODE_COLLATE enum
- DEVMODE_COLOR enum
- DEVMODE_DISPLAY_FIXED_OUTPUT enum
- DEVMODE_DISPLAY_ORIENTATION enum
- DEVMODE_DUPLEX enum
- DEVMODE_FIELD_FLAGS enum
- DEVMODE_TRUETYPE_OPTION enum
- DFC_TYPE enum
- DFCS_STATE enum
- DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS enum
- Describes per-monitor DPI scaling behavior overrides for child windows within dialogs.
- DIALOG_DPI_CHANGE_BEHAVIORS enum
- In Per Monitor v2 contexts, dialogs will automatically respond to DPI changes by resizing themselves and re-computing the positions of their child windows (here referred to as re-layouting).
- DIB_USAGE enum
- DISP_CHANGE enum
- DISPATCH_FLAGS enum
- DISPLAY_DEVICE_STATE_FLAGS enum
- DISPLAYCONFIG_DEVICE_INFO_TYPE enum
- Specifies the type of display device info to configure or obtain through the DisplayConfigSetDeviceInfo or DisplayConfigGetDeviceInfo function.
- DISPLAYCONFIG_MODE_INFO_TYPE enum
- Specifies that the information that is contained within the DISPLAYCONFIG_MODE_INFO structure is either source or target mode.
- DISPLAYCONFIG_PIXELFORMAT enum
- Specifies pixel format in various bits per pixel (BPP) values.
- DISPLAYCONFIG_ROTATION enum
- Specifies the clockwise rotation of the display.
- DISPLAYCONFIG_SCALING enum
- Specifies the scaling transformation applied to content displayed on a video present network (VidPN) present path.
- DISPLAYCONFIG_SCANLINE_ORDERING enum
- Specifies the method that the display uses to create an image on a screen.
- DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY enum
- Specifies the target's connector type.
- DLG_BUTTON_CHECK_STATE enum
- DockPosition enum
- Contains values that specify the location of a docking window represented by the Dock control pattern.
- DOT11_AUTH_ALGORITHM enum
- Defines a wireless LAN authentication algorithm.
- DOT11_BSS_TYPE enum
- Defines a basic service set (BSS) network type.
- DOT11_CIPHER_ALGORITHM enum
- Defines a cipher algorithm for data encryption and decryption.
- DOT11_PHY_TYPE enum
- Defines an 802.11 PHY and media type.
- DOT11_RADIO_STATE enum
- Specifies an 802.11 radio state.
- DPI_AWARENESS enum
- Identifies the dots per inch (dpi) setting for a thread, process, or window.
- DPI_AWARENESS_CONTEXT
-
Invalid handle values are:
0. - DPI_HOSTING_BEHAVIOR enum
- Identifies the DPI hosting behavior for a window.
- DRAW_CAPTION_FLAGS enum
- DRAW_EDGE_FLAGS enum
- DRAW_TEXT_FORMAT enum
- DRAW_THEME_PARENT_BACKGROUND_FLAGS enum
- DRAWEDGE_FLAGS enum
- DRAWSTATE_FLAGS enum
- DSREG_JOIN_TYPE enum
- Specifies the possible ways that a device can be joined to Microsoft Azure Active Directory.
- DTTOPTS_FLAGS enum
- DUPLICATE_HANDLE_OPTIONS enum
- DWM_SHOWCONTACT enum
- Specifies the input operations for which visual feedback should be provided.
- DWM_WINDOW_CORNER_PREFERENCE enum
- Specifies the rounded corner preference for a window.
- DWMWINDOWATTRIBUTE enum
-
Flags used by the
DwmGetWindowAttributeandDwmSetWindowAttributefunctions. - DX_FEATURE_LEVEL enum
- EDataFlow enum
- Defines constants that indicate the direction in which audio data flows between an audio endpoint device and an application.
- ENABLE_SCROLL_BAR_ARROWS enum
- ENUM_DISPLAY_SETTINGS_FLAGS enum
- ENUM_DISPLAY_SETTINGS_MODE enum
- ENUM_PROCESS_MODULES_EX_FLAGS enum
- ENUM_SERVICE_STATE enum
- ENUM_SERVICE_TYPE enum
- EOLE_AUTHENTICATION_CAPABILITIES enum
- Specifies various capabilities in CoInitializeSecurity and IClientSecurity::SetBlanket.
- EPrintXPSJobOperation enum
- Specifies whether an XPS print job is in the spooling or the rendering phase.
- EPrintXPSJobProgress enum
- Specifies what the spooler is currently doing as it processes an XPS print job.
- ERole enum
- Defines constants that indicate the role that the system has assigned to an audio endpoint device.
- ESCAPE_COMM_FUNCTION enum
- ETO_OPTIONS enum
- EVT_HANDLE
- The handle must be closed using the EvtClose function.
- EVT_LOGIN_CLASS enum
- Defines the types of connection methods you can use to connect to the remote computer.
- EVT_QUERY_FLAGS enum
- Defines the values that specify how to return the query results and whether you are query against a channel or log file.
- EVT_QUERY_PROPERTY_ID enum
- Defines the identifiers that identify the query information that you can retrieve.
- EVT_RENDER_CONTEXT_FLAGS enum
- Defines the values that specify the type of information to access from the event.
- EVT_RENDER_FLAGS enum
- Defines the values that specify what to render.
- EVT_SEEK_FLAGS enum
- Defines the relative position in the result set from which to seek.
- EVT_VARIANT_TYPE enum
- Defines the possible data types of a variant data item.
- EXECUTION_STATE enum
- ExpandCollapseState enum
- Contains values that specify the state of a UI element that can be expanded and collapsed.
- FACILITY_CODE enum
- FDAP enum
- Specifies list placement.
- FDE_OVERWRITE_RESPONSE enum
- Specifies the values used by the IFileDialogEvents::OnOverwrite method to indicate an application's response to an overwrite request during a save operation using the common file dialog.
- FDE_SHAREVIOLATION_RESPONSE enum
- Specifies the values used by the IFileDialogEvents::OnShareViolation method to indicate an application's response to a sharing violation that occurs when a file is opened or saved.
- FFFP_MODE enum
- Describes match criteria.
- FILE_ACCESS_RIGHTS enum
- FILE_ACTION enum
- FILE_CREATION_DISPOSITION enum
- FILE_DEVICE_TYPE enum
- FILE_FLAGS_AND_ATTRIBUTES enum
- FILE_INFO_BY_HANDLE_CLASS enum
- Identifies the type of file information that GetFileInformationByHandleEx should retrieve or SetFileInformationByHandle should set.
- FILE_NOTIFY_CHANGE enum
- FILE_SHARE_MODE enum
- FILE_TYPE enum
- FILE_USAGE_TYPE enum
- Constants used by IFileIsInUse::GetUsage to indicate how a file in use is being used.
- FILEOPENDIALOGOPTIONS enum
- FILEOPERATION_FLAGS enum
- FIND_FIRST_EX_FLAGS enum
- FINDEX_INFO_LEVELS enum
- Defines values that are used with the FindFirstFileEx function to specify the information level of the returned data.
- FINDEX_SEARCH_OPS enum
- Defines values that are used with the FindFirstFileEx function to specify the type of filtering to perform.
- FINDPRINTERCHANGENOTIFICATION_HANDLE
- The handle must be closed using the FindClosePrinterChangeNotification function.
- FINDREPLACE_FLAGS enum
- FIRMWARE_TABLE_PROVIDER enum
- FONT_CHARSET enum
- FONT_CLIP_PRECISION enum
- FONT_FAMILY enum
- FONT_OUTPUT_PRECISION enum
- FONT_QUALITY enum
- FONT_RESOURCE_CHARACTERISTICS enum
- FONT_WEIGHT enum
- FOREGROUND_WINDOW_LOCK_CODE enum
- FORMAT_MESSAGE_OPTIONS enum
- FRAMEBOTTOMSTATES enum
- FRAMELEFTSTATES enum
- FRAMERIGHTSTATES enum
- FRAMESTATES enum
- FUNCFLAGS enum
- Specifies function flags.
- FUNCKIND enum
- Specifies the function type.
- GDI_IMAGE_TYPE enum
- GDI_REGION_TYPE enum
- GENERIC_ACCESS_RIGHTS enum
- GESTURE_TYPE enum
- Identifies the gesture type specified in DwmRenderGesture.
- GESTURECONFIG_ID enum
- GET_ADAPTERS_ADDRESSES_FLAGS enum
- GET_ANCESTOR_FLAGS enum
- GET_CLASS_LONG_INDEX enum
- GET_DCX_FLAGS enum
- GET_DEVICE_CAPS_INDEX enum
- GET_FILE_VERSION_INFO_FLAGS enum
- GET_FILEEX_INFO_LEVELS enum
- Defines values that are used with the GetFileAttributesEx and GetFileAttributesTransacted functions to specify the information level of the returned data.
- GET_MENU_DEFAULT_ITEM_FLAGS enum
- GET_MOUSE_MOVE_POINTS_EX_RESOLUTION enum
- GET_STOCK_OBJECT_FLAGS enum
- GET_WINDOW_CMD enum
- GETFINALPATHNAMEBYHANDLE_FLAGS enum
- GETPROPERTYSTOREFLAGS enum
- Indicates flags that modify the property store object retrieved by methods that create a property store, such as IShellItem2::GetPropertyStore or IPropertyStoreFactory::GetPropertyStore.
- GLOBAL_ALLOC_FLAGS enum
- GUITHREADINFO_FLAGS enum
- HACCEL
- The handle must be closed using the DestroyAcceleratorTable function.
- HANDLE
- The handle must be closed using the CloseHandle function.
- HANDLE_FLAGS enum
- HANDLE_PTR
- HATCH_BRUSH_STYLE enum
- HBITMAP
- The handle must be closed using the DeleteObject function.
- HBLUETOOTH_DEVICE_FIND
- The handle must be closed using the BluetoothFindDeviceClose function.
- HBLUETOOTH_RADIO_FIND
- The handle must be closed using the BluetoothFindRadioClose function.
- HBRUSH
- The handle must be closed using the DeleteObject function.
- HCERTSTORE
-
Invalid handle values are:
-1,0. - HCURSOR
- The handle must be closed using the DestroyCursor function.
- HDC
-
Invalid handle values are:
-1,0. - HDC_MAP_MODE enum
- HDESK
- The handle must be closed using the CloseDesktop function.
- HDEVINFO
- The handle must be closed using the SetupDiDestroyDeviceInfoList function.
- HDEVNOTIFY
- The handle must be closed using the UnregisterDeviceNotification function.
- HDROP
-
Invalid handle values are:
-1,0. - HDWP
-
Invalid handle values are:
0. - HEAP_FLAGS enum
- HEAP_INFORMATION_CLASS enum
- Specifies the class of heap information to be set or retrieved.
- HELPBUTTONSTATES enum
- HFONT
- The handle must be closed using the DeleteObject function.
- HGDIOBJ
- The handle must be closed using the DeleteObject function.
- HGESTUREINFO
- The handle must be closed using the CloseGestureInfoHandle function.
- HGLOBAL
- The handle must be closed using the GlobalFree function.
- HHOOK
- The handle must be closed using the UnhookWindowsHookEx function.
- HICON
- The handle must be closed using the DestroyIcon function.
- HIMAGELIST
- The handle must be closed using the ImageList_Destroy function.
- HINSTANCE
- The handle must be closed using the FreeLibrary function.
- HKEY
- The handle must be closed using the RegCloseKey function.
- HKL
- The handle must be closed using the UnloadKeyboardLayout function.
- HLOCAL
- The handle must be closed using the LocalFree function.
- HMENU
- The handle must be closed using the DestroyMenu function.
- HMETAFILE
- The handle must be closed using the DeleteMetaFile function.
- HMIDI
-
Invalid handle values are:
-1,0. - HMIDIIN
- The handle must be closed using the midiInClose function.
- HMIDIOUT
- The handle must be closed using the midiOutClose function.
- HMODULE
- The handle must be closed using the FreeLibrary function.
- HMONITOR
-
Invalid handle values are:
-1,0. - HORZSCROLLSTATES enum
- HORZTHUMBSTATES enum
- HOT_KEY_MODIFIERS enum
- HPALETTE
- The handle must be closed using the DeleteObject function.
- HPCON
- The handle must be closed using the ClosePseudoConsole function.
- HPEN
- The handle must be closed using the DeleteObject function.
- HPOWERNOTIFY
- The handle must be closed using the UnregisterPowerSettingNotification function.
- HRAWINPUT
-
Invalid handle values are:
-1,0. - HRESULT com
- A strongly-typed representation of a Windows HRESULT.
- HRGN
- The handle must be closed using the DeleteObject function.
- HRSRC
-
Invalid handle values are:
-1,0. - HSTRING winrt
-
A strongly-typed wrapper around a Windows Runtime
HSTRING. - HSTRING_BUFFER
- A handle to a mutable string buffer that you can use to create an HSTRING.
- HTHEME
- The handle must be closed using the CloseThemeData function.
- HTOUCHINPUT
- The handle must be closed using the CloseTouchInputHandle function.
- HWAVEIN
- The handle must be closed using the waveInClose function.
- HWAVEOUT
- The handle must be closed using the waveOutClose function.
- HWINSTA
- The handle must be closed using the CloseWindowStation function.
- HWND
- IDLFLAGS enum
- IF_OPER_STATUS enum
- Specifies the operational status of an interface.
- IMAGE_FILE_MACHINE enum
- IMAGE_FLAGS enum
- IMAGEHLP_EXTENDED_OPTIONS enum
- Lists the extended symbol options that you can get and set by using the SymGetExtendedOption and SymSetExtendedOption functions.
- IMPLTYPEFLAGS enum
- INITCOMMONCONTROLSEX_ICC enum
- INPUT_TYPE enum
- INVOKEKIND enum
- Specifies the way a function is invoked.
- JOB_OBJECT_IO_RATE_CONTROL_FLAGS enum
- JOBOBJECTINFOCLASS enum
- KBDLLHOOKSTRUCT_FLAGS enum
- KEYBD_EVENT_FLAGS enum
- KF_CATEGORY enum
- Value that represent a category by which a folder registered with the Known Folder system can be classified.
- KF_DEFINITION_FLAGS enum
- Flags that specify certain known folder behaviors.
- KF_REDIRECT_FLAGS enum
- Flags used by IKnownFolderManager::Redirect to specify details of a known folder redirection such as permissions and ownership for the redirected folder.
- KF_REDIRECTION_CAPABILITIES enum
- Flags that specify the current redirection capabilities of a known folder.
- KNOWN_FOLDER_FLAG enum
- Defines constants that specify special retrieval options for known folders.
- LAYERED_WINDOW_ATTRIBUTES_FLAGS enum
- LiveSetting enum
- Contains possible values for the LiveSetting property.
- LOAD_LIBRARY_FLAGS enum
- LOCAL_ALLOC_FLAGS enum
- LOCK_FILE_FLAGS enum
- LOCKTYPE enum
- Indicate the type of locking requested for the specified range of bytes.
- LOGICAL_PROCESSOR_RELATIONSHIP enum
- Represents the relationship between the processor set identified in the corresponding SYSTEM_LOGICAL_PROCESSOR_INFORMATION or SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX structure.
- LPARAM
- LPPROC_THREAD_ATTRIBUTE_LIST
- The handle must be closed using the DeleteProcThreadAttributeList function.
- LPPROGRESS_ROUTINE_CALLBACK_REASON enum
- LRESULT
- MACHINE_ATTRIBUTES enum
- Specifies the ways in which an architecture of code can run on a host operating system.
- MAP_VIRTUAL_KEY_TYPE enum
- MAXBUTTONSTATES enum
- MAXCAPTIONSTATES enum
- MC_COLOR_TEMPERATURE enum
- Describes a monitor's color temperature.
- MC_DISPLAY_TECHNOLOGY_TYPE enum
- Identifies monitor display technologies.
- MC_DRIVE_TYPE enum
- Specifies whether to set or get a monitor's red, green, or blue drive.
- MC_GAIN_TYPE enum
- Specifies whether to get or set a monitor's red, green, or blue gain.
- MC_POSITION_TYPE enum
- Specifies whether to get or set the vertical or horizontal position of a monitor's display area.
- MC_SIZE_TYPE enum
- Specifies whether to get or set the width or height of a monitor's display area.
- MDICLOSEBUTTONSTATES enum
- MDIMINBUTTONSTATES enum
- MDIRESTOREBUTTONSTATES enum
- MEDIA_TYPE enum
- Represents the various forms of device media.
- MEMORY_MAPPED_VIEW_ADDRESS
-
Invalid handle values are:
0. - MENU_ITEM_FLAGS enum
- MENU_ITEM_MASK enum
- MENU_ITEM_STATE enum
- MENU_ITEM_TYPE enum
- MENUINFO_MASK enum
- MENUINFO_STYLE enum
- MESSAGEBOX_RESULT enum
- MESSAGEBOX_STYLE enum
- MIDI_WAVE_OPEN_TYPE enum
- MINBUTTONSTATES enum
- MINCAPTIONSTATES enum
- MODEM_SPEAKER_VOLUME enum
- MODEM_STATUS_FLAGS enum
- MODEMDEVCAPS_DIAL_OPTIONS enum
- MODEMDEVCAPS_SPEAKER_MODE enum
- MODEMDEVCAPS_SPEAKER_VOLUME enum
- MODEMSETTINGS_SPEAKER_MODE enum
- MODLOAD_DATA_TYPE enum
- MONITOR_DPI_TYPE enum
- Identifies the dots per inch (dpi) setting for a monitor.
- MONITOR_FROM_FLAGS enum
- MOUSE_EVENT_FLAGS enum
- MOUSE_STATE enum
- MOVE_FILE_FLAGS enum
- MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS enum
- MSGFLTINFO_STATUS enum
- MW_FILTERMODE enum
- NAMED_PIPE_MODE enum
- Contains values used to specify the direction of navigation within the Microsoft UI Automation tree.
- NET_IF_COMPARTMENT_ID
- NET_IF_CONNECTION_TYPE enum
- Specifies the NDIS network interface connection type.
- NL_DAD_STATE enum
- Specifies information about the duplicate address detection (DAD) state for an IPv4 or IPv6 address.
- NL_PREFIX_ORIGIN enum
- Specifies the origin of an IPv4 or IPv6 address prefix, and is used with the IP_ADAPTER_UNICAST_ADDRESS structure.
- NL_SUFFIX_ORIGIN enum
- Specifies the origin of an IPv4 or IPv6 address suffix, and is used with the IP_ADAPTER_UNICAST_ADDRESS structure.
- NLM_CONNECTION_COST enum
- Specifies a set of cost levels and cost flags supported in Windows 8 Cost APIs.
- NLM_CONNECTIVITY enum
- A set of flags that provide notification whenever connectivity related parameters have changed.
- NLM_DOMAIN_TYPE enum
- A set of flags that specify the domain type of a network.
- NLM_ENUM_NETWORK enum
- Contains a set of flags that specify what types of networks are enumerated.
- NLM_NETWORK_CATEGORY enum
- A set of flags that specify the category type of a network.
- NotificationKind enum
- Defines values that indicate the type of a notification event, and a hint to the listener about the processing of the event.
- NotificationProcessing enum
- Defines values that indicate how a notification should be processed.
- NOTIFY_ICON_DATA_FLAGS enum
- NOTIFY_ICON_INFOTIP_FLAGS enum
- NOTIFY_ICON_MESSAGE enum
- NOTIFY_ICON_STATE enum
- NTSTATUS
- A strongly-typed representation of a Windows NTSTATUS.
- OBJECT_IDENTIFIER enum
- OBJECT_SECURITY_INFORMATION enum
- OPEN_FILENAME_FLAGS enum
- OPEN_FILENAME_FLAGS_EX enum
- OPEN_THEME_DATA_FLAGS enum
- ORIENTATION_PREFERENCE enum
- Indicates the screen orientation preference for a desktop app process.
- OrientationType enum
- Contains values that specify the orientation of a control.
- OS_PRODUCT_TYPE enum
- PAGE_PROTECTION_FLAGS enum
- PAGE_TYPE enum
- PARAMFLAGS enum
- PATHCCH_OPTIONS enum
- PCSTR
-
A strongly-typed wrapper around a Win32
PCSTR. - PCWSTR
-
A strongly-typed wrapper around a Win32
PCWSTR. - PEEK_MESSAGE_REMOVE_TYPE enum
- PEN_STYLE enum
- POINTER_BUTTON_CHANGE_TYPE enum
- Identifies a change in the state of a button associated with a pointer.
- POINTER_FLAGS enum
- POINTER_INPUT_TYPE enum
- POWER_INFORMATION_LEVEL enum
- PRINT_EXECUTION_CONTEXT enum
- Represents the execution context when GetPrintExecutionData is called.
- PRINT_WINDOW_FLAGS enum
- PRINTER_ACCESS_RIGHTS enum
- PRINTER_HANDLE
- The handle must be closed using the ClosePrinter function.
- PRINTER_OPTION_FLAGS enum
- Specifies the caching of a handle for a printer opened with OpenPrinter2.
- PROC_THREAD_ATTRIBUTE_NUM enum
- PROCESS_ACCESS_RIGHTS enum
- PROCESS_CREATION_FLAGS enum
- PROCESS_DPI_AWARENESS enum
- Identifies dots per inch (dpi) awareness values.
- PROCESS_NAME_FORMAT enum
- PROCESSOR_ARCHITECTURE enum
- PROCESSOR_CACHE_TYPE enum
- Represents the type of processor cache identified in the corresponding CACHE_DESCRIPTOR structure.
- PROCESSTRACE_HANDLE
- The handle must be closed using the CloseTrace function.
- PropertyConditionFlags enum
- Contains values used in creating property conditions.
- PROPSPEC_KIND enum
- PropVariant com
- A Dart wrapper around the COM PROPVARIANT structure.
- PropVariantBool com
- Represents a PropVariant holding a VARIANT_BOOL value.
- PropVariantBSTR com
- Represents a PropVariant holding a BSTR value.
- PropVariantDispatch com
- Represents a PropVariant holding an IDispatch value.
- PropVariantDispatchByRef com
- Represents a PropVariant holding a reference to IDispatch value.
- PropVariantDouble com
- Represents a PropVariant holding a Double value.
- PropVariantFloat com
- Represents a PropVariant holding a Float value.
- PropVariantInt16 com
- Represents a PropVariant holding an Int16 value.
- PropVariantInt32 com
- Represents a PropVariant holding an Int32 value.
- PropVariantInt8 com
- Represents a PropVariant holding an Int8 value.
- PropVariantUint16 com
- Represents a PropVariant holding a Uint16 value.
- PropVariantUint32 com
- Represents a PropVariant holding a Uint32 value.
- PropVariantUint8 com
- Represents a PropVariant holding a Uint8 value.
- PropVariantUnknown com
- Represents a PropVariant holding an IUnknown value.
- PropVariantUnknownByRef com
- Represents a PropVariant holding a reference to IUnknown value.
- ProviderOptions enum
- Contains values that specify the type of UI Automation provider.
- PSECURITY_DESCRIPTOR
-
Invalid handle values are:
-1,0. - PSID
- PSTR
-
A strongly-typed wrapper around a Win32
PSTR. - PURGE_COMM_FLAGS enum
- PWSTR
-
A strongly-typed wrapper around a Win32
PWSTR. - QUEUE_STATUS_FLAGS enum
- RAW_INPUT_DATA_COMMAND_FLAGS enum
- RAW_INPUT_DEVICE_INFO_COMMAND enum
- RAWINPUTDEVICE_FLAGS enum
- REDRAW_WINDOW_FLAGS enum
- REG_CREATE_KEY_DISPOSITION enum
- REG_NOTIFY_FILTER enum
- REG_OPEN_CREATE_OPTIONS enum
- REG_RESTORE_KEY_FLAGS enum
- REG_ROUTINE_FLAGS enum
- REG_SAM_FLAGS enum
- REG_SAVE_FORMAT enum
- REG_VALUE_TYPE enum
- REGISTER_NOTIFICATION_FLAGS enum
- REGISTER_TOUCH_WINDOW_FLAGS enum
- RESTOREBUTTONSTATES enum
- RGN_COMBINE_MODE enum
- RID_DEVICE_INFO_TYPE enum
- RO_INIT_TYPE enum
- Determines the concurrency model used for incoming calls to the objects created by this thread.
- ROP_CODE enum
- ROT_FLAGS enum
- RowOrColumnMajor enum
- Contains values that specify whether data in a table should be read primarily by row or by column.
- RPC_C_AUTHN_LEVEL enum
- RPC_C_IMP_LEVEL enum
- RPC_STATUS
- A strongly-typed representation of an RPC RPC_STATUS.
- SC_ACTION_TYPE enum
- SC_ENUM_TYPE enum
- SC_HANDLE
- The handle must be closed using the CloseServiceHandle function.
- SC_STATUS_TYPE enum
- SCARD_SCOPE enum
- SCARD_STATE enum
- SCROLL_WINDOW_FLAGS enum
- ScrollAmount enum
- Contains values that specify the direction and distance to scroll.
- SCROLLBAR_COMMAND enum
- SCROLLBAR_CONSTANTS enum
- SCROLLINFO_MASK enum
- SDP_SPECIFICTYPE enum
- SDP_TYPE enum
- SECURITY_DESCRIPTOR_CONTROL enum
- SEND_MESSAGE_TIMEOUT_FLAGS enum
- SEND_RECV_FLAGS enum
- SensorState enum
- Defines possible operational states for sensors.
- SERVICE_CONFIG enum
- SERVICE_DIRECTORY_TYPE enum
- Specifies the type of a per-service directory path.
- SERVICE_ERROR enum
- SERVICE_NOTIFY enum
- SERVICE_REGISTRY_STATE_TYPE enum
- Specifies a state type for a service registry key.
- SERVICE_RUNS_IN_PROCESS enum
- SERVICE_SHARED_DIRECTORY_TYPE enum
- Specifies the type of a per-service shared directory path.
- SERVICE_SHARED_REGISTRY_STATE_TYPE enum
- Specifies a state type for a service registry key.
- SERVICE_START_TYPE enum
- SERVICE_STATUS_CURRENT_STATE enum
- SERVICE_STATUS_HANDLE
-
Invalid handle values are:
-1,0. - SERVICE_TRIGGER_ACTION enum
- SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE enum
- SERVICE_TRIGGER_TYPE enum
- SET_DISPLAY_CONFIG_FLAGS enum
- SET_FILE_POINTER_MOVE_METHOD enum
- SET_THEME_APP_PROPERTIES_FLAGS enum
- SET_WINDOW_POS_FLAGS enum
- SETUP_DI_GET_CLASS_DEVS_FLAGS enum
- SETUP_DI_PROPERTY_CHANGE_SCOPE enum
- SETUP_DI_REGISTRY_PROPERTY enum
- SFGAO_FLAGS enum
- SHGDNF enum
- SHGFI_FLAGS enum
- SHOW_WINDOW_CMD enum
- SHUTDOWN_FLAGS enum
- SHUTDOWN_REASON enum
- SIATTRIBFLAGS enum
- SIGDN enum
- Requests the form of an item's display name to retrieve through IShellItem::GetDisplayName and SHGetNameFromIDList.
- SIIGBF enum
- SMALLCAPTIONSTATES enum
- SMALLCLOSEBUTTONSTATES enum
- SMALLFRAMEBOTTOMSTATES enum
- SMALLFRAMELEFTSTATES enum
- SMALLFRAMERIGHTSTATES enum
- SND_FLAGS enum
- SOCKET
- The handle must be closed using the closesocket function.
- socklen_t
- SPDATAKEYLOCATION enum
- SPEAKFLAGS enum
- SpeechAudioFormatType enum
- SpeechDataKeyLocation enum
- SpeechRunState enum
- SpeechStreamSeekPositionType enum
- SpeechTokenContext enum
- SpeechTokenShellFolder enum
- SpeechVoiceEvents enum
- SpeechVoicePriority enum
- SpeechVoiceSpeakFlags enum
- SPEVENTENUM enum
- SPVISEMES enum
- SPVPRIORITY enum
- STARTUPINFOW_FLAGS enum
- STATFLAG enum
- Indicate whether the method should try to return a name in the pwcsName member of the STATSTG structure.
- STATIC_STYLES enum
- STD_HANDLE enum
- STGC enum
- Specify the conditions for performing the commit operation in the IStorage::Commit and IStream::Commit methods.
- STGM enum
- Flags that indicate conditions for creating and deleting the object and access modes for the object.
- STGMOVE enum
- Indicate whether a storage element is to be moved or copied.
- STREAM_INFO_LEVELS enum
- Defines values that are used with the FindFirstStreamW function to specify the information level of the returned data.
- STREAM_SEEK enum
- Specify the origin from which to calculate the new seek-pointer location.
- STRETCH_BLT_MODE enum
- StructureChangeType enum
- Contains values that specify the type of change in the Microsoft UI Automation tree structure.
- SupportedTextSelection enum
- Contains values that specify the supported text selection attribute.
- SYM_LOAD_FLAGS enum
- SYMBOL_INFO_FLAGS enum
- SYMBOLIC_LINK_FLAGS enum
- SYNCHRONIZATION_ACCESS_RIGHTS enum
- SynchronizedInputType enum
- Contains values that specify the type of synchronized input.
- SYS_COLOR_INDEX enum
- SYSBUTTONSTATES enum
- SYSKIND enum
- Identifies the target operating system platform.
- SYSTEM_CURSOR_ID enum
- SYSTEM_INFORMATION_CLASS enum
- SYSTEM_METRICS_INDEX enum
- SYSTEM_PARAMETERS_INFO_ACTION enum
- SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS enum
- TASKDIALOG_COMMON_BUTTON_FLAGS enum
- TASKDIALOG_FLAGS enum
- TextEditChangeType enum
- Describes the text editing change being performed by controls when text-edit events are raised or handled.
- TextPatternRangeEndpoint enum
- Contains values that specify the endpoints of a text range.
- TextUnit enum
- Contains values that specify units of text for the purposes of navigation.
- THEME_PROPERTY_SYMBOL_ID enum
- THEMESIZE enum
- Identifies the type of size value to retrieve for a visual style part.
- THREAD_CREATION_FLAGS enum
- THREAD_ERROR_MODE enum
- TILE_WINDOWS_HOW enum
- TMPF_FLAGS enum
- ToggleState enum
- Contains values that specify the toggle state of a Microsoft UI Automation element that implements the Toggle control pattern.
- TOKEN_ACCESS_MASK enum
- TOKEN_INFORMATION_CLASS enum
- Contains values that specify the type of information being assigned to or retrieved from an access token.
- TOUCHEVENTF_FLAGS enum
- TOUCHINPUTMASKF_MASK enum
- TRACK_POPUP_MENU_FLAGS enum
- TreeScope enum
- Contains values that specify the scope of various operations in the Microsoft UI Automation tree.
- TreeTraversalOptions enum
- Defines values that can be used to customize tree navigation order.
- TrustLevel enum
- Represents the trust level of an activatable class.
- TUNNEL_TYPE enum
- Defines the encapsulation method used by a tunnel, as described by the Internet Assigned Names Authority (IANA).
- TYPEKIND enum
- Specifies a type.
- UIA_ANNOTATIONTYPE enum
- UIA_CONTROLTYPE_ID enum
- UIA_EVENT_ID enum
- UIA_HEADINGLEVEL_ID enum
- UIA_LANDMARKTYPE_ID enum
- UIA_METADATA_ID enum
- UIA_PATTERN_ID enum
- UIA_PROPERTY_ID enum
- UIA_STYLE_ID enum
- UIA_TEXTATTRIBUTE_ID enum
- UNMAP_VIEW_OF_FILE_FLAGS enum
- UPDATE_LAYERED_WINDOW_FLAGS enum
- Uri_PROPERTY enum
- USER_OBJECT_INFORMATION_INDEX enum
- VAR_CHANGE_FLAGS enum
- VARENUM enum
- Specifies the variant types.
- VARFLAGS enum
- Specifies variable flags.
- Variant com
- A Dart wrapper around the COM VARIANT structure.
- VARIANT_BOOL
- VariantBool com
- Represents a Variant holding a VARIANT_BOOL value.
- VariantBSTR com
- Represents a Variant holding a BSTR value.
- VariantDispatch com
- Represents a Variant holding an IDispatch value.
- VariantDispatchByRef com
- Represents a Variant holding a reference to an IDispatch value.
- VariantDouble com
- Represents a Variant holding a Double value.
- VariantFloat com
- Represents a Variant holding a Float value.
- VariantInt16 com
- Represents a Variant holding an Int16 value.
- VariantInt32 com
- Represents a Variant holding an Int32 value.
- VariantInt64 com
- Represents a Variant holding an Int64 value.
- VariantInt8 com
- Represents a Variant holding an Int8 value.
- VariantUint16 com
- Represents a Variant holding a Uint16 value.
- VariantUint32 com
- Represents a Variant holding a Uint32 value.
- VariantUint64 com
- Represents a Variant holding a Uint64 value.
- VariantUint8 com
- Represents a Variant holding a Uint8 value.
- VariantUnknown com
- Represents a Variant holding an IUnknown value.
- VariantUnknownByRef com
- Represents a Variant holding a reference to an IUnknown value.
- VARKIND enum
- Specifies the variable type.
- VER_FIND_FILE_FLAGS enum
- VER_FIND_FILE_STATUS enum
- VER_FLAGS enum
- VER_INSTALL_FILE_FLAGS enum
- VER_INSTALL_FILE_STATUS enum
- VERTSCROLLSTATES enum
- VERTTHUMBSTATES enum
- VIRTUAL_ALLOCATION_TYPE enum
- VIRTUAL_FREE_TYPE enum
- VIRTUAL_KEY enum
- VS_FIXEDFILEINFO_FILE_FLAGS enum
- VS_FIXEDFILEINFO_FILE_OS enum
- VS_FIXEDFILEINFO_FILE_SUBTYPE enum
- VS_FIXEDFILEINFO_FILE_TYPE enum
- WAIT_EVENT enum
- WBEM_COMPARISON_FLAG enum
- Contains flags that define the comparison to perform when using the IWbemClassObject::CompareTo method.
- WBEM_CONDITION_FLAG_TYPE enum
- Contains flags used with the IWbemClassObject::GetNames method.
- WBEM_GENERIC_FLAG_TYPE enum
- Contains general-purpose method parameter flags.
- WBEM_REFRESHER_FLAGS enum
- Contains flags that modify the behavior of refresher methods.
- WIN32_ERROR
- A strongly-typed representation of a Win32 thread-local error code.
- WINDOW_DISPLAY_AFFINITY enum
- WINDOW_EX_STYLE enum
- WINDOW_LONG_PTR_INDEX enum
- WINDOW_MESSAGE_FILTER_ACTION enum
- WINDOW_STYLE enum
- WINDOWCOMPOSITIONATTRIB
- Specifies options used by the WINDOWCOMPOSITIONATTRIBDATA structure.
- WindowInteractionState enum
- Contains values that specify the current state of the window for purposes of user interaction.
- WINDOWPARTS enum
- WINDOWPLACEMENT_FLAGS enum
- WINDOWS_HOOK_ID enum
- WINDOWTHEMEATTRIBUTETYPE enum
- Specifies the type of visual style attribute to set on a window.
- WindowVisualState enum
- Contains values that specify the visual state of a window.
- WinHttpRequestAutoLogonPolicy enum
- Includes possible settings for the Automatic Logon Policy.
- WinHttpRequestOption enum
- Includes options that can be set or retrieved for the current Microsoft Windows HTTP Services (WinHTTP) session.
- WINSOCK_SHUTDOWN_HOW enum
- WINSOCK_SOCKET_TYPE enum
- WLAN_AUTOCONF_OPCODE enum
- Specifies an automatic configuration parameter.
- WLAN_CONNECTION_MODE enum
- Defines the mode of connection.
- WLAN_CONNECTION_NOTIFICATION_FLAGS enum
- WLAN_FILTER_LIST_TYPE enum
- Indicates types of filter lists.
- WLAN_HOSTED_NETWORK_OPCODE enum
- Specifies the possible values of the operation code for the properties to query or set on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_PEER_AUTH_STATE enum
- Specifies the possible values for the authentication state of a peer on the wireless Hosted Network.
- WLAN_HOSTED_NETWORK_REASON enum
- Specifies the possible values for the result of a wireless Hosted Network function call.
- WLAN_HOSTED_NETWORK_STATE enum
- Specifies the possible values for the network state of the wireless Hosted Network.
- WLAN_IHV_CONTROL_TYPE enum
- Specifies the type of software bypassed by a vendor-specific method.
- WLAN_INTERFACE_STATE enum
- Indicates the state of an interface.
- WLAN_INTERFACE_TYPE enum
- Specifies the wireless interface type.
- WLAN_INTF_OPCODE enum
- Defines various opcodes used to set and query parameters on a wireless interface.
- WLAN_NOTIFICATION_SOURCES enum
- WLAN_OPCODE_VALUE_TYPE enum
- Specifies the origin of automatic configuration (auto config) settings.
- WLAN_SECURABLE_OBJECT enum
- Defines the securable objects used by Native Wifi Functions.
- WLAN_SET_EAPHOST_FLAGS enum
- WNDCLASS_STYLES enum
- WPARAM
- WSL_DISTRIBUTION_FLAGS enum
- Specifies the behavior of a distribution in the Windows Subsystem for Linux (WSL).
- XINPUT_CAPABILITIES_FLAGS enum
- XINPUT_DEVSUBTYPE enum
- XINPUT_DEVTYPE enum
- XINPUT_FLAG enum
- XINPUT_GAMEPAD_BUTTON_FLAGS enum
- XINPUT_KEYSTROKE_FLAGS enum
- XINPUT_VIRTUAL_KEY enum
- ZoomUnit enum
- Contains possible values for the IUIAutomationTransformPattern2::ZoomByUnit method, which zooms the viewport of a control by the specified unit.
Extensions
- ArenaExtension on Arena
-
Convenience extensions for binding native resources to an
Arena. - BLUETOOTH_ADDRESS_0_Extension on BLUETOOTH_ADDRESS
- BLUETOOTH_AUTHENTICATE_RESPONSE_0_Extension on BLUETOOTH_AUTHENTICATE_RESPONSE
- BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS_0_Extension on BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_0_Extension on BTH_LE_GATT_DESCRIPTOR_VALUE
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_1_Extension on BTH_LE_GATT_DESCRIPTOR_VALUE
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_2_Extension on BTH_LE_GATT_DESCRIPTOR_VALUE
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_3_Extension on BTH_LE_GATT_DESCRIPTOR_VALUE
- BTH_LE_GATT_DESCRIPTOR_VALUE_0_Extension on BTH_LE_GATT_DESCRIPTOR_VALUE
- BTH_LE_UUID_0_Extension on BTH_LE_UUID
- CHAR_INFO_0_Extension on CHAR_INFO
- CY_0_Extension on CY
- DateTimeToFILETIMEPointerConversion on DateTime
- Extension for converting Dart DateTime values into native FILETIME structures.
- DateTimeToSYSTEMTIMEConversion on DateTime
- Extensions for converting Dart DateTime values to native SYSTEMTIME structures.
- DECIMAL_0_0_Extension on DECIMAL
- DECIMAL_0_Extension on DECIMAL
- DECIMAL_1_0_Extension on DECIMAL
- DECIMAL_1_Extension on DECIMAL
- DEVMODE_0_0_Extension on DEVMODE
- DEVMODE_0_1_Extension on DEVMODE
- DEVMODE_0_Extension on DEVMODE
- DEVMODE_1_Extension on DEVMODE
- DISPLAYCONFIG_MODE_INFO_0_Extension on DISPLAYCONFIG_MODE_INFO
- DISPLAYCONFIG_PATH_SOURCE_INFO_0_0_Extension on DISPLAYCONFIG_PATH_SOURCE_INFO
- DISPLAYCONFIG_PATH_SOURCE_INFO_0_Extension on DISPLAYCONFIG_PATH_SOURCE_INFO
- DISPLAYCONFIG_PATH_TARGET_INFO_0_0_Extension on DISPLAYCONFIG_PATH_TARGET_INFO
- DISPLAYCONFIG_PATH_TARGET_INFO_0_Extension on DISPLAYCONFIG_PATH_TARGET_INFO
- DISPLAYCONFIG_VIDEO_SIGNAL_INFO_0_0_Extension on DISPLAYCONFIG_VIDEO_SIGNAL_INFO
- DISPLAYCONFIG_VIDEO_SIGNAL_INFO_0_Extension on DISPLAYCONFIG_VIDEO_SIGNAL_INFO
-
DLGITEMTEMPLATEPointer
on Pointer<
DLGITEMTEMPLATE> - Extension for writing DLGITEMTEMPLATE structures into memory.
-
DLGTEMPLATEPointer
on Pointer<
DLGTEMPLATE> - Extensions for constructing in-memory dialog templates.
- DurationToFILETIMEConversion on Duration
- Extension for converting Dart Duration values into native FILETIME durations.
- ELEMDESC_0_Extension on ELEMDESC
- EVT_VARIANT_0_Extension on EVT_VARIANT
- FILETIMEToDateTimeConversion on FILETIME
- Extensions for converting between Windows FILETIME and Dart DateTime.
- FILETIMEToDurationConversion on FILETIME
- Extensions for interpreting FILETIME values as elapsed time.
- IN_ADDR_0_0_Extension on IN_ADDR
- IN_ADDR_0_1_Extension on IN_ADDR
- IN_ADDR_0_Extension on IN_ADDR
- INPUT_0_Extension on INPUT
- INPUT_RECORD_0_Extension on INPUT_RECORD
- INPUT_TRANSFORM_0_0_Extension on INPUT_TRANSFORM
- INPUT_TRANSFORM_0_Extension on INPUT_TRANSFORM
- IntToHexConversion on int
- Extension on int for producing hexadecimal string representations.
- IP_ADAPTER_ADDRESSES_LH_0_0_Extension on IP_ADAPTER_ADDRESSES_LH
- IP_ADAPTER_ADDRESSES_LH_0_Extension on IP_ADAPTER_ADDRESSES_LH
- IP_ADAPTER_ADDRESSES_LH_1_0_Extension on IP_ADAPTER_ADDRESSES_LH
- IP_ADAPTER_ADDRESSES_LH_1_Extension on IP_ADAPTER_ADDRESSES_LH
- IP_ADAPTER_ANYCAST_ADDRESS_XP_0_0_Extension on IP_ADAPTER_ANYCAST_ADDRESS_XP
- IP_ADAPTER_ANYCAST_ADDRESS_XP_0_Extension on IP_ADAPTER_ANYCAST_ADDRESS_XP
- IP_ADAPTER_DNS_SERVER_ADDRESS_XP_0_0_Extension on IP_ADAPTER_DNS_SERVER_ADDRESS_XP
- IP_ADAPTER_DNS_SERVER_ADDRESS_XP_0_Extension on IP_ADAPTER_DNS_SERVER_ADDRESS_XP
- IP_ADAPTER_GATEWAY_ADDRESS_LH_0_0_Extension on IP_ADAPTER_GATEWAY_ADDRESS_LH
- IP_ADAPTER_GATEWAY_ADDRESS_LH_0_Extension on IP_ADAPTER_GATEWAY_ADDRESS_LH
- IP_ADAPTER_MULTICAST_ADDRESS_XP_0_0_Extension on IP_ADAPTER_MULTICAST_ADDRESS_XP
- IP_ADAPTER_MULTICAST_ADDRESS_XP_0_Extension on IP_ADAPTER_MULTICAST_ADDRESS_XP
- IP_ADAPTER_PREFIX_XP_0_0_Extension on IP_ADAPTER_PREFIX_XP
- IP_ADAPTER_PREFIX_XP_0_Extension on IP_ADAPTER_PREFIX_XP
- IP_ADAPTER_UNICAST_ADDRESS_LH_0_0_Extension on IP_ADAPTER_UNICAST_ADDRESS_LH
- IP_ADAPTER_UNICAST_ADDRESS_LH_0_Extension on IP_ADAPTER_UNICAST_ADDRESS_LH
- IP_ADAPTER_WINS_SERVER_ADDRESS_LH_0_0_Extension on IP_ADAPTER_WINS_SERVER_ADDRESS_LH
- IP_ADAPTER_WINS_SERVER_ADDRESS_LH_0_Extension on IP_ADAPTER_WINS_SERVER_ADDRESS_LH
- KEY_EVENT_RECORD_0_Extension on KEY_EVENT_RECORD
- MMTIME_0_0_Extension on MMTIME
- MMTIME_0_1_Extension on MMTIME
- MMTIME_0_Extension on MMTIME
- NET_LUID_LH_0_Extension on NET_LUID_LH
- NOTIFYICONDATA_0_Extension on NOTIFYICONDATA
- OVERLAPPED_0_0_Extension on OVERLAPPED
- OVERLAPPED_0_Extension on OVERLAPPED
-
PointerExtension
on Pointer<
NativeType> - Extension on Pointer providing minimal, low-level pointer utilities.
- PRINTER_NOTIFY_INFO_DATA_0_0_Extension on PRINTER_NOTIFY_INFO_DATA
- PRINTER_NOTIFY_INFO_DATA_0_Extension on PRINTER_NOTIFY_INFO_DATA
- PROCESS_HEAP_ENTRY_0_0_Extension on PROCESS_HEAP_ENTRY
- PROCESS_HEAP_ENTRY_0_1_Extension on PROCESS_HEAP_ENTRY
- PROCESS_HEAP_ENTRY_0_Extension on PROCESS_HEAP_ENTRY
- PROPSPEC_0_Extension on PROPSPEC
- PROPVARIANT_0_0_0_Extension on PROPVARIANT
- PROPVARIANT_0_0_Extension on PROPVARIANT
- PROPVARIANT_0_Extension on PROPVARIANT
- RAWINPUT_0_Extension on RAWINPUT
- RAWMOUSE_0_0_Extension on RAWMOUSE
- RAWMOUSE_0_Extension on RAWMOUSE
- SDP_ELEMENT_DATA_0_0_Extension on SDP_ELEMENT_DATA
- SDP_ELEMENT_DATA_0_1_Extension on SDP_ELEMENT_DATA
- SDP_ELEMENT_DATA_0_2_Extension on SDP_ELEMENT_DATA
- SDP_ELEMENT_DATA_0_3_Extension on SDP_ELEMENT_DATA
- SDP_ELEMENT_DATA_0_Extension on SDP_ELEMENT_DATA
- SHELLEXECUTEINFO_0_Extension on SHELLEXECUTEINFO
- StringExtension on String
- Extension on String for converting Dart strings to Win32 and COM string representations.
-
StringListExtension
on List<
String> -
Extension on
List<String>for producing MULTI_SZ-style UTF-16 string blocks. - STRRET_0_Extension on STRRET
- SYSTEM_INFO_0_0_Extension on SYSTEM_INFO
- SYSTEM_INFO_0_Extension on SYSTEM_INFO
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION_0_0_Extension on SYSTEM_LOGICAL_PROCESSOR_INFORMATION
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION_0_1_Extension on SYSTEM_LOGICAL_PROCESSOR_INFORMATION
- SYSTEM_LOGICAL_PROCESSOR_INFORMATION_0_Extension on SYSTEM_LOGICAL_PROCESSOR_INFORMATION
- SYSTEMTIMEToDateTimeConversion on SYSTEMTIME
- Extensions for converting Windows SYSTEMTIME values to Dart DateTime.
- TASKDIALOGCONFIG_0_Extension on TASKDIALOGCONFIG
- TASKDIALOGCONFIG_1_Extension on TASKDIALOGCONFIG
- TYPEDESC_0_Extension on TYPEDESC
- Uint8ListToUint8Pointer on Uint8List
- Extension on Uint8List for copying byte buffers into native memory.
- USB_DEVICE_STATUS_0_Extension on USB_DEVICE_STATUS
- VARDESC_0_Extension on VARDESC
- VARIANT_0_0_0_0_Extension on VARIANT
- VARIANT_0_0_0_Extension on VARIANT
- VARIANT_0_0_Extension on VARIANT
- VARIANT_0_Extension on VARIANT
- WAVEFORMATEXTENSIBLE_0_Extension on WAVEFORMATEXTENSIBLE
Constants
- ABOVE_NORMAL_PRIORITY_CLASS → const PROCESS_CREATION_FLAGS
- ACCENT_DISABLED → const ACCENT_STATE
- The default value, background is black.
- ACCENT_ENABLE_ACRYLICBLURBEHIND → const ACCENT_STATE
- Background is GradientColor, with acrylic blur effect.
- ACCENT_ENABLE_BLURBEHIND → const ACCENT_STATE
- Background is GradientColor, with blur effect.
- ACCENT_ENABLE_GRADIENT → const ACCENT_STATE
- Background is GradientColor, alpha channel ignored.
- ACCENT_ENABLE_HOSTBACKDROP → const ACCENT_STATE
- Unknown.
- ACCENT_ENABLE_TRANSPARENTGRADIENT → const ACCENT_STATE
- Background is GradientColor.
- ACCENT_INVALID_STATE → const ACCENT_STATE
- Unknown. Seems to draw background fully transparent.
- ACCESS_SYSTEM_SECURITY → const int
- ACPI → const FIRMWARE_TABLE_PROVIDER
- AdministratorPowerPolicy → const POWER_INFORMATION_LEVEL
- AF_12844 → const int
- AF_APPLETALK → const int
- AF_ATM → const int
- AF_BAN → const int
- AF_BTH → const int
- AF_CCITT → const int
- AF_CHAOS → const int
- AF_CLUSTER → const int
- AF_DATAKIT → const int
- AF_DECnet → const int
- AF_DLI → const int
- AF_ECMA → const int
- AF_FIREFOX → const int
- AF_HYLINK → const int
- AF_HYPERV → const int
- AF_ICLFXBM → const int
- AF_IMPLINK → const int
- AF_INET → const ADDRESS_FAMILY
- AF_INET6 → const ADDRESS_FAMILY
- AF_IPX → const int
- AF_IRDA → const int
- AF_ISO → const int
- AF_LAT → const int
- AF_LINK → const int
- AF_NETBIOS → const int
- AF_NETDES → const int
- AF_NS → const int
- AF_OSI → const int
- AF_PUP → const int
- AF_SNA → const int
- AF_TCNMESSAGE → const int
- AF_TCNPROCESS → const int
- AF_UNIX → const int
- AF_UNKNOWN1 → const int
- AF_UNSPEC → const ADDRESS_FAMILY
- AF_VOICEVIEW → const int
- ALL_PROCESSOR_GROUPS → const int
- ALLOW_CONTROLS → const SET_THEME_APP_PROPERTIES_FLAGS
- ALLOW_NONCLIENT → const SET_THEME_APP_PROPERTIES_FLAGS
- ALLOW_WEBCONTENT → const SET_THEME_APP_PROPERTIES_FLAGS
- AnnotationType_AdvancedProofingIssue → const UIA_ANNOTATIONTYPE
- AnnotationType_Author → const UIA_ANNOTATIONTYPE
- AnnotationType_CircularReferenceError → const UIA_ANNOTATIONTYPE
- AnnotationType_Comment → const UIA_ANNOTATIONTYPE
- AnnotationType_ConflictingChange → const UIA_ANNOTATIONTYPE
- AnnotationType_DataValidationError → const UIA_ANNOTATIONTYPE
- AnnotationType_DeletionChange → const UIA_ANNOTATIONTYPE
- AnnotationType_EditingLockedChange → const UIA_ANNOTATIONTYPE
- AnnotationType_Endnote → const UIA_ANNOTATIONTYPE
- AnnotationType_ExternalChange → const UIA_ANNOTATIONTYPE
- AnnotationType_Footnote → const UIA_ANNOTATIONTYPE
- AnnotationType_FormatChange → const UIA_ANNOTATIONTYPE
- AnnotationType_FormulaError → const UIA_ANNOTATIONTYPE
- AnnotationType_GrammarError → const UIA_ANNOTATIONTYPE
- AnnotationType_Header → const UIA_ANNOTATIONTYPE
- AnnotationType_Highlighted → const UIA_ANNOTATIONTYPE
- AnnotationType_InsertionChange → const UIA_ANNOTATIONTYPE
- AnnotationType_Mathematics → const UIA_ANNOTATIONTYPE
- AnnotationType_MoveChange → const UIA_ANNOTATIONTYPE
- AnnotationType_Sensitive → const UIA_ANNOTATIONTYPE
- AnnotationType_SpellingError → const UIA_ANNOTATIONTYPE
- AnnotationType_TrackChanges → const UIA_ANNOTATIONTYPE
- AnnotationType_Unknown → const UIA_ANNOTATIONTYPE
- AnnotationType_UnsyncedChange → const UIA_ANNOTATIONTYPE
- ANSI_CHARSET → const FONT_CHARSET
- ANSI_FIXED_FONT → const GET_STOCK_OBJECT_FLAGS
- ANSI_VAR_FONT → const GET_STOCK_OBJECT_FLAGS
- ANTIALIASED_QUALITY → const FONT_QUALITY
- AO_DESIGNMODE → const ACTIVATEOPTIONS
- AO_NOERRORUI → const ACTIVATEOPTIONS
- AO_NONE → const ACTIVATEOPTIONS
- AO_NOSPLASHSCREEN → const ACTIVATEOPTIONS
- AO_PRELAUNCH → const ACTIVATEOPTIONS
- APPMODEL_ERROR_DYNAMIC_PROPERTY_INVALID → const WIN32_ERROR
- APPMODEL_ERROR_DYNAMIC_PROPERTY_READ_FAILED → const WIN32_ERROR
- APPMODEL_ERROR_NO_APPLICATION → const WIN32_ERROR
- APPMODEL_ERROR_NO_MUTABLE_DIRECTORY → const WIN32_ERROR
- APPMODEL_ERROR_NO_PACKAGE → const WIN32_ERROR
- APPMODEL_ERROR_PACKAGE_IDENTITY_CORRUPT → const WIN32_ERROR
- APPMODEL_ERROR_PACKAGE_NOT_AVAILABLE → const WIN32_ERROR
- APPMODEL_ERROR_PACKAGE_RUNTIME_CORRUPT → const WIN32_ERROR
- APPX_CAPABILITY_APPOINTMENTS → const APPX_CAPABILITIES
- APPX_CAPABILITY_CLASS_ALL → const APPX_CAPABILITY_CLASS_TYPE
- APPX_CAPABILITY_CLASS_CUSTOM → const APPX_CAPABILITY_CLASS_TYPE
- APPX_CAPABILITY_CLASS_DEFAULT → const APPX_CAPABILITY_CLASS_TYPE
- APPX_CAPABILITY_CLASS_GENERAL → const APPX_CAPABILITY_CLASS_TYPE
- APPX_CAPABILITY_CLASS_RESTRICTED → const APPX_CAPABILITY_CLASS_TYPE
- APPX_CAPABILITY_CLASS_WINDOWS → const APPX_CAPABILITY_CLASS_TYPE
- APPX_CAPABILITY_CONTACTS → const APPX_CAPABILITIES
- APPX_CAPABILITY_DOCUMENTS_LIBRARY → const APPX_CAPABILITIES
- Your documents library, including the capability to add, change, or delete files.
- APPX_CAPABILITY_ENTERPRISE_AUTHENTICATION → const APPX_CAPABILITIES
- Your Windows credentials, for access to a corporate intranet.
- APPX_CAPABILITY_INTERNET_CLIENT → const APPX_CAPABILITIES
- Your Internet connection for outgoing connections to the Internet.
- APPX_CAPABILITY_INTERNET_CLIENT_SERVER → const APPX_CAPABILITIES
- Your Internet connection, including incoming unsolicited connections from the Internet – the app can send information to or from your computer through a firewall.
- APPX_CAPABILITY_MUSIC_LIBRARY → const APPX_CAPABILITIES
- Your music library and playlists, including the capability to add, change, or delete files.
- APPX_CAPABILITY_PICTURES_LIBRARY → const APPX_CAPABILITIES
- Your pictures library, including the capability to add, change, or delete files.
- APPX_CAPABILITY_PRIVATE_NETWORK_CLIENT_SERVER → const APPX_CAPABILITIES
- A home or work network – the app can send information to or from your computer and other computers on the same network.
- APPX_CAPABILITY_REMOVABLE_STORAGE → const APPX_CAPABILITIES
- Removable storage, such as an external hard drive or USB flash drive, or MTP portable device, including the capability to add, change, or delete specific files.
- APPX_CAPABILITY_SHARED_USER_CERTIFICATES → const APPX_CAPABILITIES
- Software and hardware certificates or a smart card – used to identify you in the app.
- APPX_CAPABILITY_VIDEOS_LIBRARY → const APPX_CAPABILITIES
- Your videos library, including the capability to add, change, or delete files.
- APPX_COMPRESSION_OPTION_FAST → const APPX_COMPRESSION_OPTION
- Fast compression.
- APPX_COMPRESSION_OPTION_MAXIMUM → const APPX_COMPRESSION_OPTION
- Maximum compression.
- APPX_COMPRESSION_OPTION_NONE → const APPX_COMPRESSION_OPTION
- No compression.
- APPX_COMPRESSION_OPTION_NORMAL → const APPX_COMPRESSION_OPTION
- Normal compression.
- APPX_COMPRESSION_OPTION_SUPERFAST → const APPX_COMPRESSION_OPTION
- Super-fast compression.
- APPX_FOOTPRINT_FILE_TYPE_BLOCKMAP → const APPX_FOOTPRINT_FILE_TYPE
- The package block map.
- APPX_FOOTPRINT_FILE_TYPE_CODEINTEGRITY → const APPX_FOOTPRINT_FILE_TYPE
- The code signing catalog file used for code integrity checks.
- APPX_FOOTPRINT_FILE_TYPE_CONTENTGROUPMAP → const APPX_FOOTPRINT_FILE_TYPE
- The content group map used for streaming install.
- APPX_FOOTPRINT_FILE_TYPE_MANIFEST → const APPX_FOOTPRINT_FILE_TYPE
- The package manifest.
- APPX_FOOTPRINT_FILE_TYPE_SIGNATURE → const APPX_FOOTPRINT_FILE_TYPE
- The package signature.
- APPX_PACKAGE_ARCHITECTURE_ARM → const APPX_PACKAGE_ARCHITECTURE
- The ARM processor architecture.
- APPX_PACKAGE_ARCHITECTURE_ARM64 → const APPX_PACKAGE_ARCHITECTURE
- The 64-bit ARM processor architecture.
- APPX_PACKAGE_ARCHITECTURE_NEUTRAL → const APPX_PACKAGE_ARCHITECTURE
- Any processor architecture.
- APPX_PACKAGE_ARCHITECTURE_X64 → const APPX_PACKAGE_ARCHITECTURE
- The x64 processor architecture.
- APPX_PACKAGE_ARCHITECTURE_X86 → const APPX_PACKAGE_ARCHITECTURE
- The x86 processor architecture.
- APTTYPE_CURRENT → const APTTYPE
- The current thread.
- APTTYPE_MAINSTA → const APTTYPE
- The main single-threaded apartment.
- APTTYPE_MTA → const APTTYPE
- A multithreaded apartment.
- APTTYPE_NA → const APTTYPE
- A neutral apartment.
- APTTYPE_STA → const APTTYPE
- A single-threaded apartment.
- APTTYPEQUALIFIER_APPLICATION_STA → const APTTYPEQUALIFIER
- APTTYPEQUALIFIER_IMPLICIT_MTA → const APTTYPEQUALIFIER
- This qualifier is only valid when the pAptType parameter of the CoGetApartmentType function specifies APTTYPE_MTA on return.
- APTTYPEQUALIFIER_NA_ON_IMPLICIT_MTA → const APTTYPEQUALIFIER
- This qualifier is only valid when the pAptType parameter of the CoGetApartmentType function contains APTTYPE_NA on return.
- APTTYPEQUALIFIER_NA_ON_MAINSTA → const APTTYPEQUALIFIER
- This qualifier is only valid when the pAptType parameter of the CoGetApartmentType function contains APTTYPE_NA on return.
- APTTYPEQUALIFIER_NA_ON_MTA → const APTTYPEQUALIFIER
- This qualifier is only valid when the pAptType parameter of the CoGetApartmentType function contains APTTYPE_NA on return.
- APTTYPEQUALIFIER_NA_ON_STA → const APTTYPEQUALIFIER
- This qualifier is only valid when the pAptType parameter of the CoGetApartmentType function contains APTTYPE_NA on return.
- APTTYPEQUALIFIER_NONE → const APTTYPEQUALIFIER
- No qualifier information for the current COM apartment type is available.
- APTTYPEQUALIFIER_RESERVED_1 → const APTTYPEQUALIFIER
- ARABIC_CHARSET → const FONT_CHARSET
- ASPECTX → const GET_DEVICE_CAPS_INDEX
- ASPECTXY → const GET_DEVICE_CAPS_INDEX
- ASPECTY → const GET_DEVICE_CAPS_INDEX
- Assertive → const LiveSetting
- ATTACH_PARENT_PROCESS → const int
- ATTRIBUTE_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- AUDCLNT_BUFFERFLAGS_DATA_DISCONTINUITY → const AUDCLNT_BUFFERFLAGS
- The data in the packet is not correlated with the previous packet's device position; this is possibly due to a stream state transition or timing glitch.
- AUDCLNT_BUFFERFLAGS_SILENT → const AUDCLNT_BUFFERFLAGS
- Treat all of the data in the packet as silence and ignore the actual data values.
- AUDCLNT_BUFFERFLAGS_TIMESTAMP_ERROR → const AUDCLNT_BUFFERFLAGS
- The time at which the device's stream position was recorded is uncertain.
- AUDCLNT_SHAREMODE_EXCLUSIVE → const AUDCLNT_SHAREMODE
- The audio stream will run in exclusive mode.
- AUDCLNT_SHAREMODE_SHARED → const AUDCLNT_SHAREMODE
- The audio stream will run in shared mode.
- AUDCLNT_STREAMOPTIONS_AMBISONICS → const AUDCLNT_STREAMOPTIONS
- AUDCLNT_STREAMOPTIONS_MATCH_FORMAT → const AUDCLNT_STREAMOPTIONS
- The audio client is requesting that the audio engine match the format proposed by the client.
- AUDCLNT_STREAMOPTIONS_NONE → const AUDCLNT_STREAMOPTIONS
- No stream options.
- AUDCLNT_STREAMOPTIONS_POST_VOLUME_LOOPBACK → const AUDCLNT_STREAMOPTIONS
- AUDCLNT_STREAMOPTIONS_RAW → const AUDCLNT_STREAMOPTIONS
- The audio stream is a 'raw' stream that bypasses all signal processing except for endpoint specific, always-on processing in the Audio Processing Object (APO), driver, and hardware.
- AUDIO_DUCKING_OPTIONS_DEFAULT → const AUDIO_DUCKING_OPTIONS
- The associated audio stream should use the default audio ducking behavior.
- AUDIO_DUCKING_OPTIONS_DO_NOT_DUCK_OTHER_STREAMS → const AUDIO_DUCKING_OPTIONS
- The associated audio stream should not cause other streams to be ducked.
- AudioCategory_Alerts → const AUDIO_STREAM_CATEGORY
- Alert sounds.
- AudioCategory_Communications → const AUDIO_STREAM_CATEGORY
- Real-time communications, such as VOIP or chat.
- AudioCategory_FarFieldSpeech → const AUDIO_STREAM_CATEGORY
- Media is audio captured with the intent of capturing voice sources located in the ‘far field’.
- AudioCategory_ForegroundOnlyMedia → const AUDIO_STREAM_CATEGORY
- Media that will only stream when the app is in the foreground.
- AudioCategory_GameChat → const AUDIO_STREAM_CATEGORY
- Game chat audio.
- AudioCategory_GameEffects → const AUDIO_STREAM_CATEGORY
- Game sound effects.
- AudioCategory_GameMedia → const AUDIO_STREAM_CATEGORY
- Background audio for games.
- AudioCategory_Media → const AUDIO_STREAM_CATEGORY
- Stream that includes audio without dialog.
- AudioCategory_Movie → const AUDIO_STREAM_CATEGORY
- Stream that includes audio with dialog.
- AudioCategory_Other → const AUDIO_STREAM_CATEGORY
- Other audio stream.
- AudioCategory_SoundEffects → const AUDIO_STREAM_CATEGORY
- Sound effects.
- AudioCategory_Speech → const AUDIO_STREAM_CATEGORY
- Speech.
- AudioCategory_UniformSpeech → const AUDIO_STREAM_CATEGORY
- Media is captured audio that requires consistent speech processing for the captured audio stream across all Windows devices.
- AudioCategory_VoiceTyping → const AUDIO_STREAM_CATEGORY
- Media is audio captured with the intent of enabling dictation or typing by voice.
- AudioSessionStateActive → const AudioSessionState
- The audio session is active.
- AudioSessionStateExpired → const AudioSessionState
- The audio session has expired.
- AudioSessionStateInactive → const AudioSessionState
- The audio session is inactive.
- AutoLogonPolicy_Always → const WinHttpRequestAutoLogonPolicy
- AutoLogonPolicy_Never → const WinHttpRequestAutoLogonPolicy
- AutoLogonPolicy_OnlyIfBypassProxy → const WinHttpRequestAutoLogonPolicy
- AutomationElementMode_Full → const AutomationElementMode
- Specifies that returned elements have a full reference to the underlying UI.
- AutomationElementMode_None → const AutomationElementMode
- Specifies that returned elements have no reference to the underlying UI and contain only cached information.
- AW_ACTIVATE → const ANIMATE_WINDOW_FLAGS
- AW_BLEND → const ANIMATE_WINDOW_FLAGS
- AW_CENTER → const ANIMATE_WINDOW_FLAGS
- AW_HIDE → const ANIMATE_WINDOW_FLAGS
- AW_HOR_NEGATIVE → const ANIMATE_WINDOW_FLAGS
- AW_HOR_POSITIVE → const ANIMATE_WINDOW_FLAGS
- AW_SLIDE → const ANIMATE_WINDOW_FLAGS
- AW_VER_NEGATIVE → const ANIMATE_WINDOW_FLAGS
- AW_VER_POSITIVE → const ANIMATE_WINDOW_FLAGS
- BACKGROUND_BLUE → const CONSOLE_CHARACTER_ATTRIBUTES
- BACKGROUND_GREEN → const CONSOLE_CHARACTER_ATTRIBUTES
- BACKGROUND_INTENSITY → const CONSOLE_CHARACTER_ATTRIBUTES
- BACKGROUND_RED → const CONSOLE_CHARACTER_ATTRIBUTES
- BACKUP_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- BALTIC_CHARSET → const FONT_CHARSET
- BaseTrust → const TrustLevel
- The component has access to resources that are not protected.
- BATTERY_DEVTYPE_GAMEPAD → const BATTERY_DEVTYPE
- BATTERY_DEVTYPE_HEADSET → const BATTERY_DEVTYPE
- BATTERY_LEVEL_EMPTY → const BATTERY_LEVEL
- BATTERY_LEVEL_FULL → const BATTERY_LEVEL
- BATTERY_LEVEL_LOW → const BATTERY_LEVEL
- BATTERY_LEVEL_MEDIUM → const BATTERY_LEVEL
- BATTERY_TYPE_ALKALINE → const BATTERY_TYPE
- BATTERY_TYPE_DISCONNECTED → const BATTERY_TYPE
- BATTERY_TYPE_NIMH → const BATTERY_TYPE
- BATTERY_TYPE_UNKNOWN → const BATTERY_TYPE
- BATTERY_TYPE_WIRED → const BATTERY_TYPE
- BatteryDeviceState → const POWER_INFORMATION_LEVEL
- BDR_INNER → const DRAWEDGE_FLAGS
- BDR_OUTER → const DRAWEDGE_FLAGS
- BDR_RAISED → const DRAWEDGE_FLAGS
- BDR_RAISEDINNER → const DRAWEDGE_FLAGS
- BDR_RAISEDOUTER → const DRAWEDGE_FLAGS
- BDR_SUNKEN → const DRAWEDGE_FLAGS
- BDR_SUNKENINNER → const DRAWEDGE_FLAGS
- BDR_SUNKENOUTER → const DRAWEDGE_FLAGS
- BELOW_NORMAL_PRIORITY_CLASS → const PROCESS_CREATION_FLAGS
- BF_ADJUST → const DRAW_EDGE_FLAGS
- BF_BOTTOM → const DRAW_EDGE_FLAGS
- BF_BOTTOMLEFT → const DRAW_EDGE_FLAGS
- BF_BOTTOMRIGHT → const DRAW_EDGE_FLAGS
- BF_DIAGONAL → const DRAW_EDGE_FLAGS
- BF_DIAGONAL_ENDBOTTOMLEFT → const DRAW_EDGE_FLAGS
- BF_DIAGONAL_ENDBOTTOMRIGHT → const DRAW_EDGE_FLAGS
- BF_DIAGONAL_ENDTOPLEFT → const DRAW_EDGE_FLAGS
- BF_DIAGONAL_ENDTOPRIGHT → const DRAW_EDGE_FLAGS
- BF_FLAT → const DRAW_EDGE_FLAGS
- BF_LEFT → const DRAW_EDGE_FLAGS
- BF_MIDDLE → const DRAW_EDGE_FLAGS
- BF_MONO → const DRAW_EDGE_FLAGS
- BF_RECT → const DRAW_EDGE_FLAGS
- BF_RIGHT → const DRAW_EDGE_FLAGS
- BF_SOFT → const DRAW_EDGE_FLAGS
- BF_TOP → const DRAW_EDGE_FLAGS
- BF_TOPLEFT → const DRAW_EDGE_FLAGS
- BF_TOPRIGHT → const DRAW_EDGE_FLAGS
- BI_BITFIELDS → const BI_COMPRESSION
- BI_JPEG → const BI_COMPRESSION
- BI_PNG → const BI_COMPRESSION
- BI_RGB → const BI_COMPRESSION
- BI_RLE4 → const BI_COMPRESSION
- BI_RLE8 → const BI_COMPRESSION
- BITSPIXEL → const GET_DEVICE_CAPS_INDEX
- BKMODE_LAST → const int
- BLACK_BRUSH → const GET_STOCK_OBJECT_FLAGS
- BLACK_PEN → const GET_STOCK_OBJECT_FLAGS
- BlackBoxRecorderDirectAccessBuffer → const POWER_INFORMATION_LEVEL
- BLACKNESS → const ROP_CODE
- BLACKONWHITE → const STRETCH_BLT_MODE
- BLTALIGNMENT → const GET_DEVICE_CAPS_INDEX
- BLUETOOTH_AUTHENTICATION_METHOD_LEGACY → const BLUETOOTH_AUTHENTICATION_METHOD
- The Bluetooth device supports authentication via a PIN.
- BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON → const BLUETOOTH_AUTHENTICATION_METHOD
- The Bluetooth device supports authentication via numeric comparison.
- BLUETOOTH_AUTHENTICATION_METHOD_OOB → const BLUETOOTH_AUTHENTICATION_METHOD
- The Bluetooth device supports authentication via out-of-band data.
- BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY → const BLUETOOTH_AUTHENTICATION_METHOD
- The Bluetooth device supports authentication via passkey.
- BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION → const BLUETOOTH_AUTHENTICATION_METHOD
- The Bluetooth device supports authentication via passkey notification.
- BLUETOOTH_DEVICE_NAME_SIZE → const int
- BLUETOOTH_GATT_FLAG_CONNECTION_AUTHENTICATED → const int
- BLUETOOTH_GATT_FLAG_CONNECTION_ENCRYPTED → const int
- BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_CACHE → const int
- BLUETOOTH_GATT_FLAG_FORCE_READ_FROM_DEVICE → const int
- BLUETOOTH_GATT_FLAG_NONE → const int
- BLUETOOTH_GATT_FLAG_RETURN_ALL → const int
- BLUETOOTH_GATT_FLAG_SIGNED_WRITE → const int
- BLUETOOTH_GATT_FLAG_WRITE_WITHOUT_RESPONSE → const int
- BLUETOOTH_IO_CAPABILITY_DISPLAYONLY → const BLUETOOTH_IO_CAPABILITY
- The Bluetooth device is capable of output via display only.
- BLUETOOTH_IO_CAPABILITY_DISPLAYYESNO → const BLUETOOTH_IO_CAPABILITY
- The Bluetooth device is capable of output via a display, and has the additional capability to presenting a yes/no question to the user.
- BLUETOOTH_IO_CAPABILITY_KEYBOARDONLY → const BLUETOOTH_IO_CAPABILITY
- The Bluetooth device is capable of input via keyboard.
- BLUETOOTH_IO_CAPABILITY_NOINPUTNOOUTPUT → const BLUETOOTH_IO_CAPABILITY
- The Bluetooth device is not capable of input/output.
- BLUETOOTH_IO_CAPABILITY_UNDEFINED → const BLUETOOTH_IO_CAPABILITY
- The input/output capabilities for the Bluetooth device are undefined.
- BLUETOOTH_MAX_NAME_SIZE → const int
- BLUETOOTH_MAX_PASSKEY_BUFFER_SIZE → const int
- BLUETOOTH_MAX_PASSKEY_SIZE → const int
- BLUETOOTH_MAX_SERVICE_NAME_SIZE → const int
- BLUETOOTH_MITM_ProtectionNotDefined → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against "Man in the Middle" attack is not defined.
- BLUETOOTH_MITM_ProtectionNotRequired → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against a "Man in the Middle" attack is not required for authentication.
- BLUETOOTH_MITM_ProtectionNotRequiredBonding → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against a "Man in the Middle" attack is not required for bonding.
- BLUETOOTH_MITM_ProtectionNotRequiredGeneralBonding → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against a "Man in the Middle" attack is not required for General Bonding.
- BLUETOOTH_MITM_ProtectionRequired → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against a "Man in the Middle" attack is required for authentication.
- BLUETOOTH_MITM_ProtectionRequiredBonding → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against a "Man in the Middle" attack is required for bonding.
- BLUETOOTH_MITM_ProtectionRequiredGeneralBonding → const BLUETOOTH_AUTHENTICATION_REQUIREMENTS
- Protection against a "Man in the Middle" attack is required for General Bonding.
- BOLD_FONTTYPE → const CHOOSEFONT_FONT_TYPE
- BS_3STATE → const int
- BS_AUTO3STATE → const int
- BS_AUTOCHECKBOX → const int
- BS_AUTORADIOBUTTON → const int
- BS_BITMAP → const int
- BS_BOTTOM → const int
- BS_CENTER → const int
- BS_CHECKBOX → const int
- BS_DEFPUSHBUTTON → const int
- BS_DIBPATTERN → const BRUSH_STYLE
- BS_DIBPATTERN8X8 → const BRUSH_STYLE
- BS_DIBPATTERNPT → const BRUSH_STYLE
- BS_FLAT → const int
- BS_GROUPBOX → const int
- BS_HATCHED → const BRUSH_STYLE
- BS_HOLLOW → const BRUSH_STYLE
- BS_ICON → const int
- BS_INDEXED → const BRUSH_STYLE
- BS_LEFT → const int
- BS_LEFTTEXT → const int
- BS_MONOPATTERN → const BRUSH_STYLE
- BS_MULTILINE → const int
- BS_NOTIFY → const int
- BS_NULL → const BRUSH_STYLE
- BS_OWNERDRAW → const int
- BS_PATTERN → const BRUSH_STYLE
- BS_PATTERN8X8 → const BRUSH_STYLE
- BS_PUSHBOX → const int
- BS_PUSHBUTTON → const int
- BS_PUSHLIKE → const int
- BS_RADIOBUTTON → const int
- BS_RIGHT → const int
- BS_RIGHTBUTTON → const int
- BS_SOLID → const BRUSH_STYLE
- BS_TEXT → const int
- BS_TOP → const int
- BS_TYPEMASK → const int
- BS_USERBUTTON → const int
- BS_VCENTER → const int
- BSF_ALLOWSFW → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_FLUSHDISK → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_FORCEIFHUNG → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_IGNORECURRENTTASK → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_LUID → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_NOHANG → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_NOTIMEOUTIFNOTHUNG → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_POSTMESSAGE → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_QUERY → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_RETURNHDESK → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSF_SENDNOTIFYMESSAGE → const BROADCAST_SYSTEM_MESSAGE_FLAGS
- BSM_ALLCOMPONENTS → const BROADCAST_SYSTEM_MESSAGE_INFO
- BSM_ALLDESKTOPS → const BROADCAST_SYSTEM_MESSAGE_INFO
- BSM_APPLICATIONS → const BROADCAST_SYSTEM_MESSAGE_INFO
- BST_CHECKED → const DLG_BUTTON_CHECK_STATE
- BST_INDETERMINATE → const DLG_BUTTON_CHECK_STATE
- BST_UNCHECKED → const DLG_BUTTON_CHECK_STATE
- BTH_LINK_KEY_LENGTH → const int
- BTH_MAX_PIN_SIZE → const int
- CacheData → const PROCESSOR_CACHE_TYPE
- The cache is for data.
- CacheInstruction → const PROCESSOR_CACHE_TYPE
- The cache is for processor instructions.
- CacheTrace → const PROCESSOR_CACHE_TYPE
- The cache is for traces.
- CacheUnified → const PROCESSOR_CACHE_TYPE
- The cache is unified.
- CacheUnknown → const PROCESSOR_CACHE_TYPE
- CALLBACK_CHUNK_FINISHED → const LPPROGRESS_ROUTINE_CALLBACK_REASON
- CALLBACK_EVENT → const MIDI_WAVE_OPEN_TYPE
- CALLBACK_FUNCTION → const MIDI_WAVE_OPEN_TYPE
- CALLBACK_NULL → const MIDI_WAVE_OPEN_TYPE
- CALLBACK_STREAM_SWITCH → const LPPROGRESS_ROUTINE_CALLBACK_REASON
- CALLBACK_TASK → const MIDI_WAVE_OPEN_TYPE
- CALLBACK_THREAD → const MIDI_WAVE_OPEN_TYPE
- CALLBACK_TYPEMASK → const MIDI_WAVE_OPEN_TYPE
- CALLBACK_WINDOW → const MIDI_WAVE_OPEN_TYPE
- CAPSLOCK_ON → const int
- CAPTUREBLT → const ROP_CODE
- CBR_110 → const int
- CBR_115200 → const int
- CBR_1200 → const int
- CBR_128000 → const int
- CBR_14400 → const int
- CBR_19200 → const int
- CBR_2400 → const int
- CBR_256000 → const int
- CBR_300 → const int
- CBR_38400 → const int
- CBR_4800 → const int
- CBR_56000 → const int
- CBR_57600 → const int
- CBR_600 → const int
- CBR_9600 → const int
- CBS_DISABLED → const CLOSEBUTTONSTATES
- CBS_HOT → const CLOSEBUTTONSTATES
- CBS_NORMAL → const CLOSEBUTTONSTATES
- CBS_PUSHED → const CLOSEBUTTONSTATES
- CC_ANYCOLOR → const CHOOSECOLOR_FLAGS
- CC_CDECL → const CALLCONV
- CC_CHORD → const int
- CC_CIRCLES → const int
- CC_ELLIPSES → const int
- CC_ENABLEHOOK → const CHOOSECOLOR_FLAGS
- CC_ENABLETEMPLATE → const CHOOSECOLOR_FLAGS
- CC_ENABLETEMPLATEHANDLE → const CHOOSECOLOR_FLAGS
- CC_FASTCALL → const CALLCONV
- CC_FPFASTCALL → const CALLCONV
- CC_FULLOPEN → const CHOOSECOLOR_FLAGS
- CC_INTERIORS → const int
- CC_MACPASCAL → const CALLCONV
- CC_MAX → const CALLCONV
- CC_MPWCDECL → const CALLCONV
- CC_MPWPASCAL → const CALLCONV
- CC_MSCPASCAL → const CALLCONV
- CC_NONE → const int
- CC_PASCAL → const CALLCONV
- CC_PIE → const int
- CC_PREVENTFULLOPEN → const CHOOSECOLOR_FLAGS
- CC_RGBINIT → const CHOOSECOLOR_FLAGS
- CC_ROUNDRECT → const int
- CC_SHOWHELP → const CHOOSECOLOR_FLAGS
- CC_SOLIDCOLOR → const CHOOSECOLOR_FLAGS
- CC_STDCALL → const CALLCONV
- CC_STYLED → const int
- CC_SYSCALL → const CALLCONV
- CC_WIDE → const int
- CC_WIDESTYLED → const int
- CCM_FIRST → const int
- CCM_GETUNICODEFORMAT → const int
- Gets the Unicode character format flag for the control.
- CCM_SETUNICODEFORMAT → const int
- Sets the Unicode character format flag for the control.
- CDCS_ENABLED → const CDCONTROLSTATEF
- CDCS_ENABLEDVISIBLE → const CDCONTROLSTATEF
- CDCS_INACTIVE → const CDCONTROLSTATEF
- CDCS_VISIBLE → const CDCONTROLSTATEF
- CDS_DISABLE_UNSAFE_MODES → const CDS_TYPE
- CDS_ENABLE_UNSAFE_MODES → const CDS_TYPE
- CDS_FULLSCREEN → const CDS_TYPE
- CDS_GLOBAL → const CDS_TYPE
- CDS_NORESET → const CDS_TYPE
- CDS_RESET → const CDS_TYPE
- CDS_RESET_EX → const CDS_TYPE
- CDS_SET_PRIMARY → const CDS_TYPE
- CDS_TEST → const CDS_TYPE
- CDS_UPDATEREGISTRY → const CDS_TYPE
- CDS_VIDEOPARAMETERS → const CDS_TYPE
- CE_BREAK → const CLEAR_COMM_ERROR_FLAGS
- CE_FRAME → const CLEAR_COMM_ERROR_FLAGS
- CE_OVERRUN → const CLEAR_COMM_ERROR_FLAGS
- CE_RXOVER → const CLEAR_COMM_ERROR_FLAGS
- CE_RXPARITY → const CLEAR_COMM_ERROR_FLAGS
- CF_ANSIONLY → const CHOOSEFONT_FLAGS
- CF_APPLY → const CHOOSEFONT_FLAGS
- CF_BITMAP → const CLIPBOARD_FORMAT
- CF_BOTH → const CHOOSEFONT_FLAGS
- CF_DIB → const CLIPBOARD_FORMAT
- CF_DIBV5 → const CLIPBOARD_FORMAT
- CF_DIF → const CLIPBOARD_FORMAT
- CF_DSPBITMAP → const CLIPBOARD_FORMAT
- CF_DSPENHMETAFILE → const CLIPBOARD_FORMAT
- CF_DSPMETAFILEPICT → const CLIPBOARD_FORMAT
- CF_DSPTEXT → const CLIPBOARD_FORMAT
- CF_EFFECTS → const CHOOSEFONT_FLAGS
- CF_ENABLEHOOK → const CHOOSEFONT_FLAGS
- CF_ENABLETEMPLATE → const CHOOSEFONT_FLAGS
- CF_ENABLETEMPLATEHANDLE → const CHOOSEFONT_FLAGS
- CF_ENHMETAFILE → const CLIPBOARD_FORMAT
- CF_FIXEDPITCHONLY → const CHOOSEFONT_FLAGS
- CF_FORCEFONTEXIST → const CHOOSEFONT_FLAGS
- CF_GDIOBJFIRST → const CLIPBOARD_FORMAT
- CF_GDIOBJLAST → const CLIPBOARD_FORMAT
- CF_HDROP → const CLIPBOARD_FORMAT
- CF_INACTIVEFONTS → const CHOOSEFONT_FLAGS
- CF_INITTOLOGFONTSTRUCT → const CHOOSEFONT_FLAGS
- CF_LIMITSIZE → const CHOOSEFONT_FLAGS
- CF_LOCALE → const CLIPBOARD_FORMAT
- CF_MAX → const CLIPBOARD_FORMAT
- CF_METAFILEPICT → const CLIPBOARD_FORMAT
- CF_NOFACESEL → const CHOOSEFONT_FLAGS
- CF_NOOEMFONTS → const CHOOSEFONT_FLAGS
- CF_NOSCRIPTSEL → const CHOOSEFONT_FLAGS
- CF_NOSIMULATIONS → const CHOOSEFONT_FLAGS
- CF_NOSIZESEL → const CHOOSEFONT_FLAGS
- CF_NOSTYLESEL → const CHOOSEFONT_FLAGS
- CF_NOVECTORFONTS → const CHOOSEFONT_FLAGS
- CF_NOVERTFONTS → const CHOOSEFONT_FLAGS
- CF_OEMTEXT → const CLIPBOARD_FORMAT
- CF_OWNERDISPLAY → const CLIPBOARD_FORMAT
- CF_PALETTE → const CLIPBOARD_FORMAT
- CF_PENDATA → const CLIPBOARD_FORMAT
- CF_PRINTERFONTS → const CHOOSEFONT_FLAGS
- CF_PRIVATEFIRST → const CLIPBOARD_FORMAT
- CF_PRIVATELAST → const CLIPBOARD_FORMAT
- CF_RIFF → const CLIPBOARD_FORMAT
- CF_SCALABLEONLY → const CHOOSEFONT_FLAGS
- CF_SCREENFONTS → const CHOOSEFONT_FLAGS
- CF_SCRIPTSONLY → const CHOOSEFONT_FLAGS
- CF_SELECTSCRIPT → const CHOOSEFONT_FLAGS
- CF_SHOWHELP → const CHOOSEFONT_FLAGS
- CF_SYLK → const CLIPBOARD_FORMAT
- CF_TEXT → const CLIPBOARD_FORMAT
- CF_TIFF → const CLIPBOARD_FORMAT
- CF_TTONLY → const CHOOSEFONT_FLAGS
- CF_UNICODETEXT → const CLIPBOARD_FORMAT
- CF_USESTYLE → const CHOOSEFONT_FLAGS
- CF_WAVE → const CLIPBOARD_FORMAT
- CF_WYSIWYG → const CHOOSEFONT_FLAGS
- CharacteristicAggregateFormat → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The format of an aggregated characteristic value.
- CharacteristicExtendedProperties → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The characteristic value has additional properties that describe how it can be used, or how it can be accessed.
- CharacteristicFormat → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The format of the characteristic value.
- CharacteristicUserDescription → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The characteristic value contains a UTF-8 string of variable size that is a user textual description.
- CharacteristicValueChangedEvent → const BTH_LE_GATT_EVENT_TYPE
- The characteristic value has changed.
- CHINESEBIG5_CHARSET → const FONT_CHARSET
- CLASS_E_CLASSNOTAVAILABLE → const HRESULT
-
Represents the HRESULT value
0x80040111(-2147221231). - CLASS_E_NOAGGREGATION → const HRESULT
-
Represents the HRESULT value
0x80040110(-2147221232). - CLASS_E_NOTLICENSED → const HRESULT
-
Represents the HRESULT value
0x80040112(-2147221230). - CLEARTYPE_QUALITY → const FONT_QUALITY
- ClientCharacteristicConfiguration → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The characteristic value may be configured by the client.
- CLIP_CHARACTER_PRECIS → const FONT_CLIP_PRECISION
- CLIP_DEFAULT_PRECIS → const FONT_CLIP_PRECISION
- CLIP_DFA_DISABLE → const FONT_CLIP_PRECISION
- CLIP_DFA_OVERRIDE → const FONT_CLIP_PRECISION
- CLIP_EMBEDDED → const FONT_CLIP_PRECISION
- CLIP_LH_ANGLES → const FONT_CLIP_PRECISION
- CLIP_MASK → const FONT_CLIP_PRECISION
- CLIP_STROKE_PRECIS → const FONT_CLIP_PRECISION
- CLIP_TT_ALWAYS → const FONT_CLIP_PRECISION
- CLIPCAPS → const GET_DEVICE_CAPS_INDEX
- CLRBREAK → const ESCAPE_COMM_FUNCTION
- CLRDTR → const ESCAPE_COMM_FUNCTION
- CLRRTS → const ESCAPE_COMM_FUNCTION
- CLSCTX_ACTIVATE_32_BIT_SERVER → const CLSCTX
- Activate or connect to a 32-bit version of the server; fail if one is not registered.
- CLSCTX_ACTIVATE_64_BIT_SERVER → const CLSCTX
- Activate or connect to a 64 bit version of the server; fail if one is not registered.
- CLSCTX_ACTIVATE_AAA_AS_IU → const CLSCTX
- Specify this flag for Interactive User activation behavior for As-Activator servers.
- CLSCTX_ACTIVATE_ARM32_SERVER → const CLSCTX
- CLSCTX_ACTIVATE_X86_SERVER → const CLSCTX
- CLSCTX_ALL → const CLSCTX
- CLSCTX_ALLOW_LOWER_TRUST_REGISTRATION → const CLSCTX
- CLSCTX_APPCONTAINER → const CLSCTX
- Indicates activation is for an app container.
- CLSCTX_DISABLE_AAA → const CLSCTX
- Disables activate-as-activator (AAA) activations for this activation only.
- CLSCTX_DO_NOT_ELEVATE_SERVER → const CLSCTX
- CLSCTX_ENABLE_AAA → const CLSCTX
- Enables activate-as-activator (AAA) activations for this activation only.
- CLSCTX_ENABLE_CLOAKING → const CLSCTX
- When this flag is specified, COM uses the impersonation token of the thread, if one is present, for the activation request made by the thread.
- CLSCTX_ENABLE_CODE_DOWNLOAD → const CLSCTX
- Enables the downloading of code from the directory service or the Internet.
- CLSCTX_FROM_DEFAULT_CONTEXT → const CLSCTX
- Begin this activation from the default context of the current apartment.
- CLSCTX_INPROC_HANDLER → const CLSCTX
- The code that manages objects of this class is an in-process handler.
- CLSCTX_INPROC_HANDLER16 → const CLSCTX
- Obsolete.
- CLSCTX_INPROC_SERVER → const CLSCTX
- The code that creates and manages objects of this class is a DLL that runs in the same process as the caller of the function specifying the class context.
- CLSCTX_INPROC_SERVER16 → const CLSCTX
- Obsolete.
- CLSCTX_LOCAL_SERVER → const CLSCTX
- The EXE code that creates and manages objects of this class runs on same machine but is loaded in a separate process space.
- CLSCTX_NO_CODE_DOWNLOAD → const CLSCTX
- Disables the downloading of code from the directory service or the Internet.
- CLSCTX_NO_CUSTOM_MARSHAL → const CLSCTX
- Specify if you want the activation to fail if it uses custom marshalling.
- CLSCTX_NO_FAILURE_LOG → const CLSCTX
- The CLSCTX_NO_FAILURE_LOG can be used to override the logging of failures in CoCreateInstanceEx.
- CLSCTX_PS_DLL → const CLSCTX
- Used for loading Proxy/Stub DLLs.
- CLSCTX_REMOTE_SERVER → const CLSCTX
- A remote context.
- CLSCTX_RESERVED1 → const CLSCTX
- Reserved.
- CLSCTX_RESERVED2 → const CLSCTX
- Reserved.
- CLSCTX_RESERVED3 → const CLSCTX
- Reserved.
- CLSCTX_RESERVED4 → const CLSCTX
- Reserved.
- CLSCTX_RESERVED5 → const CLSCTX
- Reserved.
- CLSCTX_RESERVED6 → const CLSCTX
- CLSCTX_SERVER → const CLSCTX
- CLSCTX_SERVER_MUST_BE_EQUAL_OR_GREATER_PRIVILEGE → const CLSCTX
- CM_CMYK_COLOR → const int
- CM_DEVICE_ICM → const int
- CM_GAMMA_RAMP → const int
- CM_NONE → const int
- CO_E_ALREADYINITIALIZED → const HRESULT
-
Represents the HRESULT value
0x800401F1(-2147221007). - CO_E_APPDIDNTREG → const HRESULT
-
Represents the HRESULT value
0x800401FE(-2147220994). - CO_E_APPNOTFOUND → const HRESULT
-
Represents the HRESULT value
0x800401F5(-2147221003). - CO_E_APPSINGLEUSE → const HRESULT
-
Represents the HRESULT value
0x800401F6(-2147221002). - CO_E_CANTDETERMINECLASS → const HRESULT
-
Represents the HRESULT value
0x800401F2(-2147221006). - CO_E_CLASSSTRING → const HRESULT
-
Represents the HRESULT value
0x800401F3(-2147221005). - CO_E_DLLNOTFOUND → const HRESULT
-
Represents the HRESULT value
0x800401F8(-2147221000). - CO_E_ERRORINAPP → const HRESULT
-
Represents the HRESULT value
0x800401F7(-2147221001). - CO_E_ERRORINDLL → const HRESULT
-
Represents the HRESULT value
0x800401F9(-2147220999). - CO_E_IIDSTRING → const HRESULT
-
Represents the HRESULT value
0x800401F4(-2147221004). - CO_E_NOTINITIALIZED → const HRESULT
-
Represents the HRESULT value
0x800401F0(-2147221008). - CO_E_OBJISREG → const HRESULT
-
Represents the HRESULT value
0x800401FC(-2147220996). - CO_E_OBJNOTCONNECTED → const HRESULT
-
Represents the HRESULT value
0x800401FD(-2147220995). - CO_E_OBJNOTREG → const HRESULT
-
Represents the HRESULT value
0x800401FB(-2147220997). - CO_E_WRONGOSFORAPP → const HRESULT
-
Represents the HRESULT value
0x800401FA(-2147220998). - CoalesceEventsOptions_Disabled → const CoalesceEventsOptions
- Event coalescing is disabled.
- CoalesceEventsOptions_Enabled → const CoalesceEventsOptions
- Event coalescing is enabled.
- COINIT_APARTMENTTHREADED → const COINIT
- Initializes the thread for apartment-threaded object concurrency.
- COINIT_DISABLE_OLE1DDE → const COINIT
- Disables DDE for OLE1 support.
- COINIT_MULTITHREADED → const COINIT
- Initializes the thread for multithreaded object concurrency.
- COINIT_SPEED_OVER_MEMORY → const COINIT
- Increase memory usage in an attempt to increase performance.
- COINITBASE_MULTITHREADED → const COINITBASE
- COLOR_3DDKSHADOW → const SYS_COLOR_INDEX
- COLOR_3DFACE → const SYS_COLOR_INDEX
- COLOR_3DHIGHLIGHT → const SYS_COLOR_INDEX
- COLOR_3DHILIGHT → const SYS_COLOR_INDEX
- COLOR_3DLIGHT → const SYS_COLOR_INDEX
- COLOR_3DSHADOW → const SYS_COLOR_INDEX
- COLOR_ACTIVEBORDER → const SYS_COLOR_INDEX
- COLOR_ACTIVECAPTION → const SYS_COLOR_INDEX
- COLOR_APPWORKSPACE → const SYS_COLOR_INDEX
- COLOR_BACKGROUND → const SYS_COLOR_INDEX
- COLOR_BTNFACE → const SYS_COLOR_INDEX
- COLOR_BTNHIGHLIGHT → const SYS_COLOR_INDEX
- COLOR_BTNHILIGHT → const SYS_COLOR_INDEX
- COLOR_BTNSHADOW → const SYS_COLOR_INDEX
- COLOR_BTNTEXT → const SYS_COLOR_INDEX
- COLOR_CAPTIONTEXT → const SYS_COLOR_INDEX
- COLOR_DESKTOP → const SYS_COLOR_INDEX
- COLOR_GRADIENTACTIVECAPTION → const SYS_COLOR_INDEX
- COLOR_GRADIENTINACTIVECAPTION → const SYS_COLOR_INDEX
- COLOR_GRAYTEXT → const SYS_COLOR_INDEX
- COLOR_HIGHLIGHT → const SYS_COLOR_INDEX
- COLOR_HIGHLIGHTTEXT → const SYS_COLOR_INDEX
- COLOR_HOTLIGHT → const SYS_COLOR_INDEX
- COLOR_INACTIVEBORDER → const SYS_COLOR_INDEX
- COLOR_INACTIVECAPTION → const SYS_COLOR_INDEX
- COLOR_INACTIVECAPTIONTEXT → const SYS_COLOR_INDEX
- COLOR_INFOBK → const SYS_COLOR_INDEX
- COLOR_INFOTEXT → const SYS_COLOR_INDEX
- COLOR_MENU → const SYS_COLOR_INDEX
- COLOR_MENUBAR → const SYS_COLOR_INDEX
- COLOR_MENUHILIGHT → const SYS_COLOR_INDEX
- COLOR_MENUTEXT → const SYS_COLOR_INDEX
- COLOR_SCROLLBAR → const SYS_COLOR_INDEX
- COLOR_WINDOW → const SYS_COLOR_INDEX
- COLOR_WINDOWFRAME → const SYS_COLOR_INDEX
- COLOR_WINDOWTEXT → const SYS_COLOR_INDEX
- COLORMGMTCAPS → const GET_DEVICE_CAPS_INDEX
- COLOROKSTRING → const String
- A Color dialog box sends the COLOROKSTRING registered message to your hook procedure, CCHookProc, when the user selects a color and clicks the OK button.
- COLORONCOLOR → const STRETCH_BLT_MODE
- COLORRES → const GET_DEVICE_CAPS_INDEX
- COMMON_LVB_GRID_HORIZONTAL → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_GRID_LVERTICAL → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_GRID_RVERTICAL → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_LEADING_BYTE → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_REVERSE_VIDEO → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_SBCSDBCS → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_TRAILING_BYTE → const CONSOLE_CHARACTER_ATTRIBUTES
- COMMON_LVB_UNDERSCORE → const CONSOLE_CHARACTER_ATTRIBUTES
- COMPLEXREGION → const GDI_REGION_TYPE
- ComputerNameDnsDomain → const COMPUTER_NAME_FORMAT
- The name of the DNS domain assigned to the local computer or the cluster associated with the local computer.
- ComputerNameDnsFullyQualified → const COMPUTER_NAME_FORMAT
- The fully qualified DNS name that uniquely identifies the local computer or the cluster associated with the local computer.
- ComputerNameDnsHostname → const COMPUTER_NAME_FORMAT
- The DNS name of the local computer or the cluster associated with the local computer.
- ComputerNameMax → const COMPUTER_NAME_FORMAT
- ComputerNameNetBIOS → const COMPUTER_NAME_FORMAT
- The NetBIOS name of the local computer or the cluster associated with the local computer.
- ComputerNamePhysicalDnsDomain → const COMPUTER_NAME_FORMAT
- The name of the DNS domain assigned to the local computer.
- ComputerNamePhysicalDnsFullyQualified → const COMPUTER_NAME_FORMAT
- The fully qualified DNS name that uniquely identifies the computer.
- ComputerNamePhysicalDnsHostname → const COMPUTER_NAME_FORMAT
- The DNS host name of the local computer.
- ComputerNamePhysicalNetBIOS → const COMPUTER_NAME_FORMAT
- The NetBIOS name of the local computer.
- ConnectionRecoveryBehaviorOptions_Disabled → const ConnectionRecoveryBehaviorOptions
- Connection recovery is disabled.
- ConnectionRecoveryBehaviorOptions_Enabled → const ConnectionRecoveryBehaviorOptions
- Connection recovery is enabled.
- CONSOLE_MOUSE_DOWN → const int
- CONSOLE_MOUSE_SELECTION → const int
- CONSOLE_NO_SELECTION → const int
- CONSOLE_SELECTION_IN_PROGRESS → const int
- CONSOLE_SELECTION_NOT_EMPTY → const int
- COPY_FILE_ALLOW_DECRYPTED_DESTINATION → const COPYFILE_FLAGS
- COPY_FILE_COPY_SYMLINK → const COPYFILE_FLAGS
- COPY_FILE_DIRECTORY → const COPYFILE_FLAGS
- COPY_FILE_DISABLE_PRE_ALLOCATION → const COPYFILE_FLAGS
- COPY_FILE_DISABLE_SPARSE_COPY → const COPYFILE_FLAGS
- COPY_FILE_DONT_REQUEST_DEST_WRITE_DAC → const COPYFILE_FLAGS
- COPY_FILE_ENABLE_LOW_FREE_SPACE_MODE → const COPYFILE_FLAGS
- COPY_FILE_ENABLE_SPARSE_COPY → const COPYFILE_FLAGS
- COPY_FILE_FAIL_IF_EXISTS → const COPYFILE_FLAGS
- COPY_FILE_IGNORE_EDP_BLOCK → const COPYFILE_FLAGS
- COPY_FILE_IGNORE_SOURCE_ENCRYPTION → const COPYFILE_FLAGS
- COPY_FILE_NO_BUFFERING → const COPYFILE_FLAGS
- COPY_FILE_NO_OFFLOAD → const COPYFILE_FLAGS
- COPY_FILE_OPEN_AND_COPY_REPARSE_POINT → const COPYFILE_FLAGS
- COPY_FILE_OPEN_SOURCE_FOR_WRITE → const COPYFILE_FLAGS
- COPY_FILE_REQUEST_COMPRESSED_TRAFFIC → const COPYFILE_FLAGS
- COPY_FILE_REQUEST_SECURITY_PRIVILEGES → const COPYFILE_FLAGS
- COPY_FILE_RESTARTABLE → const COPYFILE_FLAGS
- COPY_FILE_RESUME_FROM_PAUSE → const COPYFILE_FLAGS
- COPY_FILE_SKIP_ALTERNATE_STREAMS → const COPYFILE_FLAGS
- CORRECTIVE_ACTION_DELETE → const CORRECTIVE_ACTION
- The user should be prompted to delete the indicated erroneous text.
- CORRECTIVE_ACTION_GET_SUGGESTIONS → const CORRECTIVE_ACTION
- The user should be prompted with a list of suggestions as returned by ISpellChecker::Suggest.
- CORRECTIVE_ACTION_NONE → const CORRECTIVE_ACTION
- There are no errors.
- CORRECTIVE_ACTION_REPLACE → const CORRECTIVE_ACTION
- Replace the indicated erroneous text with the text provided in the suggestion.
- CP_NONE → const int
- CP_RECTANGLE → const int
- CP_REGION → const int
- CREATE_ALWAYS → const FILE_CREATION_DISPOSITION
- CREATE_BREAKAWAY_FROM_JOB → const PROCESS_CREATION_FLAGS
- CREATE_DEFAULT_ERROR_MODE → const PROCESS_CREATION_FLAGS
- CREATE_EVENT_INITIAL_SET → const CREATE_EVENT
- CREATE_EVENT_MANUAL_RESET → const CREATE_EVENT
- CREATE_FORCEDOS → const PROCESS_CREATION_FLAGS
- CREATE_IGNORE_SYSTEM_DEFAULT → const PROCESS_CREATION_FLAGS
- CREATE_NEW → const FILE_CREATION_DISPOSITION
- CREATE_NEW_CONSOLE → const PROCESS_CREATION_FLAGS
- CREATE_NEW_PROCESS_GROUP → const PROCESS_CREATION_FLAGS
- CREATE_NO_WINDOW → const PROCESS_CREATION_FLAGS
- CREATE_PRESERVE_CODE_AUTHZ_LEVEL → const PROCESS_CREATION_FLAGS
- CREATE_PROTECTED_PROCESS → const PROCESS_CREATION_FLAGS
- CREATE_SECURE_PROCESS → const PROCESS_CREATION_FLAGS
- CREATE_SEPARATE_WOW_VDM → const PROCESS_CREATION_FLAGS
- CREATE_SHARED_WOW_VDM → const PROCESS_CREATION_FLAGS
- CREATE_SUSPENDED → const PROCESS_CREATION_FLAGS
- CREATE_UNICODE_ENVIRONMENT → const PROCESS_CREATION_FLAGS
- CRED_FLAGS_NGC_CERT → const CRED_FLAGS
- CRED_FLAGS_OWF_CRED_BLOB → const CRED_FLAGS
- CRED_FLAGS_PASSWORD_FOR_CERT → const CRED_FLAGS
- CRED_FLAGS_PROMPT_NOW → const CRED_FLAGS
- CRED_FLAGS_REQUIRE_CONFIRMATION → const CRED_FLAGS
- CRED_FLAGS_USERNAME_TARGET → const CRED_FLAGS
- CRED_FLAGS_VALID_FLAGS → const CRED_FLAGS
- CRED_FLAGS_VALID_INPUT_FLAGS → const CRED_FLAGS
- CRED_FLAGS_VSM_PROTECTED → const CRED_FLAGS
- CRED_FLAGS_WILDCARD_MATCH → const CRED_FLAGS
- CRED_PERSIST_ENTERPRISE → const CRED_PERSIST
- CRED_PERSIST_LOCAL_MACHINE → const CRED_PERSIST
- CRED_PERSIST_NONE → const CRED_PERSIST
- CRED_PERSIST_SESSION → const CRED_PERSIST
- CRED_PRESERVE_CREDENTIAL_BLOB → const int
- CRED_TYPE_DOMAIN_CERTIFICATE → const CRED_TYPE
- CRED_TYPE_DOMAIN_EXTENDED → const CRED_TYPE
- CRED_TYPE_DOMAIN_PASSWORD → const CRED_TYPE
- CRED_TYPE_DOMAIN_VISIBLE_PASSWORD → const CRED_TYPE
- CRED_TYPE_GENERIC → const CRED_TYPE
- CRED_TYPE_GENERIC_CERTIFICATE → const CRED_TYPE
- CRED_TYPE_MAXIMUM → const CRED_TYPE
- CRED_TYPE_MAXIMUM_EX → const CRED_TYPE
- CS_ACTIVE → const CAPTIONSTATES
- CS_BYTEALIGNCLIENT → const WNDCLASS_STYLES
- CS_BYTEALIGNWINDOW → const WNDCLASS_STYLES
- CS_CLASSDC → const WNDCLASS_STYLES
- CS_DBLCLKS → const WNDCLASS_STYLES
- CS_DISABLED → const CAPTIONSTATES
- CS_DROPSHADOW → const WNDCLASS_STYLES
- CS_GLOBALCLASS → const WNDCLASS_STYLES
- CS_HREDRAW → const WNDCLASS_STYLES
- CS_IME → const WNDCLASS_STYLES
- CS_INACTIVE → const CAPTIONSTATES
- CS_NOCLOSE → const WNDCLASS_STYLES
- CS_OWNDC → const WNDCLASS_STYLES
- CS_PARENTDC → const WNDCLASS_STYLES
- CS_SAVEBITS → const WNDCLASS_STYLES
- CS_VREDRAW → const WNDCLASS_STYLES
- CsDeviceNotification → const POWER_INFORMATION_LEVEL
- CSIDL_ADMINTOOLS → const int
- CSIDL_ALTSTARTUP → const int
- CSIDL_APPDATA → const int
- CSIDL_BITBUCKET → const int
- CSIDL_CDBURN_AREA → const int
- CSIDL_COMMON_ADMINTOOLS → const int
- CSIDL_COMMON_ALTSTARTUP → const int
- CSIDL_COMMON_APPDATA → const int
- CSIDL_COMMON_DESKTOPDIRECTORY → const int
- CSIDL_COMMON_DOCUMENTS → const int
- CSIDL_COMMON_FAVORITES → const int
- CSIDL_COMMON_MUSIC → const int
- CSIDL_COMMON_OEM_LINKS → const int
- CSIDL_COMMON_PICTURES → const int
- CSIDL_COMMON_PROGRAMS → const int
- CSIDL_COMMON_STARTMENU → const int
- CSIDL_COMMON_STARTUP → const int
- CSIDL_COMMON_TEMPLATES → const int
- CSIDL_COMMON_VIDEO → const int
- CSIDL_COMPUTERSNEARME → const int
- CSIDL_CONNECTIONS → const int
- CSIDL_CONTROLS → const int
- CSIDL_COOKIES → const int
- CSIDL_DESKTOP → const int
- CSIDL_DESKTOPDIRECTORY → const int
- CSIDL_DRIVES → const int
- CSIDL_FAVORITES → const int
- CSIDL_FLAG_CREATE → const int
- CSIDL_FLAG_DONT_UNEXPAND → const int
- CSIDL_FLAG_DONT_VERIFY → const int
- CSIDL_FLAG_MASK → const int
- CSIDL_FLAG_NO_ALIAS → const int
- CSIDL_FLAG_PER_USER_INIT → const int
- CSIDL_FONTS → const int
- CSIDL_HISTORY → const int
- CSIDL_INTERNET → const int
- CSIDL_INTERNET_CACHE → const int
- CSIDL_LOCAL_APPDATA → const int
- CSIDL_MYDOCUMENTS → const int
- CSIDL_MYMUSIC → const int
- CSIDL_MYPICTURES → const int
- CSIDL_MYVIDEO → const int
- CSIDL_NETHOOD → const int
- CSIDL_NETWORK → const int
- CSIDL_PERSONAL → const int
- CSIDL_PRINTERS → const int
- CSIDL_PRINTHOOD → const int
- CSIDL_PROFILE → const int
- CSIDL_PROGRAM_FILES → const int
- CSIDL_PROGRAM_FILES_COMMON → const int
- CSIDL_PROGRAM_FILES_COMMONX86 → const int
- CSIDL_PROGRAM_FILESX86 → const int
- CSIDL_PROGRAMS → const int
- CSIDL_RECENT → const int
- CSIDL_RESOURCES → const int
- CSIDL_RESOURCES_LOCALIZED → const int
- CSIDL_SENDTO → const int
- CSIDL_STARTMENU → const int
- CSIDL_STARTUP → const int
- CSIDL_SYSTEM → const int
- CSIDL_SYSTEMX86 → const int
- CSIDL_TEMPLATES → const int
- CSIDL_WINDOWS → const int
- CTRL_BREAK_EVENT → const int
- CTRL_C_EVENT → const int
- CTRL_CLOSE_EVENT → const int
- CTRL_LOGOFF_EVENT → const int
- CTRL_SHUTDOWN_EVENT → const int
- CURSOR_SHOWING → const CURSORINFO_FLAGS
- CURSOR_SUPPRESSED → const CURSORINFO_FLAGS
- CURVECAPS → const GET_DEVICE_CAPS_INDEX
- CustomDescriptor → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The characteristic value is customized.
- CW_USEDEFAULT → const int
- CWP_ALL → const CWP_FLAGS
- CWP_SKIPDISABLED → const CWP_FLAGS
- CWP_SKIPINVISIBLE → const CWP_FLAGS
- CWP_SKIPTRANSPARENT → const CWP_FLAGS
- DACL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- DBHHEADER_CVMISC → const MODLOAD_DATA_TYPE
- DBHHEADER_DEBUGDIRS → const MODLOAD_DATA_TYPE
- DBT_CONFIGCHANGECANCELED → const int
- The system broadcasts the DBT_CONFIGCHANGECANCELED device event when a request to change the current configuration (dock or undock) has been canceled.
- DBT_CONFIGCHANGED → const int
- The system broadcasts the DBT_CONFIGCHANGED device event to indicate that the current configuration has changed, due to a dock or undock.
- DBT_CUSTOMEVENT → const int
- The system sends the DBT_CUSTOMEVENT device event when a driver-defined custom event has occurred.
- DBT_DEVICEARRIVAL → const int
- The system broadcasts the DBT_DEVICEARRIVAL device event when a device or piece of media has been inserted and becomes available.
- DBT_DEVICEQUERYREMOVE → const int
- The system broadcasts the DBT_DEVICEQUERYREMOVE device event to request permission to remove a device or piece of media.
- DBT_DEVICEQUERYREMOVEFAILED → const int
- The system broadcasts the DBT_DEVICEQUERYREMOVEFAILED device event when a request to remove a device or piece of media has been canceled.
- DBT_DEVICEREMOVECOMPLETE → const int
- The system broadcasts the DBT_DEVICEREMOVECOMPLETE device event when a device or piece of media has been physically removed.
- DBT_DEVICEREMOVEPENDING → const int
- The system broadcasts the DBT_DEVICEREMOVEPENDING device event when a device or piece of media is being removed and is no longer available for use.
- DBT_DEVICETYPESPECIFIC → const int
- The system broadcasts the DBT_DEVICETYPESPECIFIC device event when a device-specific event occurs.
- DBT_DEVNODES_CHANGED → const int
- The system broadcasts the DBT_DEVNODES_CHANGED device event when a device has been added to or removed from the system.
- DBT_DEVTYP_DEVICEINTERFACE → const DEV_BROADCAST_HDR_DEVICE_TYPE
- DBT_DEVTYP_HANDLE → const DEV_BROADCAST_HDR_DEVICE_TYPE
- DBT_DEVTYP_OEM → const DEV_BROADCAST_HDR_DEVICE_TYPE
- DBT_DEVTYP_PORT → const DEV_BROADCAST_HDR_DEVICE_TYPE
- DBT_DEVTYP_VOLUME → const DEV_BROADCAST_HDR_DEVICE_TYPE
- DBT_QUERYCHANGECONFIG → const int
- The system broadcasts the DBT_QUERYCHANGECONFIG device event to request permission to change the current configuration (dock or undock).
- DBT_USERDEFINED → const int
- The DBT_USERDEFINED device event identifies a user-defined event.
- DBTF_MEDIA → const DEV_BROADCAST_VOLUME_FLAGS
- DBTF_NET → const DEV_BROADCAST_VOLUME_FLAGS
- DC_ACTIVE → const DRAW_CAPTION_FLAGS
- DC_BRUSH → const GET_STOCK_OBJECT_FLAGS
- DC_BUTTONS → const DRAW_CAPTION_FLAGS
- DC_GRADIENT → const DRAW_CAPTION_FLAGS
- DC_ICON → const DRAW_CAPTION_FLAGS
- DC_INBUTTON → const DRAW_CAPTION_FLAGS
- DC_PEN → const GET_STOCK_OBJECT_FLAGS
- DC_SMALLCAP → const DRAW_CAPTION_FLAGS
- DC_TEXT → const DRAW_CAPTION_FLAGS
- DCDC_DEFAULT → const DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
- The default behavior of the dialog manager.
- DCDC_DISABLE_FONT_UPDATE → const DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
- Prevents the dialog manager from sending an updated font to the child window via WM_SETFONT in response to a DPI change.
- DCDC_DISABLE_RELAYOUT → const DIALOG_CONTROL_DPI_CHANGE_BEHAVIORS
- Prevents the dialog manager from resizing and repositioning the child window in response to a DPI change.
- DCX_CACHE → const GET_DCX_FLAGS
- DCX_CLIPCHILDREN → const GET_DCX_FLAGS
- DCX_CLIPSIBLINGS → const GET_DCX_FLAGS
- DCX_EXCLUDERGN → const GET_DCX_FLAGS
- DCX_INTERSECTRGN → const GET_DCX_FLAGS
- DCX_INTERSECTUPDATE → const GET_DCX_FLAGS
- DCX_LOCKWINDOWUPDATE → const GET_DCX_FLAGS
- DCX_NORESETATTRS → const GET_DCX_FLAGS
- DCX_PARENTCLIP → const GET_DCX_FLAGS
- DCX_VALIDATE → const GET_DCX_FLAGS
- DCX_WINDOW → const GET_DCX_FLAGS
- DDC_DEFAULT → const DIALOG_DPI_CHANGE_BEHAVIORS
- The default behavior of the dialog manager.
- DDC_DISABLE_ALL → const DIALOG_DPI_CHANGE_BEHAVIORS
- Prevents the dialog manager from responding to WM_GETDPISCALEDSIZE and WM_DPICHANGED, disabling all default DPI scaling behavior.
- DDC_DISABLE_CONTROL_RELAYOUT → const DIALOG_DPI_CHANGE_BEHAVIORS
- Prevents the dialog manager from re-layouting all of the dialogue's immediate children HWNDs in response to a DPI change.
- DDC_DISABLE_RESIZE → const DIALOG_DPI_CHANGE_BEHAVIORS
- Prevents the dialog manager from resizing the dialog in response to a DPI change.
- DDD_EXACT_MATCH_ON_REMOVE → const DEFINE_DOS_DEVICE_FLAGS
- DDD_LUID_BROADCAST_DRIVE → const DEFINE_DOS_DEVICE_FLAGS
- DDD_NO_BROADCAST_SYSTEM → const DEFINE_DOS_DEVICE_FLAGS
- DDD_RAW_TARGET_PATH → const DEFINE_DOS_DEVICE_FLAGS
- DDD_REMOVE_DEFINITION → const DEFINE_DOS_DEVICE_FLAGS
- DEACTIVATE_ACTCTX_FLAG_FORCE_EARLY_DEACTIVATION → const int
- DEBUG_ONLY_THIS_PROCESS → const PROCESS_CREATION_FLAGS
- DEBUG_PROCESS → const PROCESS_CREATION_FLAGS
- DEFAULT_CHARSET → const FONT_CHARSET
- DEFAULT_GUI_FONT → const GET_STOCK_OBJECT_FLAGS
- DEFAULT_PALETTE → const GET_STOCK_OBJECT_FLAGS
- DEFAULT_QUALITY → const FONT_QUALITY
- DELETE → const FILE_ACCESS_RIGHTS
- DESKTOP_CREATEMENU → const DESKTOP_ACCESS_FLAGS
- DESKTOP_CREATEWINDOW → const DESKTOP_ACCESS_FLAGS
- DESKTOP_DELETE → const DESKTOP_ACCESS_FLAGS
- DESKTOP_ENUMERATE → const DESKTOP_ACCESS_FLAGS
- DESKTOP_HOOKCONTROL → const DESKTOP_ACCESS_FLAGS
- DESKTOP_JOURNALPLAYBACK → const DESKTOP_ACCESS_FLAGS
- DESKTOP_JOURNALRECORD → const DESKTOP_ACCESS_FLAGS
- DESKTOP_READ_CONTROL → const DESKTOP_ACCESS_FLAGS
- DESKTOP_READOBJECTS → const DESKTOP_ACCESS_FLAGS
- DESKTOP_SWITCHDESKTOP → const DESKTOP_ACCESS_FLAGS
- DESKTOP_SYNCHRONIZE → const DESKTOP_ACCESS_FLAGS
- DESKTOP_WRITE_DAC → const DESKTOP_ACCESS_FLAGS
- DESKTOP_WRITE_OWNER → const DESKTOP_ACCESS_FLAGS
- DESKTOP_WRITEOBJECTS → const DESKTOP_ACCESS_FLAGS
- DESKTOPHORZRES → const GET_DEVICE_CAPS_INDEX
- DESKTOPVERTRES → const GET_DEVICE_CAPS_INDEX
- DETACHED_PROCESS → const PROCESS_CREATION_FLAGS
- DEVICE_DEFAULT_FONT → const GET_STOCK_OBJECT_FLAGS
- DEVICE_NOTIFY_ALL_INTERFACE_CLASSES → const REGISTER_NOTIFICATION_FLAGS
- DEVICE_NOTIFY_CALLBACK → const REGISTER_NOTIFICATION_FLAGS
- DEVICE_NOTIFY_SERVICE_HANDLE → const REGISTER_NOTIFICATION_FLAGS
- DEVICE_NOTIFY_WINDOW_HANDLE → const REGISTER_NOTIFICATION_FLAGS
- DEVICE_SCALE_FACTOR_INVALID → const DEVICE_SCALE_FACTOR
- DEVICE_STATE_ACTIVE → const DEVICE_STATE
- DEVICE_STATE_DISABLED → const DEVICE_STATE
- DEVICE_STATE_NOTPRESENT → const DEVICE_STATE
- DEVICE_STATE_UNPLUGGED → const DEVICE_STATE
- DF_ALLOWOTHERACCOUNTHOOK → const DESKTOP_CONTROL_FLAGS
- DFC_BUTTON → const DFC_TYPE
- DFC_CAPTION → const DFC_TYPE
- DFC_MENU → const DFC_TYPE
- DFC_POPUPMENU → const DFC_TYPE
- DFC_SCROLL → const DFC_TYPE
- DFCS_ADJUSTRECT → const DFCS_STATE
- DFCS_BUTTON3STATE → const DFCS_STATE
- DFCS_BUTTONCHECK → const DFCS_STATE
- DFCS_BUTTONPUSH → const DFCS_STATE
- DFCS_BUTTONRADIO → const DFCS_STATE
- DFCS_BUTTONRADIOIMAGE → const DFCS_STATE
- DFCS_BUTTONRADIOMASK → const DFCS_STATE
- DFCS_CAPTIONCLOSE → const DFCS_STATE
- DFCS_CAPTIONHELP → const DFCS_STATE
- DFCS_CAPTIONMAX → const DFCS_STATE
- DFCS_CAPTIONMIN → const DFCS_STATE
- DFCS_CAPTIONRESTORE → const DFCS_STATE
- DFCS_CHECKED → const DFCS_STATE
- DFCS_FLAT → const DFCS_STATE
- DFCS_HOT → const DFCS_STATE
- DFCS_INACTIVE → const DFCS_STATE
- DFCS_MENUARROW → const DFCS_STATE
- DFCS_MENUARROWRIGHT → const DFCS_STATE
- DFCS_MENUBULLET → const DFCS_STATE
- DFCS_MENUCHECK → const DFCS_STATE
- DFCS_MONO → const DFCS_STATE
- DFCS_PUSHED → const DFCS_STATE
- DFCS_SCROLLCOMBOBOX → const DFCS_STATE
- DFCS_SCROLLDOWN → const DFCS_STATE
- DFCS_SCROLLLEFT → const DFCS_STATE
- DFCS_SCROLLRIGHT → const DFCS_STATE
- DFCS_SCROLLSIZEGRIP → const DFCS_STATE
- DFCS_SCROLLSIZEGRIPRIGHT → const DFCS_STATE
- DFCS_SCROLLUP → const DFCS_STATE
- DFCS_TRANSPARENT → const DFCS_STATE
- DIALOPTION_BILLING → const MODEMDEVCAPS_DIAL_OPTIONS
- DIALOPTION_DIALTONE → const MODEMDEVCAPS_DIAL_OPTIONS
- DIALOPTION_QUIET → const MODEMDEVCAPS_DIAL_OPTIONS
- DIB_PAL_COLORS → const DIB_USAGE
- DIB_RGB_COLORS → const DIB_USAGE
- DICS_FLAG_CONFIGGENERAL → const SETUP_DI_PROPERTY_CHANGE_SCOPE
- DICS_FLAG_CONFIGSPECIFIC → const SETUP_DI_PROPERTY_CHANGE_SCOPE
- DICS_FLAG_GLOBAL → const SETUP_DI_PROPERTY_CHANGE_SCOPE
- DIGCF_ALLCLASSES → const SETUP_DI_GET_CLASS_DEVS_FLAGS
- DIGCF_DEFAULT → const SETUP_DI_GET_CLASS_DEVS_FLAGS
- DIGCF_DEVICEINTERFACE → const SETUP_DI_GET_CLASS_DEVS_FLAGS
- DIGCF_INTERFACEDEVICE → const SETUP_DI_GET_CLASS_DEVS_FLAGS
- DIGCF_PRESENT → const SETUP_DI_GET_CLASS_DEVS_FLAGS
- DIGCF_PROFILE → const SETUP_DI_GET_CLASS_DEVS_FLAGS
- DIREG_BOTH → const int
- DIREG_DEV → const int
- DIREG_DRV → const int
- DISABLE_NEWLINE_AUTO_RETURN → const CONSOLE_MODE
- DisconnectReasonDeviceRemoval → const AudioSessionDisconnectReason
- DisconnectReasonExclusiveModeOverride → const AudioSessionDisconnectReason
- DisconnectReasonFormatChanged → const AudioSessionDisconnectReason
- DisconnectReasonServerShutdown → const AudioSessionDisconnectReason
- DisconnectReasonSessionDisconnected → const AudioSessionDisconnectReason
- DisconnectReasonSessionLogoff → const AudioSessionDisconnectReason
- DISP_CHANGE_BADDUALVIEW → const DISP_CHANGE
- DISP_CHANGE_BADFLAGS → const DISP_CHANGE
- DISP_CHANGE_BADMODE → const DISP_CHANGE
- DISP_CHANGE_BADPARAM → const DISP_CHANGE
- DISP_CHANGE_FAILED → const DISP_CHANGE
- DISP_CHANGE_NOTUPDATED → const DISP_CHANGE
- DISP_CHANGE_RESTART → const DISP_CHANGE
- DISP_CHANGE_SUCCESSFUL → const DISP_CHANGE
- DISP_E_ARRAYISLOCKED → const HRESULT
-
Represents the HRESULT value
0x8002000D(-2147352563). - DISP_E_BADCALLEE → const HRESULT
-
Represents the HRESULT value
0x80020010(-2147352560). - DISP_E_BADINDEX → const HRESULT
-
Represents the HRESULT value
0x8002000B(-2147352565). - DISP_E_BADPARAMCOUNT → const HRESULT
-
Represents the HRESULT value
0x8002000E(-2147352562). - DISP_E_BADVARTYPE → const HRESULT
-
Represents the HRESULT value
0x80020008(-2147352568). - DISP_E_BUFFERTOOSMALL → const HRESULT
-
Represents the HRESULT value
0x80020013(-2147352557). - DISP_E_DIVBYZERO → const HRESULT
-
Represents the HRESULT value
0x80020012(-2147352558). - DISP_E_EXCEPTION → const HRESULT
-
Represents the HRESULT value
0x80020009(-2147352567). - DISP_E_MEMBERNOTFOUND → const HRESULT
-
Represents the HRESULT value
0x80020003(-2147352573). - DISP_E_NONAMEDARGS → const HRESULT
-
Represents the HRESULT value
0x80020007(-2147352569). - DISP_E_NOTACOLLECTION → const HRESULT
-
Represents the HRESULT value
0x80020011(-2147352559). - DISP_E_OVERFLOW → const HRESULT
-
Represents the HRESULT value
0x8002000A(-2147352566). - DISP_E_PARAMNOTFOUND → const HRESULT
-
Represents the HRESULT value
0x80020004(-2147352572). - DISP_E_PARAMNOTOPTIONAL → const HRESULT
-
Represents the HRESULT value
0x8002000F(-2147352561). - DISP_E_TYPEMISMATCH → const HRESULT
-
Represents the HRESULT value
0x80020005(-2147352571). - DISP_E_UNKNOWNINTERFACE → const HRESULT
-
Represents the HRESULT value
0x80020001(-2147352575). - DISP_E_UNKNOWNLCID → const HRESULT
-
Represents the HRESULT value
0x8002000C(-2147352564). - DISP_E_UNKNOWNNAME → const HRESULT
-
Represents the HRESULT value
0x80020006(-2147352570). - DISPATCH_METHOD → const DISPATCH_FLAGS
- DISPATCH_PROPERTYGET → const DISPATCH_FLAGS
- DISPATCH_PROPERTYPUT → const DISPATCH_FLAGS
- DISPATCH_PROPERTYPUTREF → const DISPATCH_FLAGS
- DISPID_COLLECT → const int
- DISPID_CONSTRUCTOR → const int
- DISPID_DESTRUCTOR → const int
- DISPID_EVALUATE → const int
- DISPID_NEWENUM → const int
- DISPID_PROPERTYPUT → const int
- DISPID_UNKNOWN → const int
- DISPID_VALUE → const int
- DISPLAY_DEVICE_ACC_DRIVER → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_ACTIVE → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_ATTACHED → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_ATTACHED_TO_DESKTOP → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_DISCONNECT → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_MIRRORING_DRIVER → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_MODESPRUNED → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_MULTI_DRIVER → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_PRIMARY_DEVICE → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_RDPUDD → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_REMOTE → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_REMOVABLE → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_TS_COMPATIBLE → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_UNSAFE_MODES_ON → const DISPLAY_DEVICE_STATE_FLAGS
- DISPLAY_DEVICE_VGA_COMPATIBLE → const DISPLAY_DEVICE_STATE_FLAGS
- DisplayBurst → const POWER_INFORMATION_LEVEL
- DISPLAYCONFIG_DEVICE_INFO_GET_ADAPTER_NAME → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies the graphics adapter name.
- DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_GET_ADVANCED_COLOR_INFO_2 → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_GET_MONITOR_SPECIALIZATION → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_GET_SDR_WHITE_LEVEL → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies the current SDR white level for an HDR monitor.
- DISPLAYCONFIG_DEVICE_INFO_GET_SOURCE_NAME → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies the source name of the display device.
- DISPLAYCONFIG_DEVICE_INFO_GET_SUPPORT_VIRTUAL_RESOLUTION → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies the state of virtual mode support.
- DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_BASE_TYPE → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies how to set the base output technology for a given target ID.
- DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies information about the monitor.
- DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_PREFERRED_MODE → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies information about the preferred mode of a monitor.
- DISPLAYCONFIG_DEVICE_INFO_SET_ADVANCED_COLOR_STATE → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_SET_HDR_STATE → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_SET_MONITOR_SPECIALIZATION → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_SET_RESERVED1 → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_DEVICE_INFO_SET_SUPPORT_VIRTUAL_RESOLUTION → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies how to set the state of virtual mode support.
- DISPLAYCONFIG_DEVICE_INFO_SET_TARGET_PERSISTENCE → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- Specifies how to set the monitor.
- DISPLAYCONFIG_DEVICE_INFO_SET_WCG_STATE → const DISPLAYCONFIG_DEVICE_INFO_TYPE
- DISPLAYCONFIG_MODE_INFO_TYPE_DESKTOP_IMAGE → const DISPLAYCONFIG_MODE_INFO_TYPE
- Indicates that the DISPLAYCONFIG_MODE_INFO structure contains a valid DISPLAYCONFIG_DESKTOP_IMAGE_INFO structure.
- DISPLAYCONFIG_MODE_INFO_TYPE_SOURCE → const DISPLAYCONFIG_MODE_INFO_TYPE
- Indicates that the DISPLAYCONFIG_MODE_INFO structure contains source mode information.
- DISPLAYCONFIG_MODE_INFO_TYPE_TARGET → const DISPLAYCONFIG_MODE_INFO_TYPE
- Indicates that the DISPLAYCONFIG_MODE_INFO structure contains target mode information.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPONENT_VIDEO → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a component video connector group.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_COMPOSITE_VIDEO → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a composite video connector group.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_D_JPN → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a Japanese D connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EMBEDDED → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an embedded display port that connects internally to a display device.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_EXTERNAL → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an external display port, which is a display port that connects externally to a display device.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DISPLAYPORT_USB_TUNNEL → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_DVI → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a Digital Video Interface (DVI) connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HD15 → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an HD15 (VGA) connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_HDMI → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a High-Definition Multimedia Interface (HDMI) connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_VIRTUAL → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INDIRECT_WIRED → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_INTERNAL → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates that the video output device connects internally to a display device (for example, the internal connection in a laptop computer).
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_LVDS → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a Low Voltage Differential Swing (LVDS) connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_MIRACAST → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates that the VidPN target is a Miracast wireless display device.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_OTHER → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a connector that is not one of the types that is indicated by the following enumerators in this enumeration.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDI → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an SDI connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SDTVDONGLE → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates a dongle cable that supports standard definition television (SDTV).
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_SVIDEO → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an S-video connector.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EMBEDDED → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an embedded UDI that connects internally to a display device.
- DISPLAYCONFIG_OUTPUT_TECHNOLOGY_UDI_EXTERNAL → const DISPLAYCONFIG_VIDEO_OUTPUT_TECHNOLOGY
- Indicates an external Unified Display Interface (UDI), which is a UDI that connects externally to a display device.
- DISPLAYCONFIG_PIXELFORMAT_16BPP → const DISPLAYCONFIG_PIXELFORMAT
- Indicates 16 BPP format.
- DISPLAYCONFIG_PIXELFORMAT_24BPP → const DISPLAYCONFIG_PIXELFORMAT
- Indicates 24 BPP format.
- DISPLAYCONFIG_PIXELFORMAT_32BPP → const DISPLAYCONFIG_PIXELFORMAT
- Indicates 32 BPP format.
- DISPLAYCONFIG_PIXELFORMAT_8BPP → const DISPLAYCONFIG_PIXELFORMAT
- Indicates 8 BPP format.
- DISPLAYCONFIG_PIXELFORMAT_NONGDI → const DISPLAYCONFIG_PIXELFORMAT
- Indicates that the current display is not an 8, 16, 24, or 32 BPP GDI desktop mode.
- DISPLAYCONFIG_ROTATION_IDENTITY → const DISPLAYCONFIG_ROTATION
- Indicates that rotation is 0 degrees—landscape mode.
- DISPLAYCONFIG_ROTATION_ROTATE180 → const DISPLAYCONFIG_ROTATION
- Indicates that rotation is 180 degrees clockwise—inverted landscape mode.
- DISPLAYCONFIG_ROTATION_ROTATE270 → const DISPLAYCONFIG_ROTATION
- Indicates that rotation is 270 degrees clockwise—inverted portrait mode.
- DISPLAYCONFIG_ROTATION_ROTATE90 → const DISPLAYCONFIG_ROTATION
- Indicates that rotation is 90 degrees clockwise—portrait mode.
- DISPLAYCONFIG_SCALING_ASPECTRATIOCENTEREDMAX → const DISPLAYCONFIG_SCALING
- Indicates the aspect-ratio centering transformation.
- DISPLAYCONFIG_SCALING_CENTERED → const DISPLAYCONFIG_SCALING
- Indicates the centering transformation; the source content is presented unscaled, centered with respect to the spatial resolution of the target mode.
- DISPLAYCONFIG_SCALING_CUSTOM → const DISPLAYCONFIG_SCALING
- Indicates that the caller requests a custom scaling that the caller cannot describe with any of the other DISPLAYCONFIG_SCALING_XXX values.
- DISPLAYCONFIG_SCALING_IDENTITY → const DISPLAYCONFIG_SCALING
- Indicates the identity transformation; the source content is presented with no change.
- DISPLAYCONFIG_SCALING_PREFERRED → const DISPLAYCONFIG_SCALING
- Indicates that the caller does not have any preference for the scaling.
- DISPLAYCONFIG_SCALING_STRETCHED → const DISPLAYCONFIG_SCALING
- Indicates the content is scaled to fit the path's target.
- DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED → const DISPLAYCONFIG_SCANLINE_ORDERING
- Indicates that the output is an interlaced image that is created beginning with the upper field.
- DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_LOWERFIELDFIRST → const DISPLAYCONFIG_SCANLINE_ORDERING
- Indicates that the output is an interlaced image that is created beginning with the lower field.
- DISPLAYCONFIG_SCANLINE_ORDERING_INTERLACED_UPPERFIELDFIRST → const DISPLAYCONFIG_SCANLINE_ORDERING
- Indicates that the output is an interlaced image that is created beginning with the upper field.
- DISPLAYCONFIG_SCANLINE_ORDERING_PROGRESSIVE → const DISPLAYCONFIG_SCANLINE_ORDERING
- Indicates that the output is a progressive image.
- DISPLAYCONFIG_SCANLINE_ORDERING_UNSPECIFIED → const DISPLAYCONFIG_SCANLINE_ORDERING
- Indicates that scan-line ordering of the output is unspecified.
- DKGRAY_BRUSH → const GET_STOCK_OBJECT_FLAGS
- DM_BITSPERPEL → const DEVMODE_FIELD_FLAGS
- DM_COLLATE → const DEVMODE_FIELD_FLAGS
- DM_COLOR → const DEVMODE_FIELD_FLAGS
- DM_COPIES → const DEVMODE_FIELD_FLAGS
- DM_COPY → const DEVMODE_FIELD_FLAGS
- DM_DEFAULTSOURCE → const DEVMODE_FIELD_FLAGS
- DM_DISPLAYFIXEDOUTPUT → const DEVMODE_FIELD_FLAGS
- DM_DISPLAYFLAGS → const DEVMODE_FIELD_FLAGS
- DM_DISPLAYFREQUENCY → const DEVMODE_FIELD_FLAGS
- DM_DISPLAYORIENTATION → const DEVMODE_FIELD_FLAGS
- DM_DITHERTYPE → const DEVMODE_FIELD_FLAGS
- DM_DUPLEX → const DEVMODE_FIELD_FLAGS
- DM_FORMNAME → const DEVMODE_FIELD_FLAGS
- DM_ICMINTENT → const DEVMODE_FIELD_FLAGS
- DM_ICMMETHOD → const DEVMODE_FIELD_FLAGS
- DM_IN_BUFFER → const DEVMODE_FIELD_FLAGS
- DM_IN_PROMPT → const DEVMODE_FIELD_FLAGS
- DM_INTERLACED → const DEVMODE_FIELD_FLAGS
- DM_LOGPIXELS → const DEVMODE_FIELD_FLAGS
- DM_MEDIATYPE → const DEVMODE_FIELD_FLAGS
- DM_MODIFY → const DEVMODE_FIELD_FLAGS
- DM_NUP → const DEVMODE_FIELD_FLAGS
- DM_ORIENTATION → const DEVMODE_FIELD_FLAGS
- DM_OUT_BUFFER → const DEVMODE_FIELD_FLAGS
- DM_OUT_DEFAULT → const DEVMODE_FIELD_FLAGS
- DM_PANNINGHEIGHT → const DEVMODE_FIELD_FLAGS
- DM_PANNINGWIDTH → const DEVMODE_FIELD_FLAGS
- DM_PAPERLENGTH → const DEVMODE_FIELD_FLAGS
- DM_PAPERSIZE → const DEVMODE_FIELD_FLAGS
- DM_PAPERWIDTH → const DEVMODE_FIELD_FLAGS
- DM_PELSHEIGHT → const DEVMODE_FIELD_FLAGS
- DM_PELSWIDTH → const DEVMODE_FIELD_FLAGS
- DM_POSITION → const DEVMODE_FIELD_FLAGS
- DM_PRINTQUALITY → const DEVMODE_FIELD_FLAGS
- DM_PROMPT → const DEVMODE_FIELD_FLAGS
- DM_SCALE → const DEVMODE_FIELD_FLAGS
- DM_SPECVERSION → const DEVMODE_FIELD_FLAGS
- DM_TTOPTION → const DEVMODE_FIELD_FLAGS
- DM_UPDATE → const DEVMODE_FIELD_FLAGS
- DM_YRESOLUTION → const DEVMODE_FIELD_FLAGS
- DMCOLLATE_FALSE → const DEVMODE_COLLATE
- DMCOLLATE_TRUE → const DEVMODE_COLLATE
- DMCOLOR_COLOR → const DEVMODE_COLOR
- DMCOLOR_MONOCHROME → const DEVMODE_COLOR
- DMDFO_CENTER → const DEVMODE_DISPLAY_FIXED_OUTPUT
- DMDFO_DEFAULT → const DEVMODE_DISPLAY_FIXED_OUTPUT
- DMDFO_STRETCH → const DEVMODE_DISPLAY_FIXED_OUTPUT
- DMDO_180 → const DEVMODE_DISPLAY_ORIENTATION
- DMDO_270 → const DEVMODE_DISPLAY_ORIENTATION
- DMDO_90 → const DEVMODE_DISPLAY_ORIENTATION
- DMDO_DEFAULT → const DEVMODE_DISPLAY_ORIENTATION
- DMDUP_HORIZONTAL → const DEVMODE_DUPLEX
- DMDUP_SIMPLEX → const DEVMODE_DUPLEX
- DMDUP_VERTICAL → const DEVMODE_DUPLEX
- DMTT_BITMAP → const DEVMODE_TRUETYPE_OPTION
- DMTT_DOWNLOAD → const DEVMODE_TRUETYPE_OPTION
- DMTT_DOWNLOAD_OUTLINE → const DEVMODE_TRUETYPE_OPTION
- DMTT_SUBDEV → const DEVMODE_TRUETYPE_OPTION
- DNS_ERROR_ADDRESS_REQUIRED → const WIN32_ERROR
- DNS_ERROR_ALIAS_LOOP → const WIN32_ERROR
- DNS_ERROR_AUTOZONE_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_AXFR → const WIN32_ERROR
- DNS_ERROR_BACKGROUND_LOADING → const WIN32_ERROR
- DNS_ERROR_BAD_KEYMASTER → const WIN32_ERROR
- DNS_ERROR_BAD_PACKET → const WIN32_ERROR
- DNS_ERROR_CANNOT_FIND_ROOT_HINTS → const WIN32_ERROR
- DNS_ERROR_CLIENT_SUBNET_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_CLIENT_SUBNET_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_CLIENT_SUBNET_IS_ACCESSED → const WIN32_ERROR
- DNS_ERROR_CNAME_COLLISION → const WIN32_ERROR
- DNS_ERROR_CNAME_LOOP → const WIN32_ERROR
- DNS_ERROR_DATABASE_BASE → const WIN32_ERROR
- DNS_ERROR_DATAFILE_BASE → const WIN32_ERROR
- DNS_ERROR_DATAFILE_OPEN_FAILURE → const WIN32_ERROR
- DNS_ERROR_DATAFILE_PARSING → const WIN32_ERROR
- DNS_ERROR_DEFAULT_SCOPE → const WIN32_ERROR
- DNS_ERROR_DEFAULT_VIRTUALIZATION_INSTANCE → const WIN32_ERROR
- DNS_ERROR_DEFAULT_ZONESCOPE → const WIN32_ERROR
- DNS_ERROR_DELEGATION_REQUIRED → const WIN32_ERROR
- DNS_ERROR_DNAME_COLLISION → const WIN32_ERROR
- DNS_ERROR_DNSSEC_BASE → const WIN32_ERROR
- DNS_ERROR_DNSSEC_IS_DISABLED → const WIN32_ERROR
- DNS_ERROR_DP_ALREADY_ENLISTED → const WIN32_ERROR
- DNS_ERROR_DP_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_DP_BASE → const WIN32_ERROR
- DNS_ERROR_DP_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_DP_FSMO_ERROR → const WIN32_ERROR
- DNS_ERROR_DP_NOT_AVAILABLE → const WIN32_ERROR
- DNS_ERROR_DP_NOT_ENLISTED → const WIN32_ERROR
- DNS_ERROR_DS_UNAVAILABLE → const WIN32_ERROR
- DNS_ERROR_DS_ZONE_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_DWORD_VALUE_TOO_LARGE → const WIN32_ERROR
- DNS_ERROR_DWORD_VALUE_TOO_SMALL → const WIN32_ERROR
- DNS_ERROR_FILE_WRITEBACK_FAILED → const WIN32_ERROR
- DNS_ERROR_FORWARDER_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_GENERAL_API_BASE → const WIN32_ERROR
- DNS_ERROR_INCONSISTENT_ROOT_HINTS → const WIN32_ERROR
- DNS_ERROR_INVAILD_VIRTUALIZATION_INSTANCE_NAME → const WIN32_ERROR
- DNS_ERROR_INVALID_CLIENT_SUBNET_NAME → const WIN32_ERROR
- DNS_ERROR_INVALID_DATA → const WIN32_ERROR
- DNS_ERROR_INVALID_DATAFILE_NAME → const WIN32_ERROR
- DNS_ERROR_INVALID_INITIAL_ROLLOVER_OFFSET → const WIN32_ERROR
- DNS_ERROR_INVALID_IP_ADDRESS → const WIN32_ERROR
- DNS_ERROR_INVALID_KEY_SIZE → const WIN32_ERROR
- DNS_ERROR_INVALID_NAME → const WIN32_ERROR
- DNS_ERROR_INVALID_NAME_CHAR → const WIN32_ERROR
- DNS_ERROR_INVALID_NSEC3_ITERATION_COUNT → const WIN32_ERROR
- DNS_ERROR_INVALID_POLICY_TABLE → const WIN32_ERROR
- DNS_ERROR_INVALID_PROPERTY → const WIN32_ERROR
- DNS_ERROR_INVALID_ROLLOVER_PERIOD → const WIN32_ERROR
- DNS_ERROR_INVALID_SCOPE_NAME → const WIN32_ERROR
- DNS_ERROR_INVALID_SCOPE_OPERATION → const WIN32_ERROR
- DNS_ERROR_INVALID_SIGNATURE_VALIDITY_PERIOD → const WIN32_ERROR
- DNS_ERROR_INVALID_TYPE → const WIN32_ERROR
- DNS_ERROR_INVALID_XML → const WIN32_ERROR
- DNS_ERROR_INVALID_ZONE_OPERATION → const WIN32_ERROR
- DNS_ERROR_INVALID_ZONE_TYPE → const WIN32_ERROR
- DNS_ERROR_INVALID_ZONESCOPE_NAME → const WIN32_ERROR
- DNS_ERROR_KEYMASTER_REQUIRED → const WIN32_ERROR
- DNS_ERROR_KSP_DOES_NOT_SUPPORT_PROTECTION → const WIN32_ERROR
- DNS_ERROR_KSP_NOT_ACCESSIBLE → const WIN32_ERROR
- DNS_ERROR_LOAD_ZONESCOPE_FAILED → const WIN32_ERROR
- DNS_ERROR_MASK → const WIN32_ERROR
- DNS_ERROR_NAME_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_NAME_NOT_IN_ZONE → const WIN32_ERROR
- DNS_ERROR_NBSTAT_INIT_FAILED → const WIN32_ERROR
- DNS_ERROR_NEED_SECONDARY_ADDRESSES → const WIN32_ERROR
- DNS_ERROR_NEED_WINS_SERVERS → const WIN32_ERROR
- DNS_ERROR_NO_BOOTFILE_IF_DS_ZONE → const WIN32_ERROR
- DNS_ERROR_NO_CREATE_CACHE_DATA → const WIN32_ERROR
- DNS_ERROR_NO_DNS_SERVERS → const WIN32_ERROR
- DNS_ERROR_NO_MEMORY → const WIN32_ERROR
- DNS_ERROR_NO_PACKET → const WIN32_ERROR
- DNS_ERROR_NO_TCPIP → const WIN32_ERROR
- DNS_ERROR_NO_VALID_TRUST_ANCHORS → const WIN32_ERROR
- DNS_ERROR_NO_ZONE_INFO → const WIN32_ERROR
- DNS_ERROR_NODE_CREATION_FAILED → const WIN32_ERROR
- DNS_ERROR_NODE_IS_CNAME → const WIN32_ERROR
- DNS_ERROR_NODE_IS_DNAME → const WIN32_ERROR
- DNS_ERROR_NON_RFC_NAME → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_ON_ACTIVE_SKD → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_ON_RODC → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_ON_ROOT_SERVER → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_ON_SIGNED_ZONE → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_ON_UNSIGNED_ZONE → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_ON_ZSK → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_UNDER_DELEGATION → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_UNDER_DNAME → const WIN32_ERROR
- DNS_ERROR_NOT_ALLOWED_WITH_ZONESCOPES → const WIN32_ERROR
- DNS_ERROR_NOT_ENOUGH_SIGNING_KEY_DESCRIPTORS → const WIN32_ERROR
- DNS_ERROR_NOT_UNIQUE → const WIN32_ERROR
- DNS_ERROR_NSEC3_INCOMPATIBLE_WITH_RSA_SHA1 → const WIN32_ERROR
- DNS_ERROR_NSEC3_NAME_COLLISION → const WIN32_ERROR
- DNS_ERROR_NSEC_INCOMPATIBLE_WITH_NSEC3_RSA_SHA1 → const WIN32_ERROR
- DNS_ERROR_NUMERIC_NAME → const WIN32_ERROR
- DNS_ERROR_OPERATION_BASE → const WIN32_ERROR
- DNS_ERROR_PACKET_FMT_BASE → const WIN32_ERROR
- DNS_ERROR_POLICY_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_POLICY_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_CLIENT_SUBNET → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_FQDN → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_INTERFACE → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_NETWORK_PROTOCOL → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_QUERY_TYPE → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_TIME_OF_DAY → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_CRITERIA_TRANSPORT_PROTOCOL → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_NAME → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_SETTINGS → const WIN32_ERROR
- DNS_ERROR_POLICY_INVALID_WEIGHT → const WIN32_ERROR
- DNS_ERROR_POLICY_LOCKED → const WIN32_ERROR
- DNS_ERROR_POLICY_MISSING_CRITERIA → const WIN32_ERROR
- DNS_ERROR_POLICY_PROCESSING_ORDER_INVALID → const WIN32_ERROR
- DNS_ERROR_POLICY_SCOPE_MISSING → const WIN32_ERROR
- DNS_ERROR_POLICY_SCOPE_NOT_ALLOWED → const WIN32_ERROR
- DNS_ERROR_PRIMARY_REQUIRES_DATAFILE → const WIN32_ERROR
- DNS_ERROR_RCODE → const WIN32_ERROR
- DNS_ERROR_RCODE_BADKEY → const WIN32_ERROR
- DNS_ERROR_RCODE_BADSIG → const WIN32_ERROR
- DNS_ERROR_RCODE_BADTIME → const WIN32_ERROR
- DNS_ERROR_RCODE_FORMAT_ERROR → const WIN32_ERROR
- DNS_ERROR_RCODE_LAST → const WIN32_ERROR
- DNS_ERROR_RCODE_NAME_ERROR → const WIN32_ERROR
- DNS_ERROR_RCODE_NO_ERROR → const WIN32_ERROR
- DNS_ERROR_RCODE_NOT_IMPLEMENTED → const WIN32_ERROR
- DNS_ERROR_RCODE_NOTAUTH → const WIN32_ERROR
- DNS_ERROR_RCODE_NOTZONE → const WIN32_ERROR
- DNS_ERROR_RCODE_NXRRSET → const WIN32_ERROR
- DNS_ERROR_RCODE_REFUSED → const WIN32_ERROR
- DNS_ERROR_RCODE_SERVER_FAILURE → const WIN32_ERROR
- DNS_ERROR_RCODE_YXDOMAIN → const WIN32_ERROR
- DNS_ERROR_RCODE_YXRRSET → const WIN32_ERROR
- DNS_ERROR_RECORD_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_RECORD_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_RECORD_FORMAT → const WIN32_ERROR
- DNS_ERROR_RECORD_ONLY_AT_ZONE_ROOT → const WIN32_ERROR
- DNS_ERROR_RECORD_TIMED_OUT → const WIN32_ERROR
- DNS_ERROR_RESPONSE_CODES_BASE → const WIN32_ERROR
- DNS_ERROR_ROLLOVER_ALREADY_QUEUED → const WIN32_ERROR
- DNS_ERROR_ROLLOVER_IN_PROGRESS → const WIN32_ERROR
- DNS_ERROR_ROLLOVER_NOT_POKEABLE → const WIN32_ERROR
- DNS_ERROR_RRL_INVALID_IPV4_PREFIX → const WIN32_ERROR
- DNS_ERROR_RRL_INVALID_IPV6_PREFIX → const WIN32_ERROR
- DNS_ERROR_RRL_INVALID_LEAK_RATE → const WIN32_ERROR
- DNS_ERROR_RRL_INVALID_TC_RATE → const WIN32_ERROR
- DNS_ERROR_RRL_INVALID_WINDOW_SIZE → const WIN32_ERROR
- DNS_ERROR_RRL_LEAK_RATE_LESSTHAN_TC_RATE → const WIN32_ERROR
- DNS_ERROR_RRL_NOT_ENABLED → const WIN32_ERROR
- DNS_ERROR_SCOPE_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_SCOPE_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_SCOPE_LOCKED → const WIN32_ERROR
- DNS_ERROR_SECONDARY_DATA → const WIN32_ERROR
- DNS_ERROR_SECONDARY_REQUIRES_MASTER_IP → const WIN32_ERROR
- DNS_ERROR_SECURE_BASE → const WIN32_ERROR
- DNS_ERROR_SERVERSCOPE_IS_REFERENCED → const WIN32_ERROR
- DNS_ERROR_SETUP_BASE → const WIN32_ERROR
- DNS_ERROR_SIGNING_KEY_NOT_ACCESSIBLE → const WIN32_ERROR
- DNS_ERROR_SOA_DELETE_INVALID → const WIN32_ERROR
- DNS_ERROR_STANDBY_KEY_NOT_PRESENT → const WIN32_ERROR
- DNS_ERROR_SUBNET_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_SUBNET_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_TOO_MANY_SKDS → const WIN32_ERROR
- DNS_ERROR_TRY_AGAIN_LATER → const WIN32_ERROR
- DNS_ERROR_UNEXPECTED_CNG_ERROR → const WIN32_ERROR
- DNS_ERROR_UNEXPECTED_DATA_PROTECTION_ERROR → const WIN32_ERROR
- DNS_ERROR_UNKNOWN_RECORD_TYPE → const WIN32_ERROR
- DNS_ERROR_UNKNOWN_SIGNING_PARAMETER_VERSION → const WIN32_ERROR
- DNS_ERROR_UNSECURE_PACKET → const WIN32_ERROR
- DNS_ERROR_UNSUPPORTED_ALGORITHM → const WIN32_ERROR
- DNS_ERROR_VIRTUALIZATION_INSTANCE_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_VIRTUALIZATION_INSTANCE_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_VIRTUALIZATION_TREE_LOCKED → const WIN32_ERROR
- DNS_ERROR_WINS_INIT_FAILED → const WIN32_ERROR
- DNS_ERROR_ZONE_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_ZONE_BASE → const WIN32_ERROR
- DNS_ERROR_ZONE_CONFIGURATION_ERROR → const WIN32_ERROR
- DNS_ERROR_ZONE_CREATION_FAILED → const WIN32_ERROR
- DNS_ERROR_ZONE_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_ZONE_HAS_NO_NS_RECORDS → const WIN32_ERROR
- DNS_ERROR_ZONE_HAS_NO_SOA_RECORD → const WIN32_ERROR
- DNS_ERROR_ZONE_IS_SHUTDOWN → const WIN32_ERROR
- DNS_ERROR_ZONE_LOCKED → const WIN32_ERROR
- DNS_ERROR_ZONE_LOCKED_FOR_SIGNING → const WIN32_ERROR
- DNS_ERROR_ZONE_NOT_SECONDARY → const WIN32_ERROR
- DNS_ERROR_ZONE_REQUIRES_MASTER_IP → const WIN32_ERROR
- DNS_ERROR_ZONESCOPE_ALREADY_EXISTS → const WIN32_ERROR
- DNS_ERROR_ZONESCOPE_DOES_NOT_EXIST → const WIN32_ERROR
- DNS_ERROR_ZONESCOPE_FILE_WRITEBACK_FAILED → const WIN32_ERROR
- DNS_ERROR_ZONESCOPE_IS_REFERENCED → const WIN32_ERROR
- DockPosition_Bottom → const DockPosition
- The window is docked at the bottom.
- DockPosition_Fill → const DockPosition
- The window is docked on all four sides.
- DockPosition_Left → const DockPosition
- The window is docked at the left.
- DockPosition_None → const DockPosition
- The window is not docked.
- DockPosition_Right → const DockPosition
- The window is docked at the right.
- DockPosition_Top → const DockPosition
- The window is docked at the top.
- DONT_RESOLVE_DLL_REFERENCES → const LOAD_LIBRARY_FLAGS
- DOT11_AUTH_ALGO_80211_OPEN → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_80211_SHARED_KEY → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_IHV_END → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_IHV_START → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_OWE → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_RSNA → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_RSNA_PSK → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA3 → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA3_ENT → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA3_ENT_192 → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA3_SAE → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA_NONE → const DOT11_AUTH_ALGORITHM
- DOT11_AUTH_ALGO_WPA_PSK → const DOT11_AUTH_ALGORITHM
- dot11_BSS_type_any → const DOT11_BSS_TYPE
- dot11_BSS_type_independent → const DOT11_BSS_TYPE
- dot11_BSS_type_infrastructure → const DOT11_BSS_TYPE
- DOT11_CIPHER_ALGO_BIP → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_BIP_CMAC_256 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_BIP_GMAC_128 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_BIP_GMAC_256 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_CCMP → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_CCMP_256 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_GCMP → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_GCMP_256 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_IHV_END → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_IHV_START → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_NONE → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_RSN_USE_GROUP → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_TKIP → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_WEP → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_WEP104 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_WEP40 → const DOT11_CIPHER_ALGORITHM
- DOT11_CIPHER_ALGO_WPA_USE_GROUP → const DOT11_CIPHER_ALGORITHM
- dot11_phy_type_any → const DOT11_PHY_TYPE
- dot11_phy_type_dmg → const DOT11_PHY_TYPE
- dot11_phy_type_dsss → const DOT11_PHY_TYPE
- dot11_phy_type_eht → const DOT11_PHY_TYPE
- dot11_phy_type_erp → const DOT11_PHY_TYPE
- dot11_phy_type_fhss → const DOT11_PHY_TYPE
- dot11_phy_type_he → const DOT11_PHY_TYPE
- dot11_phy_type_hrdsss → const DOT11_PHY_TYPE
- dot11_phy_type_ht → const DOT11_PHY_TYPE
- dot11_phy_type_IHV_end → const DOT11_PHY_TYPE
- dot11_phy_type_IHV_start → const DOT11_PHY_TYPE
- dot11_phy_type_irbaseband → const DOT11_PHY_TYPE
- dot11_phy_type_ofdm → const DOT11_PHY_TYPE
- dot11_phy_type_unknown → const DOT11_PHY_TYPE
- dot11_phy_type_vht → const DOT11_PHY_TYPE
- dot11_radio_state_off → const DOT11_RADIO_STATE
- The radio is off.
- dot11_radio_state_on → const DOT11_RADIO_STATE
- The radio is on.
- dot11_radio_state_unknown → const DOT11_RADIO_STATE
- The radio state is unknown.
- DOUBLE_CLICK → const int
- DPI_AWARENESS_INVALID → const DPI_AWARENESS
- Invalid DPI awareness.
- DPI_AWARENESS_PER_MONITOR_AWARE → const DPI_AWARENESS
- Per monitor DPI aware.
- DPI_AWARENESS_SYSTEM_AWARE → const DPI_AWARENESS
- System DPI aware.
- DPI_AWARENESS_UNAWARE → const DPI_AWARENESS
- DPI unaware.
- DPI_HOSTING_BEHAVIOR_DEFAULT → const DPI_HOSTING_BEHAVIOR
- Default DPI hosting behavior.
- DPI_HOSTING_BEHAVIOR_INVALID → const DPI_HOSTING_BEHAVIOR
- Invalid DPI hosting behavior.
- DPI_HOSTING_BEHAVIOR_MIXED → const DPI_HOSTING_BEHAVIOR
- Mixed DPI hosting behavior.
- DRAFT_QUALITY → const FONT_QUALITY
- DRIVE_CDROM → const int
- DRIVE_FIXED → const int
- DRIVE_NO_ROOT_DIR → const int
- DRIVE_RAMDISK → const int
- DRIVE_REMOTE → const int
- DRIVE_REMOVABLE → const int
- DRIVE_UNKNOWN → const int
- DRIVERVERSION → const GET_DEVICE_CAPS_INDEX
- DS_3DLOOK → const int
- DS_ABSALIGN → const int
- DS_CENTER → const int
- DS_CENTERMOUSE → const int
- DS_CONTEXTHELP → const int
- DS_CONTROL → const int
- DS_FIXEDSYS → const int
- DS_LOCALEDIT → const int
- DS_MODALFRAME → const int
- DS_NOFAILCREATE → const int
- DS_NOIDLEMSG → const int
- DS_SETFONT → const int
- DS_SETFOREGROUND → const int
- DS_SHELLFONT → const int constant
- Indicates that the dialog box should use the system font. The typeface member of the extended dialog box template must be set to MS Shell Dlg. Otherwise, this style has no effect.
- DS_SYSMODAL → const int
- DSD_BACKWARD → const DESKTOP_SLIDESHOW_DIRECTION
- DSD_FORWARD → const DESKTOP_SLIDESHOW_DIRECTION
- DSO_SHUFFLEIMAGES → const DESKTOP_SLIDESHOW_OPTIONS
- DSREG_DEVICE_JOIN → const DSREG_JOIN_TYPE
- The device is joined to Azure Active Directory (Azure AD).
- DSREG_UNKNOWN_JOIN → const DSREG_JOIN_TYPE
- The type of join is not known.
- DSREG_WORKPLACE_JOIN → const DSREG_JOIN_TYPE
- The device is registered to Azure Active Directory (Azure AD), meaning an Azure AD work account is added on the device.
- DSS_DISABLED → const DRAWSTATE_FLAGS
- DSS_DISABLED_BY_REMOTE_SESSION → const DESKTOP_SLIDESHOW_STATE
- DSS_ENABLED → const DESKTOP_SLIDESHOW_STATE
- DSS_HIDEPREFIX → const DRAWSTATE_FLAGS
- DSS_MONO → const DRAWSTATE_FLAGS
- DSS_NORMAL → const DRAWSTATE_FLAGS
- DSS_PREFIXONLY → const DRAWSTATE_FLAGS
- DSS_RIGHT → const DRAWSTATE_FLAGS
- DSS_SLIDESHOW → const DESKTOP_SLIDESHOW_STATE
- DSS_UNION → const DRAWSTATE_FLAGS
- DST_BITMAP → const DRAWSTATE_FLAGS
- DST_COMPLEX → const DRAWSTATE_FLAGS
- DST_ICON → const DRAWSTATE_FLAGS
- DST_PREFIXTEXT → const DRAWSTATE_FLAGS
- DST_TEXT → const DRAWSTATE_FLAGS
- DSTINVERT → const ROP_CODE
- DT_BOTTOM → const DRAW_TEXT_FORMAT
- DT_CALCRECT → const DRAW_TEXT_FORMAT
- DT_CENTER → const DRAW_TEXT_FORMAT
- DT_CHARSTREAM → const int
- DT_DISPFILE → const int
- DT_EDITCONTROL → const DRAW_TEXT_FORMAT
- DT_END_ELLIPSIS → const DRAW_TEXT_FORMAT
- DT_EXPANDTABS → const DRAW_TEXT_FORMAT
- DT_EXTERNALLEADING → const DRAW_TEXT_FORMAT
- DT_HIDEPREFIX → const DRAW_TEXT_FORMAT
- DT_INTERNAL → const DRAW_TEXT_FORMAT
- DT_LEFT → const DRAW_TEXT_FORMAT
- DT_METAFILE → const int
- DT_MODIFYSTRING → const DRAW_TEXT_FORMAT
- DT_NOCLIP → const DRAW_TEXT_FORMAT
- DT_NOFULLWIDTHCHARBREAK → const DRAW_TEXT_FORMAT
- DT_NOPREFIX → const DRAW_TEXT_FORMAT
- DT_PATH_ELLIPSIS → const DRAW_TEXT_FORMAT
- DT_PLOTTER → const int
- DT_PREFIXONLY → const DRAW_TEXT_FORMAT
- DT_RASCAMERA → const int
- DT_RASDISPLAY → const int
- DT_RASPRINTER → const int
- DT_RIGHT → const DRAW_TEXT_FORMAT
- DT_RTLREADING → const DRAW_TEXT_FORMAT
- DT_SINGLELINE → const DRAW_TEXT_FORMAT
- DT_TABSTOP → const DRAW_TEXT_FORMAT
- DT_TOP → const DRAW_TEXT_FORMAT
- DT_VCENTER → const DRAW_TEXT_FORMAT
- DT_WORD_ELLIPSIS → const DRAW_TEXT_FORMAT
- DT_WORDBREAK → const DRAW_TEXT_FORMAT
- DTPB_USECTLCOLORSTATIC → const DRAW_THEME_PARENT_BACKGROUND_FLAGS
- DTPB_USEERASEBKGND → const DRAW_THEME_PARENT_BACKGROUND_FLAGS
- DTPB_WINDOWDC → const DRAW_THEME_PARENT_BACKGROUND_FLAGS
- DTR_CONTROL_DISABLE → const int
- Disables the DTR line when the device is opened and leaves it disabled.
- DTR_CONTROL_ENABLE → const int
- Enables the DTR line when the device is opened and leaves it on.
- DTR_CONTROL_HANDSHAKE → const int
- Enables DTR handshaking.
- DTT_APPLYOVERLAY → const DTTOPTS_FLAGS
- DTT_BORDERCOLOR → const DTTOPTS_FLAGS
- DTT_BORDERSIZE → const DTTOPTS_FLAGS
- DTT_CALCRECT → const DTTOPTS_FLAGS
- DTT_CALLBACK → const DTTOPTS_FLAGS
- DTT_COLORPROP → const DTTOPTS_FLAGS
- DTT_COMPOSITED → const DTTOPTS_FLAGS
- DTT_FONTPROP → const DTTOPTS_FLAGS
- DTT_GLOWSIZE → const DTTOPTS_FLAGS
- DTT_SHADOWCOLOR → const DTTOPTS_FLAGS
- DTT_SHADOWOFFSET → const DTTOPTS_FLAGS
- DTT_SHADOWTYPE → const DTTOPTS_FLAGS
- DTT_STATEID → const DTTOPTS_FLAGS
- DTT_TEXTCOLOR → const DTTOPTS_FLAGS
- DTT_VALIDBITS → const DTTOPTS_FLAGS
- DUPLICATE_CLOSE_SOURCE → const DUPLICATE_HANDLE_OPTIONS
- DUPLICATE_SAME_ACCESS → const DUPLICATE_HANDLE_OPTIONS
- DWM_BB_BLURREGION → const int
- DWM_BB_ENABLE → const int
- DWM_BB_TRANSITIONONMAXIMIZED → const int
- DWMSC_ALL → const DWM_SHOWCONTACT
- All.
- DWMSC_DOWN → const DWM_SHOWCONTACT
- Down.
- DWMSC_DRAG → const DWM_SHOWCONTACT
- Drag.
- DWMSC_HOLD → const DWM_SHOWCONTACT
- Hold.
- DWMSC_NONE → const DWM_SHOWCONTACT
- None.
- DWMSC_PENBARREL → const DWM_SHOWCONTACT
- Pen barrel.
- DWMSC_UP → const DWM_SHOWCONTACT
- Up.
- DWMWA_ALLOW_NCPAINT → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_BORDER_COLOR → const DWMWINDOWATTRIBUTE
-
Use with
DwmSetWindowAttribute. - DWMWA_BORDER_MARGINS → const DWMWINDOWATTRIBUTE
- DWMWA_CAPTION_BUTTON_BOUNDS → const DWMWINDOWATTRIBUTE
- Use with DwmGetWindowAttribute.
- DWMWA_CAPTION_COLOR → const DWMWINDOWATTRIBUTE
-
Use with
DwmSetWindowAttribute. - DWMWA_CLOAK → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_CLOAKED → const DWMWINDOWATTRIBUTE
- DWMWA_DISALLOW_PEEK → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_EXCLUDED_FROM_PEEK → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_EXTENDED_FRAME_BOUNDS → const DWMWINDOWATTRIBUTE
- Use with DwmGetWindowAttribute.
- DWMWA_FLIP3D_POLICY → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_FORCE_ICONIC_REPRESENTATION → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_FREEZE_REPRESENTATION → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_HAS_ICONIC_BITMAP → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_LAST → const DWMWINDOWATTRIBUTE
- The maximum recognized DWMWINDOWATTRIBUTE value, used for validation purposes.
- DWMWA_NCRENDERING_ENABLED → const DWMWINDOWATTRIBUTE
- Use with DwmGetWindowAttribute.
- DWMWA_NCRENDERING_POLICY → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_NONCLIENT_RTL_LAYOUT → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_PASSIVE_UPDATE_MODE → const DWMWINDOWATTRIBUTE
- DWMWA_REDIRECTIONBITMAP_ALPHA → const DWMWINDOWATTRIBUTE
- DWMWA_SYSTEMBACKDROP_TYPE → const DWMWINDOWATTRIBUTE
-
Use with
DwmGetWindowAttributeorDwmSetWindowAttribute. - DWMWA_TEXT_COLOR → const DWMWINDOWATTRIBUTE
-
Use with
DwmSetWindowAttribute. - DWMWA_TRANSITIONS_FORCEDISABLED → const DWMWINDOWATTRIBUTE
- Use with DwmSetWindowAttribute.
- DWMWA_USE_HOSTBACKDROPBRUSH → const DWMWINDOWATTRIBUTE
-
Use with
DwmSetWindowAttribute. - DWMWA_USE_IMMERSIVE_DARK_MODE → const DWMWINDOWATTRIBUTE
-
Use with
DwmSetWindowAttribute. - DWMWA_VISIBLE_FRAME_BORDER_THICKNESS → const DWMWINDOWATTRIBUTE
-
Use with
DwmGetWindowAttribute. - DWMWA_WINDOW_CORNER_PREFERENCE → const DWMWINDOWATTRIBUTE
-
Use with
DwmSetWindowAttribute. - DWMWCP_DEFAULT → const DWM_WINDOW_CORNER_PREFERENCE
- Let the system decide when to round window corners.
- DWMWCP_DONOTROUND → const DWM_WINDOW_CORNER_PREFERENCE
- Never round window corners.
- DWMWCP_ROUND → const DWM_WINDOW_CORNER_PREFERENCE
- Round the corners, if appropriate.
- DWMWCP_ROUNDSMALL → const DWM_WINDOW_CORNER_PREFERENCE
- Round the corners if appropriate, with a small radius.
- DWPOS_CENTER → const DESKTOP_WALLPAPER_POSITION
- Center the image; do not stretch.
- DWPOS_FILL → const DESKTOP_WALLPAPER_POSITION
- Stretch the image to fill the screen, cropping the image as necessary to avoid letterbox bars.
- DWPOS_FIT → const DESKTOP_WALLPAPER_POSITION
- Stretch the image to exactly the height or width of the monitor without changing its aspect ratio or cropping the image.
- DWPOS_SPAN → const DESKTOP_WALLPAPER_POSITION
- Spans a single image across all monitors attached to the system.
- DWPOS_STRETCH → const DESKTOP_WALLPAPER_POSITION
- Stretch the image to exactly fit on the monitor.
- DWPOS_TILE → const DESKTOP_WALLPAPER_POSITION
- Tile the image across all monitors.
- DX_FEATURE_LEVEL_10 → const DX_FEATURE_LEVEL
- DX_FEATURE_LEVEL_11 → const DX_FEATURE_LEVEL
- DX_FEATURE_LEVEL_9 → const DX_FEATURE_LEVEL
- DX_FEATURE_LEVEL_UNSPECIFIED → const DX_FEATURE_LEVEL
- E_ABORT → const HRESULT
-
Represents the HRESULT value
0x80004004(-2147467260). - E_ACCESSDENIED → const HRESULT
-
Represents the HRESULT value
0x80070005(-2147024891). - E_FAIL → const HRESULT
- The operation could not be completed.
- E_HANDLE → const HRESULT
-
Represents the HRESULT value
0x80070006(-2147024890). - E_INVALIDARG → const HRESULT
-
Represents the HRESULT value
0x80070057(-2147024809). - E_NOINTERFACE → const HRESULT
-
Represents the HRESULT value
0x80004002(-2147467262). - E_NOTIMPL → const HRESULT
-
Represents the HRESULT value
0x80004001(-2147467263). - E_OUTOFMEMORY → const HRESULT
-
Represents the HRESULT value
0x8007000E(-2147024882). - E_PENDING → const HRESULT
-
Represents the HRESULT value
0x8000000A(-2147483638). - E_POINTER → const HRESULT
-
Represents the HRESULT value
0x80004003(-2147467261). - E_UNEXPECTED → const HRESULT
-
Represents the HRESULT value
0x8000FFFF(-2147418113). - eAll → const EDataFlow
- Audio rendering or capture stream.
- EASTEUROPE_CHARSET → const FONT_CHARSET
- EC_LEFTMARGIN → const int
- EC_RIGHTMARGIN → const int
- EC_USEFONTINFO → const int
- eCapture → const EDataFlow
- Audio capture stream.
- eCommunications → const ERole
- Voice communications (talking to another person).
- eConsole → const ERole
- Games, system notification sounds, and voice commands.
- EDataFlow_enum_count → const EDataFlow
- The number of members in the EDataFlow enumeration (not counting the EDataFlow_enum_count member).
- EDGE_BUMP → const DRAWEDGE_FLAGS
- EDGE_ETCHED → const DRAWEDGE_FLAGS
- EDGE_RAISED → const DRAWEDGE_FLAGS
- EDGE_SUNKEN → const DRAWEDGE_FLAGS
- EDS_RAWMODE → const ENUM_DISPLAY_SETTINGS_FLAGS
- EDS_ROTATEDMODE → const ENUM_DISPLAY_SETTINGS_FLAGS
- ELEMENT_TYPE_ARRAY → const CorElementType
- ELEMENT_TYPE_BOOLEAN → const CorElementType
- ELEMENT_TYPE_BYREF → const CorElementType
- ELEMENT_TYPE_CHAR → const CorElementType
- ELEMENT_TYPE_CLASS → const CorElementType
- ELEMENT_TYPE_CMOD_OPT → const CorElementType
- ELEMENT_TYPE_CMOD_REQD → const CorElementType
- ELEMENT_TYPE_END → const CorElementType
- ELEMENT_TYPE_FNPTR → const CorElementType
- ELEMENT_TYPE_GENERICINST → const CorElementType
- ELEMENT_TYPE_I → const CorElementType
- ELEMENT_TYPE_I1 → const CorElementType
- ELEMENT_TYPE_I2 → const CorElementType
- ELEMENT_TYPE_I4 → const CorElementType
- ELEMENT_TYPE_I8 → const CorElementType
- ELEMENT_TYPE_INTERNAL → const CorElementType
- ELEMENT_TYPE_MAX → const CorElementType
- ELEMENT_TYPE_MODIFIER → const CorElementType
- ELEMENT_TYPE_MVAR → const CorElementType
- ELEMENT_TYPE_OBJECT → const CorElementType
- ELEMENT_TYPE_PINNED → const CorElementType
- ELEMENT_TYPE_PTR → const CorElementType
- ELEMENT_TYPE_R4 → const CorElementType
- ELEMENT_TYPE_R8 → const CorElementType
- ELEMENT_TYPE_SENTINEL → const CorElementType
- ELEMENT_TYPE_STRING → const CorElementType
- ELEMENT_TYPE_SZARRAY → const CorElementType
- ELEMENT_TYPE_TYPEDBYREF → const CorElementType
- ELEMENT_TYPE_U → const CorElementType
- ELEMENT_TYPE_U1 → const CorElementType
- ELEMENT_TYPE_U2 → const CorElementType
- ELEMENT_TYPE_U4 → const CorElementType
- ELEMENT_TYPE_U8 → const CorElementType
- ELEMENT_TYPE_VALUETYPE → const CorElementType
- ELEMENT_TYPE_VAR → const CorElementType
- ELEMENT_TYPE_VOID → const CorElementType
- EM_CANUNDO → const int
- Determines whether there are any actions in an edit control's undo queue.
- EM_CHARFROMPOS → const int
- Gets information about the character closest to a specified point in the client area of an edit control.
- EM_EMPTYUNDOBUFFER → const int
- Resets the undo flag of an edit control.
- EM_ENABLEFEATURE → const int
- EM_FMTLINES → const int
- Sets a flag that determines whether a multiline edit control includes soft line-break characters.
- EM_GETFIRSTVISIBLELINE → const int
- Gets the zero-based index of the uppermost visible line in a multiline edit control.
- EM_GETHANDLE → const int
- Gets a handle of the memory currently allocated for a multiline edit control's text.
- EM_GETIMESTATUS → const int
- Gets a set of status flags that indicate how the edit control interacts with the Input Method Editor (IME).
- EM_GETLIMITTEXT → const int
- Gets the current text limit for an edit control.
- EM_GETLINE → const int
- Copies a line of text from an edit control and places it in a specified buffer.
- EM_GETLINECOUNT → const int
- Gets the number of lines in a multiline edit control.
- EM_GETMARGINS → const int
- Gets the widths of the left and right margins for an edit control.
- EM_GETMODIFY → const int
- Gets the state of an edit control's modification flag.
- EM_GETPASSWORDCHAR → const int
- Gets the password character that an edit control displays when the user enters text.
- EM_GETRECT → const int
- Gets the formatting rectangle of an edit control.
- EM_GETSEL → const int
- Gets the starting and ending character positions (in TCHARs) of the current selection in an edit control.
- EM_GETTHUMB → const int
- Gets the position of the scroll box (thumb) in the vertical scroll bar of a multiline edit control.
- EM_GETWORDBREAKPROC → const int
- Gets the address of the current Wordwrap function.
- EM_LIMITTEXT → const int
- EM_LIMITTEXT message - Sets the text limit of an edit control.
- EM_LINEFROMCHAR → const int
- Gets the index of the line that contains the specified character index in a multiline edit control.
- EM_LINEINDEX → const int
- Gets the character index of the first character of a specified line in a multiline edit control.
- EM_LINELENGTH → const int
- Retrieves the length, in characters, of a line in an edit control.
- EM_LINESCROLL → const int
- Scrolls the text in a multiline edit control.
- EM_POSFROMCHAR → const int
- Retrieves the client area coordinates of a specified character in an edit control.
- EM_REPLACESEL → const int
- Replaces the selected text in an edit control or a rich edit control with the specified text.
- EM_SCROLL → const int
- Scrolls the text vertically in a multiline edit control.
- EM_SCROLLCARET → const int
- Scrolls the caret into view in an edit control.
- EM_SETHANDLE → const int
- Sets the handle of the memory that will be used by a multiline edit control.
- EM_SETIMESTATUS → const int
- Sets the status flags that determine how an edit control interacts with the Input Method Editor (IME).
- EM_SETLIMITTEXT → const int
- EM_SETLIMITTEXT message - Sets the text limit of an edit control.
- EM_SETMARGINS → const int
- Sets the widths of the left and right margins for an edit control.
- EM_SETMODIFY → const int
- Sets or clears the modification flag for an edit control.
- EM_SETPASSWORDCHAR → const int
- Sets or removes the password character for an edit control.
- EM_SETREADONLY → const int
- Sets or removes the read-only style (ES_READONLY) of an edit control.
- EM_SETRECT → const int
- EM_SETRECT message - Sets the formatting rectangle of a multiline edit control.
- EM_SETRECTNP → const int
- EM_SETRECTNP message - Sets the formatting rectangle of a multiline edit control.
- EM_SETSEL → const int
- Selects a range of characters in an edit control.
- EM_SETTABSTOPS → const int
- The EM_SETTABSTOPS message sets the tab stops in a multiline edit control.
- EM_SETWORDBREAKPROC → const int
- Replaces an edit control's default Wordwrap function with an application-defined Wordwrap function.
- EM_UNDO → const int
- This message undoes the last edit control operation in the control's undo queue.
- eMultimedia → const ERole
- Music, movies, narration, and live music recording.
- EN_ALIGN_LTR_EC → const int
- Sent when the user has changed the edit control direction to left-to-right.
- EN_ALIGN_RTL_EC → const int
- Sent when the user has changed the edit control direction to right-to-left.
- EN_CHANGE → const int
- Notifies a windowless rich edit control's host window that a change has occurred.
- EN_ERRSPACE → const int
- Sent when an edit control cannot allocate enough memory to meet a specific request.
- EN_HSCROLL → const int
- Sent when the user clicks an edit control's horizontal scroll bar.
- EN_KILLFOCUS → const int
- Sent when an edit control loses the keyboard focus.
- EN_MAXTEXT → const int
- Sent when the current text insertion has exceeded the specified number of characters for the edit control.
- EN_SELCHANGE → const int
- Notifies a rich edit control's parent window that the current selection has changed.
- EN_SETFOCUS → const int
- Sent when an edit control receives the keyboard focus.
- EN_UPDATE → const int
- Sent when an edit control is about to redraw itself.
- EN_VSCROLL → const int
- Sent when the user clicks an edit control's vertical scroll bar or when the user scrolls the mouse wheel over the edit control.
- ENABLE_AUTO_POSITION → const CONSOLE_MODE
- ENABLE_ECHO_INPUT → const CONSOLE_MODE
- ENABLE_EXTENDED_FLAGS → const CONSOLE_MODE
- ENABLE_INSERT_MODE → const CONSOLE_MODE
- ENABLE_LINE_INPUT → const CONSOLE_MODE
- ENABLE_LVB_GRID_WORLDWIDE → const CONSOLE_MODE
- ENABLE_MOUSE_INPUT → const CONSOLE_MODE
- ENABLE_PROCESSED_INPUT → const CONSOLE_MODE
- ENABLE_PROCESSED_OUTPUT → const CONSOLE_MODE
- ENABLE_QUICK_EDIT_MODE → const CONSOLE_MODE
- ENABLE_VIRTUAL_TERMINAL_INPUT → const CONSOLE_MODE
- ENABLE_VIRTUAL_TERMINAL_PROCESSING → const CONSOLE_MODE
- ENABLE_WINDOW_INPUT → const CONSOLE_MODE
- ENABLE_WRAP_AT_EOL_OUTPUT → const CONSOLE_MODE
- EnergyTrackerCreate → const POWER_INFORMATION_LEVEL
- EnergyTrackerQuery → const POWER_INFORMATION_LEVEL
- ENHANCED_KEY → const int
- ENUM_CURRENT_SETTINGS → const ENUM_DISPLAY_SETTINGS_MODE
- ENUM_REGISTRY_SETTINGS → const ENUM_DISPLAY_SETTINGS_MODE
- EOAC_ACCESS_CONTROL → const EOLE_AUTHENTICATION_CAPABILITIES
- Indicates that the pSecDesc parameter to CoInitializeSecurity is a pointer to an IAccessControl interface on an access control object.
- EOAC_ANY_AUTHORITY → const EOLE_AUTHENTICATION_CAPABILITIES
- This flag is obsolete.
- EOAC_APPID → const EOLE_AUTHENTICATION_CAPABILITIES
- Indicates that the pSecDesc parameter to CoInitializeSecurity is a pointer to a GUID that is an AppID.
- EOAC_AUTO_IMPERSONATE → const EOLE_AUTHENTICATION_CAPABILITIES
- Reserved.
- EOAC_DEFAULT → const EOLE_AUTHENTICATION_CAPABILITIES
- Tells DCOM to use the valid capabilities from the call to CoInitializeSecurity.
- EOAC_DISABLE_AAA → const EOLE_AUTHENTICATION_CAPABILITIES
- Causes any activation where a server process would be launched under the caller's identity (activate-as-activator) to fail with E_ACCESSDENIED.
- EOAC_DYNAMIC → const EOLE_AUTHENTICATION_CAPABILITIES
- Reserved.
- EOAC_DYNAMIC_CLOAKING → const EOLE_AUTHENTICATION_CAPABILITIES
- Sets dynamic cloaking.
- EOAC_MAKE_FULLSIC → const EOLE_AUTHENTICATION_CAPABILITIES
- Causes DCOM to send Schannel server principal names in fullsic format to clients as part of the default security negotiation.
- EOAC_MUTUAL_AUTH → const EOLE_AUTHENTICATION_CAPABILITIES
- If this flag is specified, it will be ignored.
- EOAC_NO_CUSTOM_MARSHAL → const EOLE_AUTHENTICATION_CAPABILITIES
- Specifying this flag helps protect server security when using DCOM or COM+.
- EOAC_NONE → const EOLE_AUTHENTICATION_CAPABILITIES
- Indicates that no capability flags are set.
- EOAC_REQUIRE_FULLSIC → const EOLE_AUTHENTICATION_CAPABILITIES
- Causes DCOM to fail CoSetProxyBlanket calls where an Schannel principal name is specified in any format other than fullsic.
- EOAC_RESERVED1 → const EOLE_AUTHENTICATION_CAPABILITIES
- EOAC_SECURE_REFS → const EOLE_AUTHENTICATION_CAPABILITIES
- Authenticates distributed reference count calls to prevent malicious users from releasing objects that are still being used.
- EOAC_STATIC_CLOAKING → const EOLE_AUTHENTICATION_CAPABILITIES
- Sets static cloaking.
- EPT_S_CANT_CREATE → const RPC_STATUS
- EPT_S_CANT_PERFORM_OP → const RPC_STATUS
- EPT_S_INVALID_ENTRY → const RPC_STATUS
- EPT_S_NOT_REGISTERED → const RPC_STATUS
- eRender → const EDataFlow
- Audio rendering stream.
- ERole_enum_count → const ERole
- The number of members in the ERole enumeration (not counting the ERole_enum_count member).
- ERROR_ABANDON_HIBERFILE → const WIN32_ERROR
- ERROR_ABANDONED_WAIT_0 → const WIN32_ERROR
- ERROR_ABANDONED_WAIT_63 → const WIN32_ERROR
- ERROR_ABIOS_ERROR → const WIN32_ERROR
- ERROR_ACCESS_AUDIT_BY_POLICY → const WIN32_ERROR
- ERROR_ACCESS_DENIED → const WIN32_ERROR
- ERROR_ACCESS_DENIED_APPDATA → const WIN32_ERROR
- ERROR_ACCESS_DISABLED_BY_POLICY → const WIN32_ERROR
- ERROR_ACCESS_DISABLED_NO_SAFER_UI_BY_POLICY → const WIN32_ERROR
- ERROR_ACCESS_DISABLED_WEBBLADE → const WIN32_ERROR
- ERROR_ACCESS_DISABLED_WEBBLADE_TAMPER → const WIN32_ERROR
- ERROR_ACCOUNT_DISABLED → const WIN32_ERROR
- ERROR_ACCOUNT_EXPIRED → const WIN32_ERROR
- ERROR_ACCOUNT_LOCKED_OUT → const WIN32_ERROR
- ERROR_ACCOUNT_RESTRICTION → const WIN32_ERROR
- ERROR_ACPI_ERROR → const WIN32_ERROR
- ERROR_ACTIVATION_COUNT_EXCEEDED → const WIN32_ERROR
- ERROR_ACTIVE_CONNECTIONS → const WIN32_ERROR
- ERROR_ADAP_HDW_ERR → const WIN32_ERROR
- ERROR_ADDRESS_ALREADY_ASSOCIATED → const WIN32_ERROR
- ERROR_ADDRESS_NOT_ASSOCIATED → const WIN32_ERROR
- ERROR_ADVANCED_INSTALLER_FAILED → const WIN32_ERROR
- ERROR_ALERTED → const WIN32_ERROR
- ERROR_ALIAS_EXISTS → const WIN32_ERROR
- ERROR_ALL_NODES_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_ALL_USER_TRUST_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_ALLOCATE_BUCKET → const WIN32_ERROR
- ERROR_ALLOTTED_SPACE_EXCEEDED → const WIN32_ERROR
- ERROR_ALREADY_ASSIGNED → const WIN32_ERROR
- ERROR_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_ALREADY_FIBER → const WIN32_ERROR
- ERROR_ALREADY_HAS_STREAM_ID → const WIN32_ERROR
- ERROR_ALREADY_INITIALIZED → const WIN32_ERROR
- ERROR_ALREADY_REGISTERED → const WIN32_ERROR
- ERROR_ALREADY_RUNNING_LKG → const WIN32_ERROR
- ERROR_ALREADY_THREAD → const WIN32_ERROR
- ERROR_ALREADY_WAITING → const WIN32_ERROR
- ERROR_ALREADY_WIN32 → const WIN32_ERROR
- ERROR_AMBIGUOUS_SYSTEM_DEVICE → const WIN32_ERROR
- ERROR_API_UNAVAILABLE → const WIN32_ERROR
- ERROR_APP_DATA_CORRUPT → const WIN32_ERROR
- ERROR_APP_DATA_EXPIRED → const WIN32_ERROR
- ERROR_APP_DATA_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_APP_DATA_NOT_FOUND → const WIN32_ERROR
- ERROR_APP_DATA_REBOOT_REQUIRED → const WIN32_ERROR
- ERROR_APP_HANG → const WIN32_ERROR
- ERROR_APP_INIT_FAILURE → const WIN32_ERROR
- ERROR_APP_WRONG_OS → const WIN32_ERROR
- ERROR_APPCONTAINER_REQUIRED → const WIN32_ERROR
- ERROR_APPEXEC_APP_COMPAT_BLOCK → const WIN32_ERROR
- ERROR_APPEXEC_CALLER_WAIT_TIMEOUT → const WIN32_ERROR
- ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_LICENSING → const WIN32_ERROR
- ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_RESOURCES → const WIN32_ERROR
- ERROR_APPEXEC_CALLER_WAIT_TIMEOUT_TERMINATION → const WIN32_ERROR
- ERROR_APPEXEC_CONDITION_NOT_SATISFIED → const WIN32_ERROR
- ERROR_APPEXEC_HANDLE_INVALIDATED → const WIN32_ERROR
- ERROR_APPEXEC_HOST_ID_MISMATCH → const WIN32_ERROR
- ERROR_APPEXEC_INVALID_HOST_GENERATION → const WIN32_ERROR
- ERROR_APPEXEC_INVALID_HOST_STATE → const WIN32_ERROR
- ERROR_APPEXEC_NO_DONOR → const WIN32_ERROR
- ERROR_APPEXEC_UNEXPECTED_PROCESS_REGISTRATION → const WIN32_ERROR
- ERROR_APPEXEC_UNKNOWN_USER → const WIN32_ERROR
- ERROR_APPHELP_BLOCK → const WIN32_ERROR
- ERROR_APPINSTALLER_ACTIVATION_BLOCKED → const WIN32_ERROR
- ERROR_APPINSTALLER_IS_MANAGED_BY_SYSTEM → const WIN32_ERROR
- ERROR_APPINSTALLER_URI_IN_USE → const WIN32_ERROR
- ERROR_APPX_FILE_NOT_ENCRYPTED → const WIN32_ERROR
- ERROR_APPX_INTEGRITY_FAILURE_CLR_NGEN → const WIN32_ERROR
- ERROR_APPX_RAW_DATA_WRITE_FAILED → const WIN32_ERROR
- ERROR_ARBITRATION_UNHANDLED → const WIN32_ERROR
- ERROR_ARENA_TRASHED → const WIN32_ERROR
- ERROR_ARITHMETIC_OVERFLOW → const WIN32_ERROR
- ERROR_ASSERTION_FAILURE → const WIN32_ERROR
- ERROR_ATOMIC_LOCKS_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_AUDIT_FAILED → const WIN32_ERROR
- ERROR_AUTHENTICATION_FIREWALL_FAILED → const WIN32_ERROR
- ERROR_AUTHENTICODE_DISALLOWED → const WIN32_ERROR
- ERROR_AUTHENTICODE_PUBLISHER_NOT_TRUSTED → const WIN32_ERROR
- ERROR_AUTHENTICODE_TRUST_NOT_ESTABLISHED → const WIN32_ERROR
- ERROR_AUTHENTICODE_TRUSTED_PUBLISHER → const WIN32_ERROR
- ERROR_AUTHIP_FAILURE → const WIN32_ERROR
- ERROR_AUTODATASEG_EXCEEDS_64k → const WIN32_ERROR
- ERROR_BACKUP_CONTROLLER → const WIN32_ERROR
- ERROR_BAD_ACCESSOR_FLAGS → const WIN32_ERROR
- ERROR_BAD_ARGUMENTS → const WIN32_ERROR
- ERROR_BAD_CLUSTERS → const WIN32_ERROR
- ERROR_BAD_COMMAND → const WIN32_ERROR
- ERROR_BAD_COMPRESSION_BUFFER → const WIN32_ERROR
- ERROR_BAD_CONFIGURATION → const WIN32_ERROR
- ERROR_BAD_CURRENT_DIRECTORY → const WIN32_ERROR
- ERROR_BAD_DESCRIPTOR_FORMAT → const WIN32_ERROR
- ERROR_BAD_DEV_TYPE → const WIN32_ERROR
- ERROR_BAD_DEVICE → const WIN32_ERROR
- ERROR_BAD_DEVICE_PATH → const WIN32_ERROR
- ERROR_BAD_DLL_ENTRYPOINT → const WIN32_ERROR
- ERROR_BAD_DRIVER → const WIN32_ERROR
- ERROR_BAD_DRIVER_LEVEL → const WIN32_ERROR
- ERROR_BAD_ENVIRONMENT → const WIN32_ERROR
- ERROR_BAD_EXE_FORMAT → const WIN32_ERROR
- ERROR_BAD_FILE_TYPE → const WIN32_ERROR
- ERROR_BAD_FORMAT → const WIN32_ERROR
- ERROR_BAD_FUNCTION_TABLE → const WIN32_ERROR
- ERROR_BAD_IMPERSONATION_LEVEL → const WIN32_ERROR
- ERROR_BAD_INHERITANCE_ACL → const WIN32_ERROR
- ERROR_BAD_INTERFACE_INSTALLSECT → const WIN32_ERROR
- ERROR_BAD_LENGTH → const WIN32_ERROR
- ERROR_BAD_LOGON_SESSION_STATE → const WIN32_ERROR
- ERROR_BAD_MCFG_TABLE → const WIN32_ERROR
- ERROR_BAD_NET_NAME → const WIN32_ERROR
- ERROR_BAD_NET_RESP → const WIN32_ERROR
- ERROR_BAD_NETPATH → const WIN32_ERROR
- ERROR_BAD_PATHNAME → const WIN32_ERROR
- ERROR_BAD_PIPE → const WIN32_ERROR
- ERROR_BAD_PROFILE → const WIN32_ERROR
- ERROR_BAD_PROVIDER → const WIN32_ERROR
- ERROR_BAD_QUERY_SYNTAX → const WIN32_ERROR
- ERROR_BAD_RECOVERY_POLICY → const WIN32_ERROR
- ERROR_BAD_REM_ADAP → const WIN32_ERROR
- ERROR_BAD_SECTION_NAME_LINE → const WIN32_ERROR
- ERROR_BAD_SERVICE_ENTRYPOINT → const WIN32_ERROR
- ERROR_BAD_SERVICE_INSTALLSECT → const WIN32_ERROR
- ERROR_BAD_STACK → const WIN32_ERROR
- ERROR_BAD_THREADID_ADDR → const WIN32_ERROR
- ERROR_BAD_TOKEN_TYPE → const WIN32_ERROR
- ERROR_BAD_UNIT → const WIN32_ERROR
- ERROR_BAD_USER_PROFILE → const WIN32_ERROR
- ERROR_BAD_USERNAME → const WIN32_ERROR
- ERROR_BAD_VALIDATION_CLASS → const WIN32_ERROR
- ERROR_BADDB → const WIN32_ERROR
- ERROR_BADKEY → const WIN32_ERROR
- ERROR_BADSTARTPOSITION → const WIN32_ERROR
- ERROR_BCD_NOT_ALL_ENTRIES_IMPORTED → const WIN32_ERROR
- ERROR_BCD_NOT_ALL_ENTRIES_SYNCHRONIZED → const WIN32_ERROR
- ERROR_BCD_TOO_MANY_ELEMENTS → const WIN32_ERROR
- ERROR_BEGINNING_OF_MEDIA → const WIN32_ERROR
- ERROR_BEYOND_VDL → const WIN32_ERROR
- ERROR_BIOS_FAILED_TO_CONNECT_INTERRUPT → const WIN32_ERROR
- ERROR_BLOCK_SHARED → const WIN32_ERROR
- ERROR_BLOCK_SOURCE_WEAK_REFERENCE_INVALID → const WIN32_ERROR
- ERROR_BLOCK_TARGET_WEAK_REFERENCE_INVALID → const WIN32_ERROR
- ERROR_BLOCK_TOO_MANY_REFERENCES → const WIN32_ERROR
- ERROR_BLOCK_WEAK_REFERENCE_INVALID → const WIN32_ERROR
- ERROR_BLOCKED_BY_PARENTAL_CONTROLS → const WIN32_ERROR
- ERROR_BLOCKED_BY_PENDING_PACKAGE_REMOVAL → const WIN32_ERROR
- ERROR_BOOT_ALREADY_ACCEPTED → const WIN32_ERROR
- ERROR_BROKEN_PIPE → const WIN32_ERROR
- ERROR_BUFFER_ALL_ZEROS → const WIN32_ERROR
- ERROR_BUFFER_OVERFLOW → const WIN32_ERROR
- ERROR_BUS_RESET → const WIN32_ERROR
- ERROR_BUSY → const WIN32_ERROR
- ERROR_BUSY_DRIVE → const WIN32_ERROR
- ERROR_BYPASSIO_FLT_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CACHE_PAGE_LOCKED → const WIN32_ERROR
- ERROR_CALL_NOT_IMPLEMENTED → const WIN32_ERROR
- ERROR_CALLBACK_INVOKE_INLINE → const WIN32_ERROR
- ERROR_CALLBACK_POP_STACK → const WIN32_ERROR
- ERROR_CALLBACK_SUPPLIED_INVALID_DATA → const WIN32_ERROR
- ERROR_CAMERA_INSUFFICIENT_BANDWIDTH → const WIN32_ERROR
- ERROR_CAMERA_INVALID_CONFIGURATION → const WIN32_ERROR
- ERROR_CAN_NOT_COMPLETE → const WIN32_ERROR
- ERROR_CAN_NOT_DEL_LOCAL_WINS → const WIN32_ERROR
- ERROR_CANCEL_VIOLATION → const WIN32_ERROR
- ERROR_CANCELLED → const WIN32_ERROR
- ERROR_CANNOT_ABORT_TRANSACTIONS → const WIN32_ERROR
- ERROR_CANNOT_ACCEPT_TRANSACTED_WORK → const WIN32_ERROR
- ERROR_CANNOT_BREAK_OPLOCK → const WIN32_ERROR
- ERROR_CANNOT_COMPOSE_APISET_EXTENSION → const WIN32_ERROR
- ERROR_CANNOT_COPY → const WIN32_ERROR
- ERROR_CANNOT_DETECT_DRIVER_FAILURE → const WIN32_ERROR
- ERROR_CANNOT_DETECT_PROCESS_ABORT → const WIN32_ERROR
- ERROR_CANNOT_EXECUTE_FILE_IN_TRANSACTION → const WIN32_ERROR
- ERROR_CANNOT_FIND_WND_CLASS → const WIN32_ERROR
- ERROR_CANNOT_GRANT_REQUESTED_OPLOCK → const WIN32_ERROR
- ERROR_CANNOT_IMPERSONATE → const WIN32_ERROR
- ERROR_CANNOT_LOAD_REGISTRY_FILE → const WIN32_ERROR
- ERROR_CANNOT_MAKE → const WIN32_ERROR
- ERROR_CANNOT_OPEN_PROFILE → const WIN32_ERROR
- ERROR_CANNOT_SWITCH_RUNLEVEL → const WIN32_ERROR
- ERROR_CANT_ACCESS_DOMAIN_INFO → const WIN32_ERROR
- ERROR_CANT_ACCESS_FILE → const WIN32_ERROR
- ERROR_CANT_ATTACH_TO_DEV_VOLUME → const WIN32_ERROR
- ERROR_CANT_BREAK_TRANSACTIONAL_DEPENDENCY → const WIN32_ERROR
- ERROR_CANT_CLEAR_ENCRYPTION_FLAG → const WIN32_ERROR
- ERROR_CANT_CREATE_MORE_STREAM_MINIVERSIONS → const WIN32_ERROR
- ERROR_CANT_CROSS_RM_BOUNDARY → const WIN32_ERROR
- ERROR_CANT_DELETE_LAST_ITEM → const WIN32_ERROR
- ERROR_CANT_DISABLE_MANDATORY → const WIN32_ERROR
- ERROR_CANT_ENABLE_DENY_ONLY → const WIN32_ERROR
- ERROR_CANT_EVICT_ACTIVE_NODE → const WIN32_ERROR
- ERROR_CANT_LOAD_CLASS_ICON → const WIN32_ERROR
- ERROR_CANT_OPEN_ANONYMOUS → const WIN32_ERROR
- ERROR_CANT_OPEN_MINIVERSION_WITH_MODIFY_INTENT → const WIN32_ERROR
- ERROR_CANT_RECOVER_WITH_HANDLE_OPEN → const WIN32_ERROR
- ERROR_CANT_REMOVE_DEVINST → const WIN32_ERROR
- ERROR_CANT_RESOLVE_FILENAME → const WIN32_ERROR
- ERROR_CANT_TERMINATE_SELF → const WIN32_ERROR
- ERROR_CANT_WAIT → const WIN32_ERROR
- ERROR_CANTFETCHBACKWARDS → const WIN32_ERROR
- ERROR_CANTOPEN → const WIN32_ERROR
- ERROR_CANTREAD → const WIN32_ERROR
- ERROR_CANTSCROLLBACKWARDS → const WIN32_ERROR
- ERROR_CANTWRITE → const WIN32_ERROR
- ERROR_CAPAUTHZ_CHANGE_TYPE → const WIN32_ERROR
- ERROR_CAPAUTHZ_DB_CORRUPTED → const WIN32_ERROR
- ERROR_CAPAUTHZ_NO_POLICY → const WIN32_ERROR
- ERROR_CAPAUTHZ_NOT_AUTHORIZED → const WIN32_ERROR
- ERROR_CAPAUTHZ_NOT_DEVUNLOCKED → const WIN32_ERROR
- ERROR_CAPAUTHZ_NOT_PROVISIONED → const WIN32_ERROR
- ERROR_CAPAUTHZ_SCCD_DEV_MODE_REQUIRED → const WIN32_ERROR
- ERROR_CAPAUTHZ_SCCD_INVALID_CATALOG → const WIN32_ERROR
- ERROR_CAPAUTHZ_SCCD_NO_AUTH_ENTITY → const WIN32_ERROR
- ERROR_CAPAUTHZ_SCCD_NO_CAPABILITY_MATCH → const WIN32_ERROR
- ERROR_CAPAUTHZ_SCCD_PARSE_ERROR → const WIN32_ERROR
- ERROR_CAR_LKD_IN_PROGRESS → const WIN32_ERROR
- ERROR_CARDBUS_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CASE_DIFFERING_NAMES_IN_DIR → const WIN32_ERROR
- ERROR_CASE_SENSITIVE_PATH → const WIN32_ERROR
- ERROR_CERTIFICATE_VALIDATION_PREFERENCE_CONFLICT → const WIN32_ERROR
- ERROR_CHECKING_FILE_SYSTEM → const WIN32_ERROR
- ERROR_CHECKOUT_REQUIRED → const WIN32_ERROR
- ERROR_CHILD_MUST_BE_VOLATILE → const WIN32_ERROR
- ERROR_CHILD_NOT_COMPLETE → const WIN32_ERROR
- ERROR_CHILD_PROCESS_BLOCKED → const WIN32_ERROR
- ERROR_CHILD_WINDOW_MENU → const WIN32_ERROR
- ERROR_CIMFS_IMAGE_CORRUPT → const WIN32_ERROR
- ERROR_CIMFS_IMAGE_VERSION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CIRCULAR_DEPENDENCY → const WIN32_ERROR
- ERROR_CLASS_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_CLASS_DOES_NOT_EXIST → const WIN32_ERROR
- ERROR_CLASS_HAS_WINDOWS → const WIN32_ERROR
- ERROR_CLASS_MISMATCH → const WIN32_ERROR
- ERROR_CLASSIC_COMPAT_MODE_NOT_ALLOWED → const WIN32_ERROR
- ERROR_CLEANER_CARTRIDGE_INSTALLED → const WIN32_ERROR
- ERROR_CLEANER_CARTRIDGE_SPENT → const WIN32_ERROR
- ERROR_CLEANER_SLOT_NOT_SET → const WIN32_ERROR
- ERROR_CLEANER_SLOT_SET → const WIN32_ERROR
- ERROR_CLIENT_SERVER_PARAMETERS_INVALID → const WIN32_ERROR
- ERROR_CLIPBOARD_NOT_OPEN → const WIN32_ERROR
- ERROR_CLIPPING_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CLOUD_FILE_ACCESS_DENIED → const WIN32_ERROR
- ERROR_CLOUD_FILE_ALREADY_CONNECTED → const WIN32_ERROR
- ERROR_CLOUD_FILE_AUTHENTICATION_FAILED → const WIN32_ERROR
- ERROR_CLOUD_FILE_CONNECTED_PROVIDER_ONLY → const WIN32_ERROR
- ERROR_CLOUD_FILE_DEHYDRATION_DISALLOWED → const WIN32_ERROR
- ERROR_CLOUD_FILE_HYDRATION_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_CLOUD_FILE_IN_USE → const WIN32_ERROR
- ERROR_CLOUD_FILE_INCOMPATIBLE_HARDLINKS → const WIN32_ERROR
- ERROR_CLOUD_FILE_INSUFFICIENT_RESOURCES → const WIN32_ERROR
- ERROR_CLOUD_FILE_INVALID_REQUEST → const WIN32_ERROR
- ERROR_CLOUD_FILE_METADATA_CORRUPT → const WIN32_ERROR
- ERROR_CLOUD_FILE_METADATA_TOO_LARGE → const WIN32_ERROR
- ERROR_CLOUD_FILE_NETWORK_UNAVAILABLE → const WIN32_ERROR
- ERROR_CLOUD_FILE_NOT_IN_SYNC → const WIN32_ERROR
- ERROR_CLOUD_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CLOUD_FILE_NOT_UNDER_SYNC_ROOT → const WIN32_ERROR
- ERROR_CLOUD_FILE_PINNED → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROPERTY_BLOB_CHECKSUM_MISMATCH → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROPERTY_BLOB_TOO_LARGE → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROPERTY_CORRUPT → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROPERTY_LOCK_CONFLICT → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROPERTY_VERSION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROVIDER_NOT_RUNNING → const WIN32_ERROR
- ERROR_CLOUD_FILE_PROVIDER_TERMINATED → const WIN32_ERROR
- ERROR_CLOUD_FILE_READ_ONLY_VOLUME → const WIN32_ERROR
- ERROR_CLOUD_FILE_REQUEST_ABORTED → const WIN32_ERROR
- ERROR_CLOUD_FILE_REQUEST_CANCELED → const WIN32_ERROR
- ERROR_CLOUD_FILE_REQUEST_TIMEOUT → const WIN32_ERROR
- ERROR_CLOUD_FILE_SYNC_ROOT_METADATA_CORRUPT → const WIN32_ERROR
- ERROR_CLOUD_FILE_TOO_MANY_PROPERTY_BLOBS → const WIN32_ERROR
- ERROR_CLOUD_FILE_UNSUCCESSFUL → const WIN32_ERROR
- ERROR_CLOUD_FILE_US_MESSAGE_TIMEOUT → const WIN32_ERROR
- ERROR_CLOUD_FILE_VALIDATION_FAILED → const WIN32_ERROR
- ERROR_CLUSCFG_ALREADY_COMMITTED → const WIN32_ERROR
- ERROR_CLUSCFG_ROLLBACK_FAILED → const WIN32_ERROR
- ERROR_CLUSCFG_SYSTEM_DISK_DRIVE_LETTER_CONFLICT → const WIN32_ERROR
- ERROR_CLUSTER_AFFINITY_CONFLICT → const WIN32_ERROR
- ERROR_CLUSTER_BACKUP_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_CANNOT_RETURN_PROPERTIES → const WIN32_ERROR
- ERROR_CLUSTER_CANT_CREATE_DUP_CLUSTER_NAME → const WIN32_ERROR
- ERROR_CLUSTER_CANT_DESERIALIZE_DATA → const WIN32_ERROR
- ERROR_CLUSTER_CSV_INVALID_HANDLE → const WIN32_ERROR
- ERROR_CLUSTER_CSV_IO_PAUSE_TIMEOUT → const WIN32_ERROR
- ERROR_CLUSTER_CSV_SUPPORTED_ONLY_ON_COORDINATOR → const WIN32_ERROR
- ERROR_CLUSTER_DATABASE_SEQMISMATCH → const WIN32_ERROR
- ERROR_CLUSTER_DATABASE_TRANSACTION_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_DATABASE_TRANSACTION_NOT_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_DATABASE_UPDATE_CONDITION_FAILED → const WIN32_ERROR
- ERROR_CLUSTER_DISK_NOT_CONNECTED → const WIN32_ERROR
- ERROR_CLUSTER_EVICT_INVALID_REQUEST → const WIN32_ERROR
- ERROR_CLUSTER_EVICT_WITHOUT_CLEANUP → const WIN32_ERROR
- ERROR_CLUSTER_FAULT_DOMAIN_FAILED_S2D_VALIDATION → const WIN32_ERROR
- ERROR_CLUSTER_FAULT_DOMAIN_INVALID_HIERARCHY → const WIN32_ERROR
- ERROR_CLUSTER_FAULT_DOMAIN_PARENT_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_FAULT_DOMAIN_S2D_CONNECTIVITY_LOSS → const WIN32_ERROR
- ERROR_CLUSTER_GROUP_BUSY → const WIN32_ERROR
- ERROR_CLUSTER_GROUP_MOVING → const WIN32_ERROR
- ERROR_CLUSTER_GROUP_QUEUED → const WIN32_ERROR
- ERROR_CLUSTER_GROUP_SINGLETON_RESOURCE → const WIN32_ERROR
- ERROR_CLUSTER_GUM_NOT_LOCKER → const WIN32_ERROR
- ERROR_CLUSTER_INCOMPATIBLE_VERSIONS → const WIN32_ERROR
- ERROR_CLUSTER_INSTANCE_ID_MISMATCH → const WIN32_ERROR
- ERROR_CLUSTER_INTERNAL_INVALID_FUNCTION → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_INFRASTRUCTURE_FILESERVER_NAME → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_IPV6_NETWORK → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_IPV6_TUNNEL_NETWORK → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_NETWORK → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_NETWORK_PROVIDER → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_NODE → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_NODE_WEIGHT → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_REQUEST → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_SECURITY_DESCRIPTOR → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_STRING_FORMAT → const WIN32_ERROR
- ERROR_CLUSTER_INVALID_STRING_TERMINATION → const WIN32_ERROR
- ERROR_CLUSTER_IPADDR_IN_USE → const WIN32_ERROR
- ERROR_CLUSTER_JOIN_ABORTED → const WIN32_ERROR
- ERROR_CLUSTER_JOIN_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_JOIN_NOT_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_LAST_INTERNAL_NETWORK → const WIN32_ERROR
- ERROR_CLUSTER_LOCAL_NODE_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_MAX_NODES_IN_CLUSTER → const WIN32_ERROR
- ERROR_CLUSTER_MAXNUM_OF_RESOURCES_EXCEEDED → const WIN32_ERROR
- ERROR_CLUSTER_MEMBERSHIP_HALT → const WIN32_ERROR
- ERROR_CLUSTER_MEMBERSHIP_INVALID_STATE → const WIN32_ERROR
- ERROR_CLUSTER_MISMATCHED_COMPUTER_ACCT_NAME → const WIN32_ERROR
- ERROR_CLUSTER_NETINTERFACE_EXISTS → const WIN32_ERROR
- ERROR_CLUSTER_NETINTERFACE_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_ALREADY_OFFLINE → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_ALREADY_ONLINE → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_EXISTS → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_HAS_DEPENDENTS → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_NOT_FOUND_FOR_IP → const WIN32_ERROR
- ERROR_CLUSTER_NETWORK_NOT_INTERNAL → const WIN32_ERROR
- ERROR_CLUSTER_NO_NET_ADAPTERS → const WIN32_ERROR
- ERROR_CLUSTER_NO_QUORUM → const WIN32_ERROR
- ERROR_CLUSTER_NO_RPC_PACKAGES_REGISTERED → const WIN32_ERROR
- ERROR_CLUSTER_NO_SECURITY_CONTEXT → const WIN32_ERROR
- ERROR_CLUSTER_NODE_ALREADY_DOWN → const WIN32_ERROR
- ERROR_CLUSTER_NODE_ALREADY_HAS_DFS_ROOT → const WIN32_ERROR
- ERROR_CLUSTER_NODE_ALREADY_MEMBER → const WIN32_ERROR
- ERROR_CLUSTER_NODE_ALREADY_UP → const WIN32_ERROR
- ERROR_CLUSTER_NODE_DOWN → const WIN32_ERROR
- ERROR_CLUSTER_NODE_DRAIN_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_NODE_EXISTS → const WIN32_ERROR
- ERROR_CLUSTER_NODE_IN_GRACE_PERIOD → const WIN32_ERROR
- ERROR_CLUSTER_NODE_ISOLATED → const WIN32_ERROR
- ERROR_CLUSTER_NODE_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_NODE_NOT_MEMBER → const WIN32_ERROR
- ERROR_CLUSTER_NODE_NOT_PAUSED → const WIN32_ERROR
- ERROR_CLUSTER_NODE_NOT_READY → const WIN32_ERROR
- ERROR_CLUSTER_NODE_PAUSED → const WIN32_ERROR
- ERROR_CLUSTER_NODE_QUARANTINED → const WIN32_ERROR
- ERROR_CLUSTER_NODE_SHUTTING_DOWN → const WIN32_ERROR
- ERROR_CLUSTER_NODE_UNREACHABLE → const WIN32_ERROR
- ERROR_CLUSTER_NODE_UP → const WIN32_ERROR
- ERROR_CLUSTER_NOT_INSTALLED → const WIN32_ERROR
- ERROR_CLUSTER_NOT_SHARED_VOLUME → const WIN32_ERROR
- ERROR_CLUSTER_NULL_DATA → const WIN32_ERROR
- ERROR_CLUSTER_OBJECT_ALREADY_USED → const WIN32_ERROR
- ERROR_CLUSTER_OBJECT_IS_CLUSTER_SET_VM → const WIN32_ERROR
- ERROR_CLUSTER_OLD_VERSION → const WIN32_ERROR
- ERROR_CLUSTER_OWNER_NOT_IN_PREFLIST → const WIN32_ERROR
- ERROR_CLUSTER_PARAMETER_MISMATCH → const WIN32_ERROR
- ERROR_CLUSTER_PARAMETER_OUT_OF_BOUNDS → const WIN32_ERROR
- ERROR_CLUSTER_PARTIAL_READ → const WIN32_ERROR
- ERROR_CLUSTER_PARTIAL_SEND → const WIN32_ERROR
- ERROR_CLUSTER_PARTIAL_WRITE → const WIN32_ERROR
- ERROR_CLUSTER_POISONED → const WIN32_ERROR
- ERROR_CLUSTER_PROPERTY_DATA_TYPE_MISMATCH → const WIN32_ERROR
- ERROR_CLUSTER_QUORUMLOG_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_REGISTRY_INVALID_FUNCTION → const WIN32_ERROR
- ERROR_CLUSTER_RESNAME_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_CONTAINS_UNSUPPORTED_DIFF_AREA_FOR_SHARED_VOLUMES → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_DOES_NOT_SUPPORT_UNMONITORED → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_IS_IN_MAINTENANCE_MODE → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_IS_REPLICA_VIRTUAL_MACHINE → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_IS_REPLICATED → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_LOCKED_STATUS → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_NOT_MONITORED → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_PROVIDER_FAILED → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_TYPE_BUSY → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_TYPE_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_VETOED_CALL → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_VETOED_MOVE_INCOMPATIBLE_NODES → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_DESTINATION → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCE_VETOED_MOVE_NOT_ENOUGH_RESOURCES_ON_SOURCE → const WIN32_ERROR
- ERROR_CLUSTER_RESOURCES_MUST_BE_ONLINE_ON_THE_SAME_NODE → const WIN32_ERROR
- ERROR_CLUSTER_RESTYPE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CLUSTER_RHS_FAILED_INITIALIZATION → const WIN32_ERROR
- ERROR_CLUSTER_SHARED_VOLUME_FAILOVER_NOT_ALLOWED → const WIN32_ERROR
- ERROR_CLUSTER_SHARED_VOLUME_NOT_REDIRECTED → const WIN32_ERROR
- ERROR_CLUSTER_SHARED_VOLUME_REDIRECTED → const WIN32_ERROR
- ERROR_CLUSTER_SHARED_VOLUMES_IN_USE → const WIN32_ERROR
- ERROR_CLUSTER_SHUTTING_DOWN → const WIN32_ERROR
- ERROR_CLUSTER_SINGLETON_RESOURCE → const WIN32_ERROR
- ERROR_CLUSTER_SPACE_DEGRADED → const WIN32_ERROR
- ERROR_CLUSTER_SYSTEM_CONFIG_CHANGED → const WIN32_ERROR
- ERROR_CLUSTER_TOKEN_DELEGATION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CLUSTER_TOO_MANY_NODES → const WIN32_ERROR
- ERROR_CLUSTER_UPGRADE_FIX_QUORUM_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_CLUSTER_UPGRADE_IN_PROGRESS → const WIN32_ERROR
- ERROR_CLUSTER_UPGRADE_INCOMPATIBLE_VERSIONS → const WIN32_ERROR
- ERROR_CLUSTER_UPGRADE_INCOMPLETE → const WIN32_ERROR
- ERROR_CLUSTER_UPGRADE_RESTART_REQUIRED → const WIN32_ERROR
- ERROR_CLUSTER_USE_SHARED_VOLUMES_API → const WIN32_ERROR
- ERROR_CLUSTER_WATCHDOG_TERMINATING → const WIN32_ERROR
- ERROR_CLUSTER_WRONG_OS_VERSION → const WIN32_ERROR
- ERROR_CLUSTERLOG_CHKPOINT_NOT_FOUND → const WIN32_ERROR
- ERROR_CLUSTERLOG_CORRUPT → const WIN32_ERROR
- ERROR_CLUSTERLOG_EXCEEDS_MAXSIZE → const WIN32_ERROR
- ERROR_CLUSTERLOG_NOT_ENOUGH_SPACE → const WIN32_ERROR
- ERROR_CLUSTERLOG_RECORD_EXCEEDS_MAXSIZE → const WIN32_ERROR
- ERROR_CLUSTERSET_MANAGEMENT_CLUSTER_UNREACHABLE → const WIN32_ERROR
- ERROR_CNU_NOT_READY → const WIN32_ERROR
- ERROR_CNU_RUN_ALREADY_IN_PROGRESS → const WIN32_ERROR
- ERROR_CNU_RUN_NAME_NOT_FOUND → const WIN32_ERROR
- ERROR_CNU_RUN_NOT_IN_PROGRESS → const WIN32_ERROR
- ERROR_CNU_TEMPLATE_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_CNU_TEMPLATE_NAME_NOT_FOUND → const WIN32_ERROR
- ERROR_COLORSPACE_MISMATCH → const WIN32_ERROR
- ERROR_COM_TASK_STOP_PENDING → const WIN32_ERROR
- ERROR_COMMITMENT_LIMIT → const WIN32_ERROR
- ERROR_COMMITMENT_MINIMUM → const WIN32_ERROR
- ERROR_COMPRESSED_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_COMPRESSION_DISABLED → const WIN32_ERROR
- ERROR_COMPRESSION_NOT_ALLOWED_IN_TRANSACTION → const WIN32_ERROR
- ERROR_COMPRESSION_NOT_BENEFICIAL → const WIN32_ERROR
- ERROR_CONNECTED_OTHER_PASSWORD → const WIN32_ERROR
- ERROR_CONNECTED_OTHER_PASSWORD_DEFAULT → const WIN32_ERROR
- ERROR_CONNECTION_ABORTED → const WIN32_ERROR
- ERROR_CONNECTION_ACTIVE → const WIN32_ERROR
- ERROR_CONNECTION_COUNT_LIMIT → const WIN32_ERROR
- ERROR_CONNECTION_INVALID → const WIN32_ERROR
- ERROR_CONNECTION_REFUSED → const WIN32_ERROR
- ERROR_CONNECTION_UNAVAIL → const WIN32_ERROR
- ERROR_CONTAINER_ASSIGNED → const WIN32_ERROR
- ERROR_CONTENT_BLOCKED → const WIN32_ERROR
- ERROR_CONTEXT_EXPIRED → const WIN32_ERROR
- ERROR_CONTINUE → const WIN32_ERROR
- ERROR_CONTROL_C_EXIT → const WIN32_ERROR
- ERROR_CONTROL_ID_NOT_FOUND → const WIN32_ERROR
- ERROR_CONTROLLING_IEPORT → const WIN32_ERROR
- ERROR_CONVERT_TO_LARGE → const WIN32_ERROR
- ERROR_CORE_DRIVER_PACKAGE_NOT_FOUND → const WIN32_ERROR
- ERROR_CORE_RESOURCE → const WIN32_ERROR
- ERROR_CORRUPT_LOG_CLEARED → const WIN32_ERROR
- ERROR_CORRUPT_LOG_CORRUPTED → const WIN32_ERROR
- ERROR_CORRUPT_LOG_DELETED_FULL → const WIN32_ERROR
- ERROR_CORRUPT_LOG_OVERFULL → const WIN32_ERROR
- ERROR_CORRUPT_LOG_UNAVAILABLE → const WIN32_ERROR
- ERROR_CORRUPT_SYSTEM_FILE → const WIN32_ERROR
- ERROR_COULD_NOT_INTERPRET → const WIN32_ERROR
- ERROR_COULD_NOT_RESIZE_LOG → const WIN32_ERROR
- ERROR_COUNTER_TIMEOUT → const WIN32_ERROR
- ERROR_CPU_SET_INVALID → const WIN32_ERROR
- ERROR_CRASH_DUMP → const WIN32_ERROR
- ERROR_CRC → const WIN32_ERROR
- ERROR_CREATE_FAILED → const WIN32_ERROR
- ERROR_CRM_PROTOCOL_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_CRM_PROTOCOL_NOT_FOUND → const WIN32_ERROR
- ERROR_CROSS_PARTITION_VIOLATION → const WIN32_ERROR
- ERROR_CS_ENCRYPTION_EXISTING_ENCRYPTED_FILE → const WIN32_ERROR
- ERROR_CS_ENCRYPTION_FILE_NOT_CSE → const WIN32_ERROR
- ERROR_CS_ENCRYPTION_INVALID_SERVER_RESPONSE → const WIN32_ERROR
- ERROR_CS_ENCRYPTION_NEW_ENCRYPTED_FILE → const WIN32_ERROR
- ERROR_CS_ENCRYPTION_UNSUPPORTED_SERVER → const WIN32_ERROR
- ERROR_CSCSHARE_OFFLINE → const WIN32_ERROR
- ERROR_CSV_VOLUME_NOT_LOCAL → const WIN32_ERROR
- ERROR_CTLOG_INCONSISTENT_TRACKING_FILE → const WIN32_ERROR
- ERROR_CTLOG_INVALID_TRACKING_STATE → const WIN32_ERROR
- ERROR_CTLOG_LOGFILE_SIZE_EXCEEDED_MAXSIZE → const WIN32_ERROR
- ERROR_CTLOG_TRACKING_NOT_INITIALIZED → const WIN32_ERROR
- ERROR_CTLOG_VHD_CHANGED_OFFLINE → const WIN32_ERROR
- ERROR_CTX_ACCOUNT_RESTRICTION → const WIN32_ERROR
- ERROR_CTX_BAD_VIDEO_MODE → const WIN32_ERROR
- ERROR_CTX_CANNOT_MAKE_EVENTLOG_ENTRY → const WIN32_ERROR
- ERROR_CTX_CDM_CONNECT → const WIN32_ERROR
- ERROR_CTX_CDM_DISCONNECT → const WIN32_ERROR
- ERROR_CTX_CLIENT_LICENSE_IN_USE → const WIN32_ERROR
- ERROR_CTX_CLIENT_LICENSE_NOT_SET → const WIN32_ERROR
- ERROR_CTX_CLIENT_QUERY_TIMEOUT → const WIN32_ERROR
- ERROR_CTX_CLOSE_PENDING → const WIN32_ERROR
- ERROR_CTX_CONSOLE_CONNECT → const WIN32_ERROR
- ERROR_CTX_CONSOLE_DISCONNECT → const WIN32_ERROR
- ERROR_CTX_ENCRYPTION_LEVEL_REQUIRED → const WIN32_ERROR
- ERROR_CTX_GRAPHICS_INVALID → const WIN32_ERROR
- ERROR_CTX_INVALID_MODEMNAME → const WIN32_ERROR
- ERROR_CTX_INVALID_PD → const WIN32_ERROR
- ERROR_CTX_INVALID_WD → const WIN32_ERROR
- ERROR_CTX_LICENSE_CLIENT_INVALID → const WIN32_ERROR
- ERROR_CTX_LICENSE_EXPIRED → const WIN32_ERROR
- ERROR_CTX_LICENSE_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_CTX_LOGON_DISABLED → const WIN32_ERROR
- ERROR_CTX_MODEM_INF_NOT_FOUND → const WIN32_ERROR
- ERROR_CTX_MODEM_RESPONSE_BUSY → const WIN32_ERROR
- ERROR_CTX_MODEM_RESPONSE_ERROR → const WIN32_ERROR
- ERROR_CTX_MODEM_RESPONSE_NO_CARRIER → const WIN32_ERROR
- ERROR_CTX_MODEM_RESPONSE_NO_DIALTONE → const WIN32_ERROR
- ERROR_CTX_MODEM_RESPONSE_TIMEOUT → const WIN32_ERROR
- ERROR_CTX_MODEM_RESPONSE_VOICE → const WIN32_ERROR
- ERROR_CTX_NO_FORCE_LOGOFF → const WIN32_ERROR
- ERROR_CTX_NO_OUTBUF → const WIN32_ERROR
- ERROR_CTX_NOT_CONSOLE → const WIN32_ERROR
- ERROR_CTX_PD_NOT_FOUND → const WIN32_ERROR
- ERROR_CTX_SECURITY_LAYER_ERROR → const WIN32_ERROR
- ERROR_CTX_SERVICE_NAME_COLLISION → const WIN32_ERROR
- ERROR_CTX_SESSION_IN_USE → const WIN32_ERROR
- ERROR_CTX_SHADOW_DENIED → const WIN32_ERROR
- ERROR_CTX_SHADOW_DISABLED → const WIN32_ERROR
- ERROR_CTX_SHADOW_ENDED_BY_MODE_CHANGE → const WIN32_ERROR
- ERROR_CTX_SHADOW_INVALID → const WIN32_ERROR
- ERROR_CTX_SHADOW_NOT_RUNNING → const WIN32_ERROR
- ERROR_CTX_TD_ERROR → const WIN32_ERROR
- ERROR_CTX_WD_NOT_FOUND → const WIN32_ERROR
- ERROR_CTX_WINSTATION_ACCESS_DENIED → const WIN32_ERROR
- ERROR_CTX_WINSTATION_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_CTX_WINSTATION_BUSY → const WIN32_ERROR
- ERROR_CTX_WINSTATION_NAME_INVALID → const WIN32_ERROR
- ERROR_CTX_WINSTATION_NOT_FOUND → const WIN32_ERROR
- ERROR_CTX_WINSTATIONS_DISABLED → const WIN32_ERROR
- ERROR_CURRENT_DIRECTORY → const WIN32_ERROR
- ERROR_CURRENT_DOMAIN_NOT_ALLOWED → const WIN32_ERROR
- ERROR_CURRENT_TRANSACTION_NOT_VALID → const WIN32_ERROR
- ERROR_DATA_CHECKSUM_ERROR → const WIN32_ERROR
- ERROR_DATA_LOST_REPAIR → const WIN32_ERROR
- ERROR_DATA_NOT_ACCEPTED → const WIN32_ERROR
- ERROR_DATABASE_BACKUP_CORRUPT → const WIN32_ERROR
- ERROR_DATABASE_DOES_NOT_EXIST → const WIN32_ERROR
- ERROR_DATABASE_FAILURE → const WIN32_ERROR
- ERROR_DATABASE_FULL → const WIN32_ERROR
- ERROR_DATATYPE_MISMATCH → const WIN32_ERROR
- ERROR_DAX_MAPPING_EXISTS → const WIN32_ERROR
- ERROR_DBG_COMMAND_EXCEPTION → const WIN32_ERROR
- ERROR_DBG_CONTINUE → const WIN32_ERROR
- ERROR_DBG_CONTROL_BREAK → const WIN32_ERROR
- ERROR_DBG_CONTROL_C → const WIN32_ERROR
- ERROR_DBG_EXCEPTION_HANDLED → const WIN32_ERROR
- ERROR_DBG_EXCEPTION_NOT_HANDLED → const WIN32_ERROR
- ERROR_DBG_PRINTEXCEPTION_C → const WIN32_ERROR
- ERROR_DBG_REPLY_LATER → const WIN32_ERROR
- ERROR_DBG_RIPEXCEPTION → const WIN32_ERROR
- ERROR_DBG_TERMINATE_PROCESS → const WIN32_ERROR
- ERROR_DBG_TERMINATE_THREAD → const WIN32_ERROR
- ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE → const WIN32_ERROR
- ERROR_DC_NOT_FOUND → const WIN32_ERROR
- ERROR_DDE_FAIL → const WIN32_ERROR
- ERROR_DEBUG_ATTACH_FAILED → const WIN32_ERROR
- ERROR_DEBUGGER_INACTIVE → const WIN32_ERROR
- ERROR_DECRYPTION_FAILED → const WIN32_ERROR
- ERROR_DELAY_LOAD_FAILED → const WIN32_ERROR
- ERROR_DELETE_PENDING → const WIN32_ERROR
- ERROR_DELETING_EXISTING_APPLICATIONDATA_STORE_FAILED → const WIN32_ERROR
- ERROR_DELETING_ICM_XFORM → const WIN32_ERROR
- ERROR_DEPENDENCY_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_DEPENDENCY_NOT_ALLOWED → const WIN32_ERROR
- ERROR_DEPENDENCY_NOT_FOUND → const WIN32_ERROR
- ERROR_DEPENDENCY_TREE_TOO_COMPLEX → const WIN32_ERROR
- ERROR_DEPENDENT_RESOURCE_EXISTS → const WIN32_ERROR
- ERROR_DEPENDENT_RESOURCE_PROPERTY_CONFLICT → const WIN32_ERROR
- ERROR_DEPENDENT_SERVICES_RUNNING → const WIN32_ERROR
- ERROR_DEPLOYMENT_BLOCKED_BY_POLICY → const WIN32_ERROR
- ERROR_DEPLOYMENT_BLOCKED_BY_PROFILE_POLICY → const WIN32_ERROR
- ERROR_DEPLOYMENT_BLOCKED_BY_REMOVEDEFAULTPACKAGES_POLICY → const WIN32_ERROR
- ERROR_DEPLOYMENT_BLOCKED_BY_USER_LOG_OFF → const WIN32_ERROR
- ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_MACHINE → const WIN32_ERROR
- ERROR_DEPLOYMENT_BLOCKED_BY_VOLUME_POLICY_PACKAGE → const WIN32_ERROR
- ERROR_DEPLOYMENT_FAILED_CONFLICTING_MUTABLE_PACKAGE_DIRECTORY → const WIN32_ERROR
- ERROR_DEPLOYMENT_OPTION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_DESTINATION_ELEMENT_FULL → const WIN32_ERROR
- ERROR_DESTROY_OBJECT_OF_OTHER_THREAD → const WIN32_ERROR
- ERROR_DEV_NOT_EXIST → const WIN32_ERROR
- ERROR_DEV_SIDELOAD_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DEVICE_ALREADY_ATTACHED → const WIN32_ERROR
- ERROR_DEVICE_ALREADY_REMEMBERED → const WIN32_ERROR
- ERROR_DEVICE_DOOR_OPEN → const WIN32_ERROR
- ERROR_DEVICE_ENUMERATION_ERROR → const WIN32_ERROR
- ERROR_DEVICE_FEATURE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_DEVICE_HARDWARE_ERROR → const WIN32_ERROR
- ERROR_DEVICE_HINT_NAME_BUFFER_TOO_SMALL → const WIN32_ERROR
- ERROR_DEVICE_IN_MAINTENANCE → const WIN32_ERROR
- ERROR_DEVICE_IN_USE → const WIN32_ERROR
- ERROR_DEVICE_INSTALL_BLOCKED → const WIN32_ERROR
- ERROR_DEVICE_INSTALLER_NOT_READY → const WIN32_ERROR
- ERROR_DEVICE_INTERFACE_ACTIVE → const WIN32_ERROR
- ERROR_DEVICE_INTERFACE_REMOVED → const WIN32_ERROR
- ERROR_DEVICE_NO_RESOURCES → const WIN32_ERROR
- ERROR_DEVICE_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_DEVICE_NOT_CONNECTED → const WIN32_ERROR
- ERROR_DEVICE_NOT_PARTITIONED → const WIN32_ERROR
- ERROR_DEVICE_REINITIALIZATION_NEEDED → const WIN32_ERROR
- ERROR_DEVICE_REMOVED → const WIN32_ERROR
- ERROR_DEVICE_REQUIRES_CLEANING → const WIN32_ERROR
- ERROR_DEVICE_RESET_REQUIRED → const WIN32_ERROR
- ERROR_DEVICE_SUPPORT_IN_PROGRESS → const WIN32_ERROR
- ERROR_DEVICE_UNREACHABLE → const WIN32_ERROR
- ERROR_DEVINFO_DATA_LOCKED → const WIN32_ERROR
- ERROR_DEVINFO_LIST_LOCKED → const WIN32_ERROR
- ERROR_DEVINFO_NOT_REGISTERED → const WIN32_ERROR
- ERROR_DEVINST_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_DEVINSTALL_QUEUE_NONNATIVE → const WIN32_ERROR
- ERROR_DHCP_ADDRESS_CONFLICT → const WIN32_ERROR
- ERROR_DI_BAD_PATH → const WIN32_ERROR
- ERROR_DI_DO_DEFAULT → const WIN32_ERROR
- ERROR_DI_DONT_INSTALL → const WIN32_ERROR
- ERROR_DI_FUNCTION_OBSOLETE → const WIN32_ERROR
- ERROR_DI_NOFILECOPY → const WIN32_ERROR
- ERROR_DI_POSTPROCESSING_REQUIRED → const WIN32_ERROR
- ERROR_DIF_BINDING_API_NOT_FOUND → const WIN32_ERROR
- ERROR_DIF_DRIVER_PLUGIN_MISMATCH → const WIN32_ERROR
- ERROR_DIF_DRIVER_THUNKS_NOT_ALLOWED → const WIN32_ERROR
- ERROR_DIF_IOCALLBACK_NOT_REPLACED → const WIN32_ERROR
- ERROR_DIF_LIVEDUMP_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DIF_VOLATILE_DRIVER_HOTPATCHED → const WIN32_ERROR
- ERROR_DIF_VOLATILE_DRIVER_IS_NOT_RUNNING → const WIN32_ERROR
- ERROR_DIF_VOLATILE_INVALID_INFO → const WIN32_ERROR
- ERROR_DIF_VOLATILE_NOT_ALLOWED → const WIN32_ERROR
- ERROR_DIF_VOLATILE_PLUGIN_CHANGE_NOT_ALLOWED → const WIN32_ERROR
- ERROR_DIF_VOLATILE_PLUGIN_IS_NOT_RUNNING → const WIN32_ERROR
- ERROR_DIF_VOLATILE_SECTION_NOT_LOCKED → const WIN32_ERROR
- ERROR_DIF_ZERO_SIZE_INFORMATION → const WIN32_ERROR
- ERROR_DIFFERENT_PROFILE_RESOURCE_MANAGER_EXIST → const WIN32_ERROR
- ERROR_DIFFERENT_SERVICE_ACCOUNT → const WIN32_ERROR
- ERROR_DIFFERENT_VERSION_OF_PACKAGED_SERVICE_INSTALLED → const WIN32_ERROR
- ERROR_DIR_EFS_DISALLOWED → const WIN32_ERROR
- ERROR_DIR_NOT_EMPTY → const WIN32_ERROR
- ERROR_DIR_NOT_ROOT → const WIN32_ERROR
- ERROR_DIRECT_ACCESS_HANDLE → const WIN32_ERROR
- ERROR_DIRECTORY → const WIN32_ERROR
- ERROR_DIRECTORY_NOT_RM → const WIN32_ERROR
- ERROR_DIRECTORY_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_DISCARDED → const WIN32_ERROR
- ERROR_DISK_CHANGE → const WIN32_ERROR
- ERROR_DISK_CORRUPT → const WIN32_ERROR
- ERROR_DISK_FULL → const WIN32_ERROR
- ERROR_DISK_NOT_CSV_CAPABLE → const WIN32_ERROR
- ERROR_DISK_OPERATION_FAILED → const WIN32_ERROR
- ERROR_DISK_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_DISK_RECALIBRATE_FAILED → const WIN32_ERROR
- ERROR_DISK_REPAIR_DISABLED → const WIN32_ERROR
- ERROR_DISK_REPAIR_REDIRECTED → const WIN32_ERROR
- ERROR_DISK_REPAIR_UNSUCCESSFUL → const WIN32_ERROR
- ERROR_DISK_RESET_FAILED → const WIN32_ERROR
- ERROR_DISK_RESOURCES_EXHAUSTED → const WIN32_ERROR
- ERROR_DISK_TOO_FRAGMENTED → const WIN32_ERROR
- ERROR_DLL_INIT_FAILED → const WIN32_ERROR
- ERROR_DLL_INIT_FAILED_LOGOFF → const WIN32_ERROR
- ERROR_DLL_MIGHT_BE_INCOMPATIBLE → const WIN32_ERROR
- ERROR_DLL_MIGHT_BE_INSECURE → const WIN32_ERROR
- ERROR_DLL_NOT_FOUND → const WIN32_ERROR
- ERROR_DLP_POLICY_DENIES_OPERATION → const WIN32_ERROR
- ERROR_DLP_POLICY_SILENTLY_FAIL → const WIN32_ERROR
- ERROR_DLP_POLICY_WARNS_AGAINST_OPERATION → const WIN32_ERROR
- ERROR_DOMAIN_CONTROLLER_EXISTS → const WIN32_ERROR
- ERROR_DOMAIN_CONTROLLER_NOT_FOUND → const WIN32_ERROR
- ERROR_DOMAIN_CTRLR_CONFIG_ERROR → const WIN32_ERROR
- ERROR_DOMAIN_EXISTS → const WIN32_ERROR
- ERROR_DOMAIN_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DOMAIN_SID_SAME_AS_LOCAL_WORKSTATION → const WIN32_ERROR
- ERROR_DOMAIN_TRUST_INCONSISTENT → const WIN32_ERROR
- ERROR_DOWNGRADE_DETECTED → const WIN32_ERROR
- ERROR_DPL_NOT_SUPPORTED_FOR_USER → const WIN32_ERROR
- ERROR_DRIVE_LOCKED → const WIN32_ERROR
- ERROR_DRIVE_MEDIA_MISMATCH → const WIN32_ERROR
- ERROR_DRIVER_BLOCKED → const WIN32_ERROR
- ERROR_DRIVER_CANCEL_TIMEOUT → const WIN32_ERROR
- ERROR_DRIVER_DATABASE_ERROR → const WIN32_ERROR
- ERROR_DRIVER_FAILED_PRIOR_UNLOAD → const WIN32_ERROR
- ERROR_DRIVER_FAILED_SLEEP → const WIN32_ERROR
- ERROR_DRIVER_INSTALL_BLOCKED → const WIN32_ERROR
- ERROR_DRIVER_NONNATIVE → const WIN32_ERROR
- ERROR_DRIVER_PROCESS_TERMINATED → const WIN32_ERROR
- ERROR_DRIVER_STORE_ADD_FAILED → const WIN32_ERROR
- ERROR_DRIVER_STORE_DELETE_FAILED → const WIN32_ERROR
- ERROR_DRIVERS_LEAKING_LOCKED_PAGES → const WIN32_ERROR
- ERROR_DS_ADD_REPLICA_INHIBITED → const WIN32_ERROR
- ERROR_DS_ADMIN_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DS_AFFECTS_MULTIPLE_DSAS → const WIN32_ERROR
- ERROR_DS_AG_CANT_HAVE_UNIVERSAL_MEMBER → const WIN32_ERROR
- ERROR_DS_ALIAS_DEREF_PROBLEM → const WIN32_ERROR
- ERROR_DS_ALIAS_POINTS_TO_ALIAS → const WIN32_ERROR
- ERROR_DS_ALIAS_PROBLEM → const WIN32_ERROR
- ERROR_DS_ALIASED_OBJ_MISSING → const WIN32_ERROR
- ERROR_DS_ATT_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_DS_ATT_IS_NOT_ON_OBJ → const WIN32_ERROR
- ERROR_DS_ATT_NOT_DEF_FOR_CLASS → const WIN32_ERROR
- ERROR_DS_ATT_NOT_DEF_IN_SCHEMA → const WIN32_ERROR
- ERROR_DS_ATT_SCHEMA_REQ_ID → const WIN32_ERROR
- ERROR_DS_ATT_SCHEMA_REQ_SYNTAX → const WIN32_ERROR
- ERROR_DS_ATT_VAL_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_DS_ATTRIBUTE_OR_VALUE_EXISTS → const WIN32_ERROR
- ERROR_DS_ATTRIBUTE_OWNED_BY_SAM → const WIN32_ERROR
- ERROR_DS_ATTRIBUTE_TYPE_UNDEFINED → const WIN32_ERROR
- ERROR_DS_AUDIT_FAILURE → const WIN32_ERROR
- ERROR_DS_AUTH_METHOD_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_DS_AUTH_UNKNOWN → const WIN32_ERROR
- ERROR_DS_AUTHORIZATION_FAILED → const WIN32_ERROR
- ERROR_DS_AUX_CLS_TEST_FAIL → const WIN32_ERROR
- ERROR_DS_BACKLINK_WITHOUT_LINK → const WIN32_ERROR
- ERROR_DS_BAD_ATT_SCHEMA_SYNTAX → const WIN32_ERROR
- ERROR_DS_BAD_HIERARCHY_FILE → const WIN32_ERROR
- ERROR_DS_BAD_INSTANCE_TYPE → const WIN32_ERROR
- ERROR_DS_BAD_NAME_SYNTAX → const WIN32_ERROR
- ERROR_DS_BAD_RDN_ATT_ID_SYNTAX → const WIN32_ERROR
- ERROR_DS_BUILD_HIERARCHY_TABLE_FAILED → const WIN32_ERROR
- ERROR_DS_BUSY → const WIN32_ERROR
- ERROR_DS_CANT_ACCESS_REMOTE_PART_OF_AD → const WIN32_ERROR
- ERROR_DS_CANT_ADD_ATT_VALUES → const WIN32_ERROR
- ERROR_DS_CANT_ADD_SYSTEM_ONLY → const WIN32_ERROR
- ERROR_DS_CANT_ADD_TO_GC → const WIN32_ERROR
- ERROR_DS_CANT_CACHE_ATT → const WIN32_ERROR
- ERROR_DS_CANT_CACHE_CLASS → const WIN32_ERROR
- ERROR_DS_CANT_CREATE_IN_NONDOMAIN_NC → const WIN32_ERROR
- ERROR_DS_CANT_CREATE_UNDER_SCHEMA → const WIN32_ERROR
- ERROR_DS_CANT_DEL_MASTER_CROSSREF → const WIN32_ERROR
- ERROR_DS_CANT_DELETE → const WIN32_ERROR
- ERROR_DS_CANT_DELETE_DSA_OBJ → const WIN32_ERROR
- ERROR_DS_CANT_DEMOTE_WITH_WRITEABLE_NC → const WIN32_ERROR
- ERROR_DS_CANT_DEREF_ALIAS → const WIN32_ERROR
- ERROR_DS_CANT_DERIVE_SPN_FOR_DELETED_DOMAIN → const WIN32_ERROR
- ERROR_DS_CANT_DERIVE_SPN_WITHOUT_SERVER_REF → const WIN32_ERROR
- ERROR_DS_CANT_FIND_DC_FOR_SRC_DOMAIN → const WIN32_ERROR
- ERROR_DS_CANT_FIND_DSA_OBJ → const WIN32_ERROR
- ERROR_DS_CANT_FIND_EXPECTED_NC → const WIN32_ERROR
- ERROR_DS_CANT_FIND_NC_IN_CACHE → const WIN32_ERROR
- ERROR_DS_CANT_MIX_MASTER_AND_REPS → const WIN32_ERROR
- ERROR_DS_CANT_MOD_OBJ_CLASS → const WIN32_ERROR
- ERROR_DS_CANT_MOD_PRIMARYGROUPID → const WIN32_ERROR
- ERROR_DS_CANT_MOD_SYSTEM_ONLY → const WIN32_ERROR
- ERROR_DS_CANT_MOVE_ACCOUNT_GROUP → const WIN32_ERROR
- ERROR_DS_CANT_MOVE_APP_BASIC_GROUP → const WIN32_ERROR
- ERROR_DS_CANT_MOVE_APP_QUERY_GROUP → const WIN32_ERROR
- ERROR_DS_CANT_MOVE_DELETED_OBJECT → const WIN32_ERROR
- ERROR_DS_CANT_MOVE_RESOURCE_GROUP → const WIN32_ERROR
- ERROR_DS_CANT_ON_NON_LEAF → const WIN32_ERROR
- ERROR_DS_CANT_ON_RDN → const WIN32_ERROR
- ERROR_DS_CANT_REM_MISSING_ATT → const WIN32_ERROR
- ERROR_DS_CANT_REM_MISSING_ATT_VAL → const WIN32_ERROR
- ERROR_DS_CANT_REMOVE_ATT_CACHE → const WIN32_ERROR
- ERROR_DS_CANT_REMOVE_CLASS_CACHE → const WIN32_ERROR
- ERROR_DS_CANT_REPLACE_HIDDEN_REC → const WIN32_ERROR
- ERROR_DS_CANT_RETRIEVE_ATTS → const WIN32_ERROR
- ERROR_DS_CANT_RETRIEVE_CHILD → const WIN32_ERROR
- ERROR_DS_CANT_RETRIEVE_DN → const WIN32_ERROR
- ERROR_DS_CANT_RETRIEVE_INSTANCE → const WIN32_ERROR
- ERROR_DS_CANT_RETRIEVE_SD → const WIN32_ERROR
- ERROR_DS_CANT_START → const WIN32_ERROR
- ERROR_DS_CANT_TREE_DELETE_CRITICAL_OBJ → const WIN32_ERROR
- ERROR_DS_CANT_WITH_ACCT_GROUP_MEMBERSHPS → const WIN32_ERROR
- ERROR_DS_CHILDREN_EXIST → const WIN32_ERROR
- ERROR_DS_CLASS_MUST_BE_CONCRETE → const WIN32_ERROR
- ERROR_DS_CLASS_NOT_DSA → const WIN32_ERROR
- ERROR_DS_CLIENT_LOOP → const WIN32_ERROR
- ERROR_DS_CODE_INCONSISTENCY → const WIN32_ERROR
- ERROR_DS_COMPARE_FALSE → const WIN32_ERROR
- ERROR_DS_COMPARE_TRUE → const WIN32_ERROR
- ERROR_DS_CONFIDENTIALITY_REQUIRED → const WIN32_ERROR
- ERROR_DS_CONFIG_PARAM_MISSING → const WIN32_ERROR
- ERROR_DS_CONSTRAINT_VIOLATION → const WIN32_ERROR
- ERROR_DS_CONSTRUCTED_ATT_MOD → const WIN32_ERROR
- ERROR_DS_CONTROL_NOT_FOUND → const WIN32_ERROR
- ERROR_DS_COULDNT_CONTACT_FSMO → const WIN32_ERROR
- ERROR_DS_COULDNT_IDENTIFY_OBJECTS_FOR_TREE_DELETE → const WIN32_ERROR
- ERROR_DS_COULDNT_LOCK_TREE_FOR_DELETE → const WIN32_ERROR
- ERROR_DS_COULDNT_UPDATE_SPNS → const WIN32_ERROR
- ERROR_DS_COUNTING_AB_INDICES_FAILED → const WIN32_ERROR
- ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE → const WIN32_ERROR
- ERROR_DS_CR_IMPOSSIBLE_TO_VALIDATE_V2 → const WIN32_ERROR
- ERROR_DS_CROSS_DOM_MOVE_ERROR → const WIN32_ERROR
- ERROR_DS_CROSS_DOMAIN_CLEANUP_REQD → const WIN32_ERROR
- ERROR_DS_CROSS_NC_DN_RENAME → const WIN32_ERROR
- ERROR_DS_CROSS_REF_BUSY → const WIN32_ERROR
- ERROR_DS_CROSS_REF_EXISTS → const WIN32_ERROR
- ERROR_DS_DATABASE_ERROR → const WIN32_ERROR
- ERROR_DS_DECODING_ERROR → const WIN32_ERROR
- ERROR_DS_DESTINATION_AUDITING_NOT_ENABLED → const WIN32_ERROR
- ERROR_DS_DESTINATION_DOMAIN_NOT_IN_FOREST → const WIN32_ERROR
- ERROR_DS_DIFFERENT_REPL_EPOCHS → const WIN32_ERROR
- ERROR_DS_DISALLOWED_IN_SYSTEM_CONTAINER → const WIN32_ERROR
- ERROR_DS_DISALLOWED_NC_REDIRECT → const WIN32_ERROR
- ERROR_DS_DNS_LOOKUP_FAILURE → const WIN32_ERROR
- ERROR_DS_DOMAIN_NAME_EXISTS_IN_FOREST → const WIN32_ERROR
- ERROR_DS_DOMAIN_RENAME_IN_PROGRESS → const WIN32_ERROR
- ERROR_DS_DOMAIN_VERSION_TOO_HIGH → const WIN32_ERROR
- ERROR_DS_DOMAIN_VERSION_TOO_LOW → const WIN32_ERROR
- ERROR_DS_DRA_ABANDON_SYNC → const WIN32_ERROR
- ERROR_DS_DRA_ACCESS_DENIED → const WIN32_ERROR
- ERROR_DS_DRA_BAD_DN → const WIN32_ERROR
- ERROR_DS_DRA_BAD_INSTANCE_TYPE → const WIN32_ERROR
- ERROR_DS_DRA_BAD_NC → const WIN32_ERROR
- ERROR_DS_DRA_BUSY → const WIN32_ERROR
- ERROR_DS_DRA_CONNECTION_FAILED → const WIN32_ERROR
- ERROR_DS_DRA_CORRUPT_UTD_VECTOR → const WIN32_ERROR
- ERROR_DS_DRA_DB_ERROR → const WIN32_ERROR
- ERROR_DS_DRA_DN_EXISTS → const WIN32_ERROR
- ERROR_DS_DRA_EARLIER_SCHEMA_CONFLICT → const WIN32_ERROR
- ERROR_DS_DRA_EXTN_CONNECTION_FAILED → const WIN32_ERROR
- ERROR_DS_DRA_GENERIC → const WIN32_ERROR
- ERROR_DS_DRA_INCOMPATIBLE_PARTIAL_SET → const WIN32_ERROR
- ERROR_DS_DRA_INCONSISTENT_DIT → const WIN32_ERROR
- ERROR_DS_DRA_INTERNAL_ERROR → const WIN32_ERROR
- ERROR_DS_DRA_INVALID_PARAMETER → const WIN32_ERROR
- ERROR_DS_DRA_MAIL_PROBLEM → const WIN32_ERROR
- ERROR_DS_DRA_MISSING_KRBTGT_SECRET → const WIN32_ERROR
- ERROR_DS_DRA_MISSING_PARENT → const WIN32_ERROR
- ERROR_DS_DRA_NAME_COLLISION → const WIN32_ERROR
- ERROR_DS_DRA_NO_REPLICA → const WIN32_ERROR
- ERROR_DS_DRA_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_DS_DRA_OBJ_IS_REP_SOURCE → const WIN32_ERROR
- ERROR_DS_DRA_OBJ_NC_MISMATCH → const WIN32_ERROR
- ERROR_DS_DRA_OUT_OF_MEM → const WIN32_ERROR
- ERROR_DS_DRA_OUT_SCHEDULE_WINDOW → const WIN32_ERROR
- ERROR_DS_DRA_PREEMPTED → const WIN32_ERROR
- ERROR_DS_DRA_RECYCLED_TARGET → const WIN32_ERROR
- ERROR_DS_DRA_REF_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_DS_DRA_REF_NOT_FOUND → const WIN32_ERROR
- ERROR_DS_DRA_REPL_PENDING → const WIN32_ERROR
- ERROR_DS_DRA_RPC_CANCELLED → const WIN32_ERROR
- ERROR_DS_DRA_SCHEMA_CONFLICT → const WIN32_ERROR
- ERROR_DS_DRA_SCHEMA_INFO_SHIP → const WIN32_ERROR
- ERROR_DS_DRA_SCHEMA_MISMATCH → const WIN32_ERROR
- ERROR_DS_DRA_SECRETS_DENIED → const WIN32_ERROR
- ERROR_DS_DRA_SHUTDOWN → const WIN32_ERROR
- ERROR_DS_DRA_SINK_DISABLED → const WIN32_ERROR
- ERROR_DS_DRA_SOURCE_DISABLED → const WIN32_ERROR
- ERROR_DS_DRA_SOURCE_IS_PARTIAL_REPLICA → const WIN32_ERROR
- ERROR_DS_DRA_SOURCE_REINSTALLED → const WIN32_ERROR
- ERROR_DS_DRS_EXTENSIONS_CHANGED → const WIN32_ERROR
- ERROR_DS_DS_REQUIRED → const WIN32_ERROR
- ERROR_DS_DSA_MUST_BE_INT_MASTER → const WIN32_ERROR
- ERROR_DS_DST_DOMAIN_NOT_NATIVE → const WIN32_ERROR
- ERROR_DS_DST_NC_MISMATCH → const WIN32_ERROR
- ERROR_DS_DUP_LDAP_DISPLAY_NAME → const WIN32_ERROR
- ERROR_DS_DUP_LINK_ID → const WIN32_ERROR
- ERROR_DS_DUP_MAPI_ID → const WIN32_ERROR
- ERROR_DS_DUP_MSDS_INTID → const WIN32_ERROR
- ERROR_DS_DUP_OID → const WIN32_ERROR
- ERROR_DS_DUP_RDN → const WIN32_ERROR
- ERROR_DS_DUP_SCHEMA_ID_GUID → const WIN32_ERROR
- ERROR_DS_DUPLICATE_ID_FOUND → const WIN32_ERROR
- ERROR_DS_ENCODING_ERROR → const WIN32_ERROR
- ERROR_DS_EPOCH_MISMATCH → const WIN32_ERROR
- ERROR_DS_EXISTING_AD_CHILD_NC → const WIN32_ERROR
- ERROR_DS_EXISTS_IN_AUX_CLS → const WIN32_ERROR
- ERROR_DS_EXISTS_IN_MAY_HAVE → const WIN32_ERROR
- ERROR_DS_EXISTS_IN_MUST_HAVE → const WIN32_ERROR
- ERROR_DS_EXISTS_IN_POSS_SUP → const WIN32_ERROR
- ERROR_DS_EXISTS_IN_RDNATTID → const WIN32_ERROR
- ERROR_DS_EXISTS_IN_SUB_CLS → const WIN32_ERROR
- ERROR_DS_FILTER_UNKNOWN → const WIN32_ERROR
- ERROR_DS_FILTER_USES_CONTRUCTED_ATTRS → const WIN32_ERROR
- ERROR_DS_FLAT_NAME_EXISTS_IN_FOREST → const WIN32_ERROR
- ERROR_DS_FOREST_VERSION_TOO_HIGH → const WIN32_ERROR
- ERROR_DS_FOREST_VERSION_TOO_LOW → const WIN32_ERROR
- ERROR_DS_GC_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_DS_GC_REQUIRED → const WIN32_ERROR
- ERROR_DS_GCVERIFY_ERROR → const WIN32_ERROR
- ERROR_DS_GENERIC_ERROR → const WIN32_ERROR
- ERROR_DS_GLOBAL_CANT_HAVE_CROSSDOMAIN_MEMBER → const WIN32_ERROR
- ERROR_DS_GLOBAL_CANT_HAVE_LOCAL_MEMBER → const WIN32_ERROR
- ERROR_DS_GLOBAL_CANT_HAVE_UNIVERSAL_MEMBER → const WIN32_ERROR
- ERROR_DS_GOVERNSID_MISSING → const WIN32_ERROR
- ERROR_DS_GROUP_CONVERSION_ERROR → const WIN32_ERROR
- ERROR_DS_HAVE_PRIMARY_MEMBERS → const WIN32_ERROR
- ERROR_DS_HIERARCHY_TABLE_MALLOC_FAILED → const WIN32_ERROR
- ERROR_DS_HIERARCHY_TABLE_TOO_DEEP → const WIN32_ERROR
- ERROR_DS_HIGH_ADLDS_FFL → const WIN32_ERROR
- ERROR_DS_HIGH_DSA_VERSION → const WIN32_ERROR
- ERROR_DS_ILLEGAL_BASE_SCHEMA_MOD → const WIN32_ERROR
- ERROR_DS_ILLEGAL_MOD_OPERATION → const WIN32_ERROR
- ERROR_DS_ILLEGAL_SUPERIOR → const WIN32_ERROR
- ERROR_DS_ILLEGAL_XDOM_MOVE_OPERATION → const WIN32_ERROR
- ERROR_DS_INAPPROPRIATE_AUTH → const WIN32_ERROR
- ERROR_DS_INAPPROPRIATE_MATCHING → const WIN32_ERROR
- ERROR_DS_INCOMPATIBLE_CONTROLS_USED → const WIN32_ERROR
- ERROR_DS_INCOMPATIBLE_VERSION → const WIN32_ERROR
- ERROR_DS_INCORRECT_ROLE_OWNER → const WIN32_ERROR
- ERROR_DS_INIT_FAILURE → const WIN32_ERROR
- ERROR_DS_INIT_FAILURE_CONSOLE → const WIN32_ERROR
- ERROR_DS_INSTALL_NO_SCH_VERSION_IN_INIFILE → const WIN32_ERROR
- ERROR_DS_INSTALL_NO_SRC_SCH_VERSION → const WIN32_ERROR
- ERROR_DS_INSTALL_SCHEMA_MISMATCH → const WIN32_ERROR
- ERROR_DS_INSUFF_ACCESS_RIGHTS → const WIN32_ERROR
- ERROR_DS_INSUFFICIENT_ATTR_TO_CREATE_OBJECT → const WIN32_ERROR
- ERROR_DS_INTERNAL_FAILURE → const WIN32_ERROR
- ERROR_DS_INVALID_ATTRIBUTE_SYNTAX → const WIN32_ERROR
- ERROR_DS_INVALID_DMD → const WIN32_ERROR
- ERROR_DS_INVALID_DN_SYNTAX → const WIN32_ERROR
- ERROR_DS_INVALID_GROUP_TYPE → const WIN32_ERROR
- ERROR_DS_INVALID_LDAP_DISPLAY_NAME → const WIN32_ERROR
- ERROR_DS_INVALID_NAME_FOR_SPN → const WIN32_ERROR
- ERROR_DS_INVALID_ROLE_OWNER → const WIN32_ERROR
- ERROR_DS_INVALID_SCRIPT → const WIN32_ERROR
- ERROR_DS_INVALID_SEARCH_FLAG → const WIN32_ERROR
- ERROR_DS_INVALID_SEARCH_FLAG_SUBTREE → const WIN32_ERROR
- ERROR_DS_INVALID_SEARCH_FLAG_TUPLE → const WIN32_ERROR
- ERROR_DS_IS_LEAF → const WIN32_ERROR
- ERROR_DS_JET_RECORD_TOO_BIG → const WIN32_ERROR
- ERROR_DS_KEY_NOT_UNIQUE → const WIN32_ERROR
- ERROR_DS_LDAP_SEND_QUEUE_FULL → const WIN32_ERROR
- ERROR_DS_LINK_ID_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_DS_LOCAL_CANT_HAVE_CROSSDOMAIN_LOCAL_MEMBER → const WIN32_ERROR
- ERROR_DS_LOCAL_ERROR → const WIN32_ERROR
- ERROR_DS_LOCAL_MEMBER_OF_LOCAL_ONLY → const WIN32_ERROR
- ERROR_DS_LOOP_DETECT → const WIN32_ERROR
- ERROR_DS_LOW_ADLDS_FFL → const WIN32_ERROR
- ERROR_DS_LOW_DSA_VERSION → const WIN32_ERROR
- ERROR_DS_MACHINE_ACCOUNT_CREATED_PRENT4 → const WIN32_ERROR
- ERROR_DS_MACHINE_ACCOUNT_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_DS_MAPI_ID_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_DS_MASTERDSA_REQUIRED → const WIN32_ERROR
- ERROR_DS_MAX_OBJ_SIZE_EXCEEDED → const WIN32_ERROR
- ERROR_DS_MEMBERSHIP_EVALUATED_LOCALLY → const WIN32_ERROR
- ERROR_DS_MISSING_EXPECTED_ATT → const WIN32_ERROR
- ERROR_DS_MISSING_FOREST_TRUST → const WIN32_ERROR
- ERROR_DS_MISSING_FSMO_SETTINGS → const WIN32_ERROR
- ERROR_DS_MISSING_INFRASTRUCTURE_CONTAINER → const WIN32_ERROR
- ERROR_DS_MISSING_REQUIRED_ATT → const WIN32_ERROR
- ERROR_DS_MISSING_SUPREF → const WIN32_ERROR
- ERROR_DS_MODIFYDN_DISALLOWED_BY_FLAG → const WIN32_ERROR
- ERROR_DS_MODIFYDN_DISALLOWED_BY_INSTANCE_TYPE → const WIN32_ERROR
- ERROR_DS_MODIFYDN_WRONG_GRANDPARENT → const WIN32_ERROR
- ERROR_DS_MUST_BE_RUN_ON_DST_DC → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_DOMAIN_ONLY → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_NO_MAPPING → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_NO_SYNTACTICAL_MAPPING → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_NOT_FOUND → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_NOT_UNIQUE → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_RESOLVING → const WIN32_ERROR
- ERROR_DS_NAME_ERROR_TRUST_REFERRAL → const WIN32_ERROR
- ERROR_DS_NAME_NOT_UNIQUE → const WIN32_ERROR
- ERROR_DS_NAME_REFERENCE_INVALID → const WIN32_ERROR
- ERROR_DS_NAME_TOO_LONG → const WIN32_ERROR
- ERROR_DS_NAME_TOO_MANY_PARTS → const WIN32_ERROR
- ERROR_DS_NAME_TYPE_UNKNOWN → const WIN32_ERROR
- ERROR_DS_NAME_UNPARSEABLE → const WIN32_ERROR
- ERROR_DS_NAME_VALUE_TOO_LONG → const WIN32_ERROR
- ERROR_DS_NAMING_MASTER_GC → const WIN32_ERROR
- ERROR_DS_NAMING_VIOLATION → const WIN32_ERROR
- ERROR_DS_NC_MUST_HAVE_NC_PARENT → const WIN32_ERROR
- ERROR_DS_NC_STILL_HAS_DSAS → const WIN32_ERROR
- ERROR_DS_NCNAME_MISSING_CR_REF → const WIN32_ERROR
- ERROR_DS_NCNAME_MUST_BE_NC → const WIN32_ERROR
- ERROR_DS_NO_ATTRIBUTE_OR_VALUE → const WIN32_ERROR
- ERROR_DS_NO_BEHAVIOR_VERSION_IN_MIXEDDOMAIN → const WIN32_ERROR
- ERROR_DS_NO_CHAINED_EVAL → const WIN32_ERROR
- ERROR_DS_NO_CHAINING → const WIN32_ERROR
- ERROR_DS_NO_CHECKPOINT_WITH_PDC → const WIN32_ERROR
- ERROR_DS_NO_CROSSREF_FOR_NC → const WIN32_ERROR
- ERROR_DS_NO_DELETED_NAME → const WIN32_ERROR
- ERROR_DS_NO_FPO_IN_UNIVERSAL_GROUPS → const WIN32_ERROR
- ERROR_DS_NO_MORE_RIDS → const WIN32_ERROR
- ERROR_DS_NO_MSDS_INTID → const WIN32_ERROR
- ERROR_DS_NO_NEST_GLOBALGROUP_IN_MIXEDDOMAIN → const WIN32_ERROR
- ERROR_DS_NO_NEST_LOCALGROUP_IN_MIXEDDOMAIN → const WIN32_ERROR
- ERROR_DS_NO_NTDSA_OBJECT → const WIN32_ERROR
- ERROR_DS_NO_OBJECT_MOVE_IN_SCHEMA_NC → const WIN32_ERROR
- ERROR_DS_NO_PARENT_OBJECT → const WIN32_ERROR
- ERROR_DS_NO_PKT_PRIVACY_ON_CONNECTION → const WIN32_ERROR
- ERROR_DS_NO_RDN_DEFINED_IN_SCHEMA → const WIN32_ERROR
- ERROR_DS_NO_REF_DOMAIN → const WIN32_ERROR
- ERROR_DS_NO_REQUESTED_ATTS_FOUND → const WIN32_ERROR
- ERROR_DS_NO_RESULTS_RETURNED → const WIN32_ERROR
- ERROR_DS_NO_RIDS_ALLOCATED → const WIN32_ERROR
- ERROR_DS_NO_SERVER_OBJECT → const WIN32_ERROR
- ERROR_DS_NO_SUCH_OBJECT → const WIN32_ERROR
- ERROR_DS_NO_TREE_DELETE_ABOVE_NC → const WIN32_ERROR
- ERROR_DS_NON_ASQ_SEARCH → const WIN32_ERROR
- ERROR_DS_NON_BASE_SEARCH → const WIN32_ERROR
- ERROR_DS_NONEXISTENT_MAY_HAVE → const WIN32_ERROR
- ERROR_DS_NONEXISTENT_MUST_HAVE → const WIN32_ERROR
- ERROR_DS_NONEXISTENT_POSS_SUP → const WIN32_ERROR
- ERROR_DS_NONSAFE_SCHEMA_CHANGE → const WIN32_ERROR
- ERROR_DS_NOT_AN_OBJECT → const WIN32_ERROR
- ERROR_DS_NOT_AUTHORITIVE_FOR_DST_NC → const WIN32_ERROR
- ERROR_DS_NOT_CLOSEST → const WIN32_ERROR
- ERROR_DS_NOT_INSTALLED → const WIN32_ERROR
- ERROR_DS_NOT_ON_BACKLINK → const WIN32_ERROR
- ERROR_DS_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_DS_NOT_SUPPORTED_SORT_ORDER → const WIN32_ERROR
- ERROR_DS_NOTIFY_FILTER_TOO_COMPLEX → const WIN32_ERROR
- ERROR_DS_NTDSCRIPT_PROCESS_ERROR → const WIN32_ERROR
- ERROR_DS_NTDSCRIPT_SYNTAX_ERROR → const WIN32_ERROR
- ERROR_DS_OBJ_CLASS_NOT_DEFINED → const WIN32_ERROR
- ERROR_DS_OBJ_CLASS_NOT_SUBCLASS → const WIN32_ERROR
- ERROR_DS_OBJ_CLASS_VIOLATION → const WIN32_ERROR
- ERROR_DS_OBJ_GUID_EXISTS → const WIN32_ERROR
- ERROR_DS_OBJ_NOT_FOUND → const WIN32_ERROR
- ERROR_DS_OBJ_STRING_NAME_EXISTS → const WIN32_ERROR
- ERROR_DS_OBJ_TOO_LARGE → const WIN32_ERROR
- ERROR_DS_OBJECT_BEING_REMOVED → const WIN32_ERROR
- ERROR_DS_OBJECT_CLASS_REQUIRED → const WIN32_ERROR
- ERROR_DS_OBJECT_RESULTS_TOO_LARGE → const WIN32_ERROR
- ERROR_DS_OFFSET_RANGE_ERROR → const WIN32_ERROR
- ERROR_DS_OID_MAPPED_GROUP_CANT_HAVE_MEMBERS → const WIN32_ERROR
- ERROR_DS_OID_NOT_FOUND → const WIN32_ERROR
- ERROR_DS_OPERATIONS_ERROR → const WIN32_ERROR
- ERROR_DS_OUT_OF_SCOPE → const WIN32_ERROR
- ERROR_DS_OUT_OF_VERSION_STORE → const WIN32_ERROR
- ERROR_DS_PARAM_ERROR → const WIN32_ERROR
- ERROR_DS_PARENT_IS_AN_ALIAS → const WIN32_ERROR
- ERROR_DS_PDC_OPERATION_IN_PROGRESS → const WIN32_ERROR
- ERROR_DS_PER_ATTRIBUTE_AUTHZ_FAILED_DURING_ADD → const WIN32_ERROR
- ERROR_DS_POLICY_NOT_KNOWN → const WIN32_ERROR
- ERROR_DS_PROTOCOL_ERROR → const WIN32_ERROR
- ERROR_DS_RANGE_CONSTRAINT → const WIN32_ERROR
- ERROR_DS_RDN_DOESNT_MATCH_SCHEMA → const WIN32_ERROR
- ERROR_DS_RECALCSCHEMA_FAILED → const WIN32_ERROR
- ERROR_DS_REFERRAL → const WIN32_ERROR
- ERROR_DS_REFERRAL_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DS_REFUSING_FSMO_ROLES → const WIN32_ERROR
- ERROR_DS_REMOTE_CROSSREF_OP_FAILED → const WIN32_ERROR
- ERROR_DS_REPL_LIFETIME_EXCEEDED → const WIN32_ERROR
- ERROR_DS_REPLICA_PAGE_SIZE_MISMATCH → const WIN32_ERROR
- ERROR_DS_REPLICA_SET_CHANGE_NOT_ALLOWED_ON_DISABLED_CR → const WIN32_ERROR
- ERROR_DS_REPLICATOR_ONLY → const WIN32_ERROR
- ERROR_DS_RESERVED_LINK_ID → const WIN32_ERROR
- ERROR_DS_RESERVED_MAPI_ID → const WIN32_ERROR
- ERROR_DS_RIDMGR_DISABLED → const WIN32_ERROR
- ERROR_DS_RIDMGR_INIT_ERROR → const WIN32_ERROR
- ERROR_DS_ROLE_NOT_VERIFIED → const WIN32_ERROR
- ERROR_DS_ROOT_CANT_BE_SUBREF → const WIN32_ERROR
- ERROR_DS_ROOT_MUST_BE_NC → const WIN32_ERROR
- ERROR_DS_ROOT_REQUIRES_CLASS_TOP → const WIN32_ERROR
- ERROR_DS_SAM_INIT_FAILURE → const WIN32_ERROR
- ERROR_DS_SAM_INIT_FAILURE_CONSOLE → const WIN32_ERROR
- ERROR_DS_SAM_NEED_BOOTKEY_FLOPPY → const WIN32_ERROR
- ERROR_DS_SAM_NEED_BOOTKEY_PASSWORD → const WIN32_ERROR
- ERROR_DS_SCHEMA_ALLOC_FAILED → const WIN32_ERROR
- ERROR_DS_SCHEMA_NOT_LOADED → const WIN32_ERROR
- ERROR_DS_SCHEMA_UPDATE_DISALLOWED → const WIN32_ERROR
- ERROR_DS_SEC_DESC_INVALID → const WIN32_ERROR
- ERROR_DS_SEC_DESC_TOO_SHORT → const WIN32_ERROR
- ERROR_DS_SECURITY_CHECKING_ERROR → const WIN32_ERROR
- ERROR_DS_SECURITY_ILLEGAL_MODIFY → const WIN32_ERROR
- ERROR_DS_SEMANTIC_ATT_TEST → const WIN32_ERROR
- ERROR_DS_SENSITIVE_GROUP_VIOLATION → const WIN32_ERROR
- ERROR_DS_SERVER_DOWN → const WIN32_ERROR
- ERROR_DS_SHUTTING_DOWN → const WIN32_ERROR
- ERROR_DS_SINGLE_USER_MODE_FAILED → const WIN32_ERROR
- ERROR_DS_SINGLE_VALUE_CONSTRAINT → const WIN32_ERROR
- ERROR_DS_SIZELIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DS_SORT_CONTROL_MISSING → const WIN32_ERROR
- ERROR_DS_SOURCE_AUDITING_NOT_ENABLED → const WIN32_ERROR
- ERROR_DS_SOURCE_DOMAIN_IN_FOREST → const WIN32_ERROR
- ERROR_DS_SPN_VALUE_NOT_UNIQUE_IN_FOREST → const WIN32_ERROR
- ERROR_DS_SRC_AND_DST_NC_IDENTICAL → const WIN32_ERROR
- ERROR_DS_SRC_AND_DST_OBJECT_CLASS_MISMATCH → const WIN32_ERROR
- ERROR_DS_SRC_DC_MUST_BE_SP4_OR_GREATER → const WIN32_ERROR
- ERROR_DS_SRC_GUID_MISMATCH → const WIN32_ERROR
- ERROR_DS_SRC_NAME_MISMATCH → const WIN32_ERROR
- ERROR_DS_SRC_OBJ_NOT_GROUP_OR_USER → const WIN32_ERROR
- ERROR_DS_SRC_SID_EXISTS_IN_FOREST → const WIN32_ERROR
- ERROR_DS_STRING_SD_CONVERSION_FAILED → const WIN32_ERROR
- ERROR_DS_STRONG_AUTH_REQUIRED → const WIN32_ERROR
- ERROR_DS_SUB_CLS_TEST_FAIL → const WIN32_ERROR
- ERROR_DS_SUBREF_MUST_HAVE_PARENT → const WIN32_ERROR
- ERROR_DS_SUBTREE_NOTIFY_NOT_NC_HEAD → const WIN32_ERROR
- ERROR_DS_SYNTAX_MISMATCH → const WIN32_ERROR
- ERROR_DS_THREAD_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DS_TIMELIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_DS_TREE_DELETE_NOT_FINISHED → const WIN32_ERROR
- ERROR_DS_UNABLE_TO_SURRENDER_ROLES → const WIN32_ERROR
- ERROR_DS_UNAVAILABLE → const WIN32_ERROR
- ERROR_DS_UNAVAILABLE_CRIT_EXTENSION → const WIN32_ERROR
- ERROR_DS_UNDELETE_SAM_VALIDATION_FAILED → const WIN32_ERROR
- ERROR_DS_UNICODEPWD_NOT_IN_QUOTES → const WIN32_ERROR
- ERROR_DS_UNIVERSAL_CANT_HAVE_LOCAL_MEMBER → const WIN32_ERROR
- ERROR_DS_UNKNOWN_ERROR → const WIN32_ERROR
- ERROR_DS_UNKNOWN_OPERATION → const WIN32_ERROR
- ERROR_DS_UNWILLING_TO_PERFORM → const WIN32_ERROR
- ERROR_DS_UPN_VALUE_NOT_UNIQUE_IN_FOREST → const WIN32_ERROR
- ERROR_DS_USER_BUFFER_TO_SMALL → const WIN32_ERROR
- ERROR_DS_VALUE_KEY_NOT_UNIQUE → const WIN32_ERROR
- ERROR_DS_VERSION_CHECK_FAILURE → const WIN32_ERROR
- ERROR_DS_WKO_CONTAINER_CANNOT_BE_SPECIAL → const WIN32_ERROR
- ERROR_DS_WRONG_LINKED_ATT_SYNTAX → const WIN32_ERROR
- ERROR_DS_WRONG_OM_OBJ_CLASS → const WIN32_ERROR
- ERROR_DUP_DOMAINNAME → const WIN32_ERROR
- ERROR_DUP_NAME → const WIN32_ERROR
- ERROR_DUPLICATE_FOUND → const WIN32_ERROR
- ERROR_DUPLICATE_PRIVILEGES → const WIN32_ERROR
- ERROR_DUPLICATE_SERVICE_NAME → const WIN32_ERROR
- ERROR_DUPLICATE_TAG → const WIN32_ERROR
- ERROR_DYNAMIC_CODE_BLOCKED → const WIN32_ERROR
- ERROR_DYNLINK_FROM_INVALID_RING → const WIN32_ERROR
- ERROR_EA_ACCESS_DENIED → const WIN32_ERROR
- ERROR_EA_FILE_CORRUPT → const WIN32_ERROR
- ERROR_EA_LIST_INCONSISTENT → const WIN32_ERROR
- ERROR_EA_TABLE_FULL → const WIN32_ERROR
- ERROR_EAS_DIDNT_FIT → const WIN32_ERROR
- ERROR_EAS_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_EC_CIRCULAR_FORWARDING → const WIN32_ERROR
- ERROR_EC_CRED_NOT_FOUND → const WIN32_ERROR
- ERROR_EC_CREDSTORE_FULL → const WIN32_ERROR
- ERROR_EC_LOG_DISABLED → const WIN32_ERROR
- ERROR_EC_NO_ACTIVE_CHANNEL → const WIN32_ERROR
- ERROR_EC_SUBSCRIPTION_CANNOT_ACTIVATE → const WIN32_ERROR
- ERROR_EDP_DPL_POLICY_CANT_BE_SATISFIED → const WIN32_ERROR
- ERROR_EDP_POLICY_DENIES_OPERATION → const WIN32_ERROR
- ERROR_EFS_ALG_BLOB_TOO_BIG → const WIN32_ERROR
- ERROR_EFS_DISABLED → const WIN32_ERROR
- ERROR_EFS_NOT_ALLOWED_IN_TRANSACTION → const WIN32_ERROR
- ERROR_EFS_SERVER_NOT_TRUSTED → const WIN32_ERROR
- ERROR_EFS_VERSION_NOT_SUPPORT → const WIN32_ERROR
- ERROR_ELEVATION_REQUIRED → const WIN32_ERROR
- ERROR_EMPTY → const WIN32_ERROR
- ERROR_ENCLAVE_FAILURE → const WIN32_ERROR
- ERROR_ENCLAVE_NOT_TERMINATED → const WIN32_ERROR
- ERROR_ENCLAVE_VIOLATION → const WIN32_ERROR
- ERROR_ENCRYPTED_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_ENCRYPTED_IO_NOT_POSSIBLE → const WIN32_ERROR
- ERROR_ENCRYPTING_METADATA_DISALLOWED → const WIN32_ERROR
- ERROR_ENCRYPTION_DISABLED → const WIN32_ERROR
- ERROR_ENCRYPTION_FAILED → const WIN32_ERROR
- ERROR_ENCRYPTION_POLICY_DENIES_OPERATION → const WIN32_ERROR
- ERROR_END_OF_MEDIA → const WIN32_ERROR
- ERROR_ENLISTMENT_NOT_FOUND → const WIN32_ERROR
- ERROR_ENLISTMENT_NOT_INITIALIZED → const WIN32_ERROR
- ERROR_ENLISTMENT_NOT_SUPERIOR → const WIN32_ERROR
- ERROR_ENVVAR_NOT_FOUND → const WIN32_ERROR
- ERROR_EOM_OVERFLOW → const WIN32_ERROR
- ERROR_ERRORS_ENCOUNTERED → const WIN32_ERROR
- ERROR_EVALUATION_EXPIRATION → const WIN32_ERROR
- ERROR_EVENT_DONE → const WIN32_ERROR
- ERROR_EVENT_PENDING → const WIN32_ERROR
- ERROR_EVENTLOG_CANT_START → const WIN32_ERROR
- ERROR_EVENTLOG_FILE_CHANGED → const WIN32_ERROR
- ERROR_EVENTLOG_FILE_CORRUPT → const WIN32_ERROR
- ERROR_EVT_CANNOT_OPEN_CHANNEL_OF_QUERY → const WIN32_ERROR
- ERROR_EVT_CHANNEL_CANNOT_ACTIVATE → const WIN32_ERROR
- ERROR_EVT_CHANNEL_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_CONFIGURATION_ERROR → const WIN32_ERROR
- ERROR_EVT_EVENT_DEFINITION_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_EVENT_TEMPLATE_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_FILTER_ALREADYSCOPED → const WIN32_ERROR
- ERROR_EVT_FILTER_INVARG → const WIN32_ERROR
- ERROR_EVT_FILTER_INVTEST → const WIN32_ERROR
- ERROR_EVT_FILTER_INVTYPE → const WIN32_ERROR
- ERROR_EVT_FILTER_NOTELTSET → const WIN32_ERROR
- ERROR_EVT_FILTER_OUT_OF_RANGE → const WIN32_ERROR
- ERROR_EVT_FILTER_PARSEERR → const WIN32_ERROR
- ERROR_EVT_FILTER_TOO_COMPLEX → const WIN32_ERROR
- ERROR_EVT_FILTER_UNEXPECTEDTOKEN → const WIN32_ERROR
- ERROR_EVT_FILTER_UNSUPPORTEDOP → const WIN32_ERROR
- ERROR_EVT_INVALID_CHANNEL_PATH → const WIN32_ERROR
- ERROR_EVT_INVALID_CHANNEL_PROPERTY_VALUE → const WIN32_ERROR
- ERROR_EVT_INVALID_EVENT_DATA → const WIN32_ERROR
- ERROR_EVT_INVALID_OPERATION_OVER_ENABLED_DIRECT_CHANNEL → const WIN32_ERROR
- ERROR_EVT_INVALID_PUBLISHER_NAME → const WIN32_ERROR
- ERROR_EVT_INVALID_PUBLISHER_PROPERTY_VALUE → const WIN32_ERROR
- ERROR_EVT_INVALID_QUERY → const WIN32_ERROR
- ERROR_EVT_MALFORMED_XML_TEXT → const WIN32_ERROR
- ERROR_EVT_MAX_INSERTS_REACHED → const WIN32_ERROR
- ERROR_EVT_MESSAGE_ID_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_MESSAGE_LOCALE_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_MESSAGE_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_NON_VALIDATING_MSXML → const WIN32_ERROR
- ERROR_EVT_PUBLISHER_DISABLED → const WIN32_ERROR
- ERROR_EVT_PUBLISHER_METADATA_NOT_FOUND → const WIN32_ERROR
- ERROR_EVT_QUERY_RESULT_INVALID_POSITION → const WIN32_ERROR
- ERROR_EVT_QUERY_RESULT_STALE → const WIN32_ERROR
- ERROR_EVT_SUBSCRIPTION_TO_DIRECT_CHANNEL → const WIN32_ERROR
- ERROR_EVT_UNRESOLVED_PARAMETER_INSERT → const WIN32_ERROR
- ERROR_EVT_UNRESOLVED_VALUE_INSERT → const WIN32_ERROR
- ERROR_EVT_VERSION_TOO_NEW → const WIN32_ERROR
- ERROR_EVT_VERSION_TOO_OLD → const WIN32_ERROR
- ERROR_EXCEPTION_IN_RESOURCE_CALL → const WIN32_ERROR
- ERROR_EXCEPTION_IN_SERVICE → const WIN32_ERROR
- ERROR_EXCL_SEM_ALREADY_OWNED → const WIN32_ERROR
- ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY → const WIN32_ERROR
- ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY → const WIN32_ERROR
- ERROR_EXE_MACHINE_TYPE_MISMATCH → const WIN32_ERROR
- ERROR_EXE_MARKED_INVALID → const WIN32_ERROR
- ERROR_EXPECTED_SECTION_NAME → const WIN32_ERROR
- ERROR_EXPIRED_HANDLE → const WIN32_ERROR
- ERROR_EXTENDED_ERROR → const WIN32_ERROR
- ERROR_EXTERNAL_BACKING_PROVIDER_UNKNOWN → const WIN32_ERROR
- ERROR_EXTERNAL_SYSKEY_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_EXTRANEOUS_INFORMATION → const WIN32_ERROR
- ERROR_FAIL_FAST_EXCEPTION → const WIN32_ERROR
- ERROR_FAIL_I24 → const WIN32_ERROR
- ERROR_FAIL_NOACTION_REBOOT → const WIN32_ERROR
- ERROR_FAIL_REBOOT_INITIATED → const WIN32_ERROR
- ERROR_FAIL_REBOOT_REQUIRED → const WIN32_ERROR
- ERROR_FAIL_RESTART → const WIN32_ERROR
- ERROR_FAIL_SHUTDOWN → const WIN32_ERROR
- ERROR_FAILED_DRIVER_ENTRY → const WIN32_ERROR
- ERROR_FAILED_SERVICE_CONTROLLER_CONNECT → const WIN32_ERROR
- ERROR_FATAL_APP_EXIT → const WIN32_ERROR
- ERROR_FILE_CHECKED_OUT → const WIN32_ERROR
- ERROR_FILE_CORRUPT → const WIN32_ERROR
- ERROR_FILE_ENCRYPTED → const WIN32_ERROR
- ERROR_FILE_EXISTS → const WIN32_ERROR
- ERROR_FILE_HANDLE_REVOKED → const WIN32_ERROR
- ERROR_FILE_HASH_NOT_IN_CATALOG → const WIN32_ERROR
- ERROR_FILE_IDENTITY_NOT_PERSISTENT → const WIN32_ERROR
- ERROR_FILE_INVALID → const WIN32_ERROR
- ERROR_FILE_LEVEL_TRIM_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_FILE_METADATA_OPTIMIZATION_IN_PROGRESS → const WIN32_ERROR
- ERROR_FILE_NOT_ENCRYPTED → const WIN32_ERROR
- ERROR_FILE_NOT_FOUND → const WIN32_ERROR
- ERROR_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_FILE_OFFLINE → const WIN32_ERROR
- ERROR_FILE_PROTECTED_UNDER_DPL → const WIN32_ERROR
- ERROR_FILE_READ_ONLY → const WIN32_ERROR
- ERROR_FILE_SHARE_RESOURCE_CONFLICT → const WIN32_ERROR
- ERROR_FILE_SNAP_IN_PROGRESS → const WIN32_ERROR
- ERROR_FILE_SNAP_INVALID_PARAMETER → const WIN32_ERROR
- ERROR_FILE_SNAP_IO_NOT_COORDINATED → const WIN32_ERROR
- ERROR_FILE_SNAP_MODIFY_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_FILE_SNAP_UNEXPECTED_ERROR → const WIN32_ERROR
- ERROR_FILE_SNAP_USER_SECTION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_FILE_SYSTEM_LIMITATION → const WIN32_ERROR
- ERROR_FILE_SYSTEM_VIRTUALIZATION_BUSY → const WIN32_ERROR
- ERROR_FILE_SYSTEM_VIRTUALIZATION_INVALID_OPERATION → const WIN32_ERROR
- ERROR_FILE_SYSTEM_VIRTUALIZATION_METADATA_CORRUPT → const WIN32_ERROR
- ERROR_FILE_SYSTEM_VIRTUALIZATION_PROVIDER_UNKNOWN → const WIN32_ERROR
- ERROR_FILE_SYSTEM_VIRTUALIZATION_UNAVAILABLE → const WIN32_ERROR
- ERROR_FILE_TOO_LARGE → const WIN32_ERROR
- ERROR_FILEMARK_DETECTED → const WIN32_ERROR
- ERROR_FILENAME_EXCED_RANGE → const WIN32_ERROR
- ERROR_FILEQUEUE_LOCKED → const WIN32_ERROR
- ERROR_FIRMWARE_UPDATED → const WIN32_ERROR
- ERROR_FLOAT_MULTIPLE_FAULTS → const WIN32_ERROR
- ERROR_FLOAT_MULTIPLE_TRAPS → const WIN32_ERROR
- ERROR_FLOATED_SECTION → const WIN32_ERROR
- ERROR_FLOPPY_BAD_REGISTERS → const WIN32_ERROR
- ERROR_FLOPPY_ID_MARK_NOT_FOUND → const WIN32_ERROR
- ERROR_FLOPPY_UNKNOWN_ERROR → const WIN32_ERROR
- ERROR_FLOPPY_VOLUME → const WIN32_ERROR
- ERROR_FLOPPY_WRONG_CYLINDER → const WIN32_ERROR
- ERROR_FORMS_AUTH_REQUIRED → const WIN32_ERROR
- ERROR_FOUND_OUT_OF_SCOPE → const WIN32_ERROR
- ERROR_FS_DRIVER_REQUIRED → const WIN32_ERROR
- ERROR_FS_GUID_MISMATCH → const WIN32_ERROR
- ERROR_FS_METADATA_INCONSISTENT → const WIN32_ERROR
- ERROR_FSFILTER_OP_COMPLETED_SUCCESSFULLY → const WIN32_ERROR
- ERROR_FT_DI_SCAN_REQUIRED → const WIN32_ERROR
- ERROR_FT_READ_FAILURE → const WIN32_ERROR
- ERROR_FT_READ_FROM_COPY_FAILURE → const WIN32_ERROR
- ERROR_FT_READ_RECOVERY_FROM_BACKUP → const WIN32_ERROR
- ERROR_FT_WRITE_FAILURE → const WIN32_ERROR
- ERROR_FT_WRITE_RECOVERY → const WIN32_ERROR
- ERROR_FULL_BACKUP → const WIN32_ERROR
- ERROR_FULLSCREEN_MODE → const WIN32_ERROR
- ERROR_FUNCTION_FAILED → const WIN32_ERROR
- ERROR_FUNCTION_NOT_CALLED → const WIN32_ERROR
- ERROR_GDI_HANDLE_LEAK → const WIN32_ERROR
- ERROR_GEN_FAILURE → const WIN32_ERROR
- ERROR_GENERAL_SYNTAX → const WIN32_ERROR
- ERROR_GENERIC_COMMAND_FAILED → const WIN32_ERROR
- ERROR_GENERIC_NOT_MAPPED → const WIN32_ERROR
- ERROR_GLOBAL_ONLY_HOOK → const WIN32_ERROR
- ERROR_GPIO_CLIENT_INFORMATION_INVALID → const WIN32_ERROR
- ERROR_GPIO_INCOMPATIBLE_CONNECT_MODE → const WIN32_ERROR
- ERROR_GPIO_INTERRUPT_ALREADY_UNMASKED → const WIN32_ERROR
- ERROR_GPIO_INVALID_REGISTRATION_PACKET → const WIN32_ERROR
- ERROR_GPIO_OPERATION_DENIED → const WIN32_ERROR
- ERROR_GPIO_VERSION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_GRACEFUL_DISCONNECT → const WIN32_ERROR
- ERROR_GROUP_EXISTS → const WIN32_ERROR
- ERROR_GROUP_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_GROUP_NOT_FOUND → const WIN32_ERROR
- ERROR_GROUP_NOT_ONLINE → const WIN32_ERROR
- ERROR_GROUPSET_CANT_PROVIDE → const WIN32_ERROR
- ERROR_GROUPSET_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_GROUPSET_NOT_FOUND → const WIN32_ERROR
- ERROR_GUID_SUBSTITUTION_MADE → const WIN32_ERROR
- ERROR_HANDLE_DISK_FULL → const WIN32_ERROR
- ERROR_HANDLE_EOF → const WIN32_ERROR
- ERROR_HANDLE_NO_LONGER_VALID → const WIN32_ERROR
- ERROR_HANDLE_REVOKED → const WIN32_ERROR
- ERROR_HANDLES_CLOSED → const WIN32_ERROR
- ERROR_HAS_SYSTEM_CRITICAL_FILES → const WIN32_ERROR
- ERROR_HASH_NOT_PRESENT → const WIN32_ERROR
- ERROR_HASH_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_HEURISTIC_DAMAGE_POSSIBLE → const WIN32_ERROR
- ERROR_HIBERNATED → const WIN32_ERROR
- ERROR_HIBERNATION_FAILURE → const WIN32_ERROR
- ERROR_HOOK_NEEDS_HMOD → const WIN32_ERROR
- ERROR_HOOK_NOT_INSTALLED → const WIN32_ERROR
- ERROR_HOOK_TYPE_NOT_ALLOWED → const WIN32_ERROR
- ERROR_HOST_DOWN → const WIN32_ERROR
- ERROR_HOST_NODE_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_HOST_NODE_NOT_GROUP_OWNER → const WIN32_ERROR
- ERROR_HOST_NODE_NOT_RESOURCE_OWNER → const WIN32_ERROR
- ERROR_HOST_UNREACHABLE → const WIN32_ERROR
- ERROR_HOTKEY_ALREADY_REGISTERED → const WIN32_ERROR
- ERROR_HOTKEY_NOT_REGISTERED → const WIN32_ERROR
- ERROR_HV_ACCESS_DENIED → const WIN32_ERROR
- ERROR_HV_ACKNOWLEDGED → const WIN32_ERROR
- ERROR_HV_CPUID_FEATURE_VALIDATION → const WIN32_ERROR
- ERROR_HV_CPUID_XSAVE_FEATURE_VALIDATION → const WIN32_ERROR
- ERROR_HV_DEVICE_NOT_IN_DOMAIN → const WIN32_ERROR
- ERROR_HV_EVENT_BUFFER_ALREADY_FREED → const WIN32_ERROR
- ERROR_HV_FEATURE_UNAVAILABLE → const WIN32_ERROR
- ERROR_HV_INACTIVE → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_BUFFER → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_BUFFERS → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_CONTIGUOUS_MEMORY_MIRRORING → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_CONTIGUOUS_ROOT_MEMORY_MIRRORING → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_DEVICE_DOMAINS → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_MEMORY → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_MEMORY_MIRRORING → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_ROOT_MEMORY → const WIN32_ERROR
- ERROR_HV_INSUFFICIENT_ROOT_MEMORY_MIRRORING → const WIN32_ERROR
- ERROR_HV_INVALID_ALIGNMENT → const WIN32_ERROR
- ERROR_HV_INVALID_CONNECTION_ID → const WIN32_ERROR
- ERROR_HV_INVALID_CPU_GROUP_ID → const WIN32_ERROR
- ERROR_HV_INVALID_CPU_GROUP_STATE → const WIN32_ERROR
- ERROR_HV_INVALID_DEVICE_ID → const WIN32_ERROR
- ERROR_HV_INVALID_DEVICE_STATE → const WIN32_ERROR
- ERROR_HV_INVALID_HYPERCALL_CODE → const WIN32_ERROR
- ERROR_HV_INVALID_HYPERCALL_INPUT → const WIN32_ERROR
- ERROR_HV_INVALID_LP_INDEX → const WIN32_ERROR
- ERROR_HV_INVALID_PARAMETER → const WIN32_ERROR
- ERROR_HV_INVALID_PARTITION_ID → const WIN32_ERROR
- ERROR_HV_INVALID_PARTITION_STATE → const WIN32_ERROR
- ERROR_HV_INVALID_PORT_ID → const WIN32_ERROR
- ERROR_HV_INVALID_PROXIMITY_DOMAIN_INFO → const WIN32_ERROR
- ERROR_HV_INVALID_REGISTER_VALUE → const WIN32_ERROR
- ERROR_HV_INVALID_SAVE_RESTORE_STATE → const WIN32_ERROR
- ERROR_HV_INVALID_SYNIC_STATE → const WIN32_ERROR
- ERROR_HV_INVALID_VP_INDEX → const WIN32_ERROR
- ERROR_HV_INVALID_VP_STATE → const WIN32_ERROR
- ERROR_HV_INVALID_VTL_STATE → const WIN32_ERROR
- ERROR_HV_MSR_ACCESS_FAILED → const WIN32_ERROR
- ERROR_HV_NESTED_VM_EXIT → const WIN32_ERROR
- ERROR_HV_NO_DATA → const WIN32_ERROR
- ERROR_HV_NO_RESOURCES → const WIN32_ERROR
- ERROR_HV_NOT_ACKNOWLEDGED → const WIN32_ERROR
- ERROR_HV_NOT_ALLOWED_WITH_NESTED_VIRT_ACTIVE → const WIN32_ERROR
- ERROR_HV_NOT_PRESENT → const WIN32_ERROR
- ERROR_HV_NX_NOT_DETECTED → const WIN32_ERROR
- ERROR_HV_OBJECT_IN_USE → const WIN32_ERROR
- ERROR_HV_OPERATION_DENIED → const WIN32_ERROR
- ERROR_HV_OPERATION_FAILED → const WIN32_ERROR
- ERROR_HV_PAGE_REQUEST_INVALID → const WIN32_ERROR
- ERROR_HV_PARTITION_TOO_DEEP → const WIN32_ERROR
- ERROR_HV_PENDING_PAGE_REQUESTS → const WIN32_ERROR
- ERROR_HV_PROCESSOR_STARTUP_TIMEOUT → const WIN32_ERROR
- ERROR_HV_PROPERTY_VALUE_OUT_OF_RANGE → const WIN32_ERROR
- ERROR_HV_SMX_ENABLED → const WIN32_ERROR
- ERROR_HV_SPDM_REQUEST → const WIN32_ERROR
- ERROR_HV_UNKNOWN_PROPERTY → const WIN32_ERROR
- ERROR_HV_VTL_ALREADY_ENABLED → const WIN32_ERROR
- ERROR_HWNDS_HAVE_DIFF_PARENT → const WIN32_ERROR
- ERROR_ICM_NOT_ENABLED → const WIN32_ERROR
- ERROR_IEPORT_FULL → const WIN32_ERROR
- ERROR_ILL_FORMED_PASSWORD → const WIN32_ERROR
- ERROR_ILLEGAL_CHARACTER → const WIN32_ERROR
- ERROR_ILLEGAL_DLL_RELOCATION → const WIN32_ERROR
- ERROR_ILLEGAL_ELEMENT_ADDRESS → const WIN32_ERROR
- ERROR_ILLEGAL_FLOAT_CONTEXT → const WIN32_ERROR
- ERROR_IMAGE_AT_DIFFERENT_BASE → const WIN32_ERROR
- ERROR_IMAGE_MACHINE_TYPE_MISMATCH → const WIN32_ERROR
- ERROR_IMAGE_MACHINE_TYPE_MISMATCH_EXE → const WIN32_ERROR
- ERROR_IMAGE_NOT_AT_BASE → const WIN32_ERROR
- ERROR_IMAGE_SUBSYSTEM_NOT_PRESENT → const WIN32_ERROR
- ERROR_IMPLEMENTATION_LIMIT → const WIN32_ERROR
- ERROR_IMPLICIT_TRANSACTION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_IN_WOW64 → const WIN32_ERROR
- ERROR_INC_BACKUP → const WIN32_ERROR
- ERROR_INCOMPATIBLE_SERVICE_PRIVILEGE → const WIN32_ERROR
- ERROR_INCOMPATIBLE_SERVICE_SID_TYPE → const WIN32_ERROR
- ERROR_INCOMPATIBLE_WITH_GLOBAL_SHORT_NAME_REGISTRY_SETTING → const WIN32_ERROR
- ERROR_INCORRECT_ACCOUNT_TYPE → const WIN32_ERROR
- ERROR_INCORRECT_ADDRESS → const WIN32_ERROR
- ERROR_INCORRECT_SIZE → const WIN32_ERROR
- ERROR_INDEX_ABSENT → const WIN32_ERROR
- ERROR_INDEX_OUT_OF_BOUNDS → const WIN32_ERROR
- ERROR_INDIGENOUS_TYPE → const WIN32_ERROR
- ERROR_INDOUBT_TRANSACTIONS_EXIST → const WIN32_ERROR
- ERROR_INF_IN_USE_BY_DEVICES → const WIN32_ERROR
- ERROR_INFLOOP_IN_RELOC_CHAIN → const WIN32_ERROR
- ERROR_INSTALL_ALREADY_RUNNING → const WIN32_ERROR
- ERROR_INSTALL_CANCEL → const WIN32_ERROR
- ERROR_INSTALL_DEREGISTRATION_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_FAILED → const WIN32_ERROR
- ERROR_INSTALL_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_FIREWALL_SERVICE_NOT_RUNNING → const WIN32_ERROR
- ERROR_INSTALL_FULLTRUST_HOSTRUNTIME_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY → const WIN32_ERROR
- ERROR_INSTALL_INVALID_PACKAGE → const WIN32_ERROR
- ERROR_INSTALL_INVALID_RELATED_SET_UPDATE → const WIN32_ERROR
- ERROR_INSTALL_LANGUAGE_UNSUPPORTED → const WIN32_ERROR
- ERROR_INSTALL_LOG_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_NETWORK_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_NOTUSED → const WIN32_ERROR
- ERROR_INSTALL_OPEN_PACKAGE_FAILED → const WIN32_ERROR
- ERROR_INSTALL_OPTIONAL_PACKAGE_APPLICATIONID_NOT_UNIQUE → const WIN32_ERROR
- ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE → const WIN32_ERROR
- ERROR_INSTALL_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_FULLTRUST_CAPABILITY → const WIN32_ERROR
- ERROR_INSTALL_OUT_OF_DISK_SPACE → const WIN32_ERROR
- ERROR_INSTALL_PACKAGE_DOWNGRADE → const WIN32_ERROR
- ERROR_INSTALL_PACKAGE_INVALID → const WIN32_ERROR
- ERROR_INSTALL_PACKAGE_NOT_FOUND → const WIN32_ERROR
- ERROR_INSTALL_PACKAGE_OPEN_FAILED → const WIN32_ERROR
- ERROR_INSTALL_PACKAGE_REJECTED → const WIN32_ERROR
- ERROR_INSTALL_PACKAGE_VERSION → const WIN32_ERROR
- ERROR_INSTALL_PLATFORM_UNSUPPORTED → const WIN32_ERROR
- ERROR_INSTALL_POLICY_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_PREREQUISITE_FAILED → const WIN32_ERROR
- ERROR_INSTALL_REGISTRATION_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_REJECTED → const WIN32_ERROR
- ERROR_INSTALL_REMOTE_DISALLOWED → const WIN32_ERROR
- ERROR_INSTALL_REMOTE_PROHIBITED → const WIN32_ERROR
- ERROR_INSTALL_RESOLVE_DEPENDENCY_FAILED → const WIN32_ERROR
- ERROR_INSTALL_RESOLVE_HOSTRUNTIME_DEPENDENCY_FAILED → const WIN32_ERROR
- ERROR_INSTALL_SERVICE_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_SERVICE_SAFEBOOT → const WIN32_ERROR
- ERROR_INSTALL_SOURCE_ABSENT → const WIN32_ERROR
- ERROR_INSTALL_SUSPEND → const WIN32_ERROR
- ERROR_INSTALL_TEMP_UNWRITABLE → const WIN32_ERROR
- ERROR_INSTALL_TRANSFORM_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_TRANSFORM_REJECTED → const WIN32_ERROR
- ERROR_INSTALL_UI_FAILURE → const WIN32_ERROR
- ERROR_INSTALL_USEREXIT → const WIN32_ERROR
- ERROR_INSTALL_VOLUME_CORRUPT → const WIN32_ERROR
- ERROR_INSTALL_VOLUME_NOT_EMPTY → const WIN32_ERROR
- ERROR_INSTALL_VOLUME_OFFLINE → const WIN32_ERROR
- ERROR_INSTALL_WRONG_PROCESSOR_ARCHITECTURE → const WIN32_ERROR
- ERROR_INSTRUCTION_MISALIGNMENT → const WIN32_ERROR
- ERROR_INSUFFICIENT_BUFFER → const WIN32_ERROR
- ERROR_INSUFFICIENT_LOGON_INFO → const WIN32_ERROR
- ERROR_INSUFFICIENT_POWER → const WIN32_ERROR
- ERROR_INSUFFICIENT_RESOURCE_FOR_SPECIFIED_SHARED_SECTION_SIZE → const WIN32_ERROR
- ERROR_INSUFFICIENT_VIRTUAL_ADDR_RESOURCES → const WIN32_ERROR
- ERROR_INTERFACE_DEVICE_ACTIVE → const WIN32_ERROR
- ERROR_INTERFACE_DEVICE_REMOVED → const WIN32_ERROR
- ERROR_INTERMIXED_KERNEL_EA_OPERATION → const WIN32_ERROR
- ERROR_INTERNAL_DB_CORRUPTION → const WIN32_ERROR
- ERROR_INTERNAL_DB_ERROR → const WIN32_ERROR
- ERROR_INTERNAL_ERROR → const WIN32_ERROR
- ERROR_INTERRUPT_STILL_CONNECTED → const WIN32_ERROR
- ERROR_INTERRUPT_VECTOR_ALREADY_CONNECTED → const WIN32_ERROR
- ERROR_INVALID_ACCEL_HANDLE → const WIN32_ERROR
- ERROR_INVALID_ACCESS → const WIN32_ERROR
- ERROR_INVALID_ACCOUNT_NAME → const WIN32_ERROR
- ERROR_INVALID_ACE_CONDITION → const WIN32_ERROR
- ERROR_INVALID_ACL → const WIN32_ERROR
- ERROR_INVALID_ADDRESS → const WIN32_ERROR
- ERROR_INVALID_AT_INTERRUPT_TIME → const WIN32_ERROR
- ERROR_INVALID_BLOCK → const WIN32_ERROR
- ERROR_INVALID_BLOCK_LENGTH → const WIN32_ERROR
- ERROR_INVALID_CAP → const WIN32_ERROR
- ERROR_INVALID_CATEGORY → const WIN32_ERROR
- ERROR_INVALID_CLASS → const WIN32_ERROR
- ERROR_INVALID_CLASS_INSTALLER → const WIN32_ERROR
- ERROR_INVALID_CLEANER → const WIN32_ERROR
- ERROR_INVALID_CLUSTER_IPV6_ADDRESS → const WIN32_ERROR
- ERROR_INVALID_CMM → const WIN32_ERROR
- ERROR_INVALID_COINSTALLER → const WIN32_ERROR
- ERROR_INVALID_COLORINDEX → const WIN32_ERROR
- ERROR_INVALID_COLORSPACE → const WIN32_ERROR
- ERROR_INVALID_COMBOBOX_MESSAGE → const WIN32_ERROR
- ERROR_INVALID_COMMAND_LINE → const WIN32_ERROR
- ERROR_INVALID_COMPUTERNAME → const WIN32_ERROR
- ERROR_INVALID_CONFIG_VALUE → const WIN32_ERROR
- ERROR_INVALID_CRUNTIME_PARAMETER → const WIN32_ERROR
- ERROR_INVALID_CURSOR_HANDLE → const WIN32_ERROR
- ERROR_INVALID_DATA → const WIN32_ERROR
- ERROR_INVALID_DATATYPE → const WIN32_ERROR
- ERROR_INVALID_DEVICE_OBJECT_PARAMETER → const WIN32_ERROR
- ERROR_INVALID_DEVINST_NAME → const WIN32_ERROR
- ERROR_INVALID_DLL → const WIN32_ERROR
- ERROR_INVALID_DOMAIN_ROLE → const WIN32_ERROR
- ERROR_INVALID_DOMAIN_STATE → const WIN32_ERROR
- ERROR_INVALID_DOMAINNAME → const WIN32_ERROR
- ERROR_INVALID_DRIVE → const WIN32_ERROR
- ERROR_INVALID_DRIVE_OBJECT → const WIN32_ERROR
- ERROR_INVALID_DWP_HANDLE → const WIN32_ERROR
- ERROR_INVALID_EA_HANDLE → const WIN32_ERROR
- ERROR_INVALID_EA_NAME → const WIN32_ERROR
- ERROR_INVALID_EDIT_HEIGHT → const WIN32_ERROR
- ERROR_INVALID_ENVIRONMENT → const WIN32_ERROR
- ERROR_INVALID_EVENT_COUNT → const WIN32_ERROR
- ERROR_INVALID_EVENTNAME → const WIN32_ERROR
- ERROR_INVALID_EXCEPTION_HANDLER → const WIN32_ERROR
- ERROR_INVALID_EXE_SIGNATURE → const WIN32_ERROR
- ERROR_INVALID_FIELD → const WIN32_ERROR
- ERROR_INVALID_FIELD_IN_PARAMETER_LIST → const WIN32_ERROR
- ERROR_INVALID_FILTER_DRIVER → const WIN32_ERROR
- ERROR_INVALID_FILTER_PROC → const WIN32_ERROR
- ERROR_INVALID_FLAG_NUMBER → const WIN32_ERROR
- ERROR_INVALID_FLAGS → const WIN32_ERROR
- ERROR_INVALID_FORM_NAME → const WIN32_ERROR
- ERROR_INVALID_FORM_SIZE → const WIN32_ERROR
- ERROR_INVALID_FUNCTION → const WIN32_ERROR
- ERROR_INVALID_GROUP_ATTRIBUTES → const WIN32_ERROR
- ERROR_INVALID_GROUPNAME → const WIN32_ERROR
- ERROR_INVALID_GW_COMMAND → const WIN32_ERROR
- ERROR_INVALID_HANDLE → const WIN32_ERROR
- ERROR_INVALID_HANDLE_STATE → const WIN32_ERROR
- ERROR_INVALID_HOOK_FILTER → const WIN32_ERROR
- ERROR_INVALID_HOOK_HANDLE → const WIN32_ERROR
- ERROR_INVALID_HW_PROFILE → const WIN32_ERROR
- ERROR_INVALID_HWPROFILE → const WIN32_ERROR
- ERROR_INVALID_ICON_HANDLE → const WIN32_ERROR
- ERROR_INVALID_ID_AUTHORITY → const WIN32_ERROR
- ERROR_INVALID_IMAGE_HASH → const WIN32_ERROR
- ERROR_INVALID_IMPORT_OF_NON_DLL → const WIN32_ERROR
- ERROR_INVALID_INDEX → const WIN32_ERROR
- ERROR_INVALID_INF_LOGCONFIG → const WIN32_ERROR
- ERROR_INVALID_KERNEL_INFO_VERSION → const WIN32_ERROR
- ERROR_INVALID_KEYBOARD_HANDLE → const WIN32_ERROR
- ERROR_INVALID_LABEL → const WIN32_ERROR
- ERROR_INVALID_LB_MESSAGE → const WIN32_ERROR
- ERROR_INVALID_LDT_DESCRIPTOR → const WIN32_ERROR
- ERROR_INVALID_LDT_OFFSET → const WIN32_ERROR
- ERROR_INVALID_LDT_SIZE → const WIN32_ERROR
- ERROR_INVALID_LEVEL → const WIN32_ERROR
- ERROR_INVALID_LIBRARY → const WIN32_ERROR
- ERROR_INVALID_LIST_FORMAT → const WIN32_ERROR
- ERROR_INVALID_LOCK_RANGE → const WIN32_ERROR
- ERROR_INVALID_LOGON_HOURS → const WIN32_ERROR
- ERROR_INVALID_LOGON_TYPE → const WIN32_ERROR
- ERROR_INVALID_MACHINENAME → const WIN32_ERROR
- ERROR_INVALID_MEDIA → const WIN32_ERROR
- ERROR_INVALID_MEDIA_POOL → const WIN32_ERROR
- ERROR_INVALID_MEMBER → const WIN32_ERROR
- ERROR_INVALID_MENU_HANDLE → const WIN32_ERROR
- ERROR_INVALID_MESSAGE → const WIN32_ERROR
- ERROR_INVALID_MESSAGEDEST → const WIN32_ERROR
- ERROR_INVALID_MESSAGENAME → const WIN32_ERROR
- ERROR_INVALID_MINALLOCSIZE → const WIN32_ERROR
- ERROR_INVALID_MODULETYPE → const WIN32_ERROR
- ERROR_INVALID_MONITOR_HANDLE → const WIN32_ERROR
- ERROR_INVALID_MSGBOX_STYLE → const WIN32_ERROR
- ERROR_INVALID_NAME → const WIN32_ERROR
- ERROR_INVALID_NETNAME → const WIN32_ERROR
- ERROR_INVALID_OPERATION → const WIN32_ERROR
- ERROR_INVALID_OPERATION_ON_QUORUM → const WIN32_ERROR
- ERROR_INVALID_OPLOCK_PROTOCOL → const WIN32_ERROR
- ERROR_INVALID_ORDINAL → const WIN32_ERROR
- ERROR_INVALID_OWNER → const WIN32_ERROR
- ERROR_INVALID_PACKAGE_SID_LENGTH → const WIN32_ERROR
- ERROR_INVALID_PARAMETER → const WIN32_ERROR
- ERROR_INVALID_PASSWORD → const WIN32_ERROR
- ERROR_INVALID_PASSWORDNAME → const WIN32_ERROR
- ERROR_INVALID_PATCH_XML → const WIN32_ERROR
- ERROR_INVALID_PEP_INFO_VERSION → const WIN32_ERROR
- ERROR_INVALID_PIXEL_FORMAT → const WIN32_ERROR
- ERROR_INVALID_PLUGPLAY_DEVICE_PATH → const WIN32_ERROR
- ERROR_INVALID_PORT_ATTRIBUTES → const WIN32_ERROR
- ERROR_INVALID_PRIMARY_GROUP → const WIN32_ERROR
- ERROR_INVALID_PRINT_MONITOR → const WIN32_ERROR
- ERROR_INVALID_PRINTER_COMMAND → const WIN32_ERROR
- ERROR_INVALID_PRINTER_DRIVER_MANIFEST → const WIN32_ERROR
- ERROR_INVALID_PRINTER_NAME → const WIN32_ERROR
- ERROR_INVALID_PRINTER_STATE → const WIN32_ERROR
- ERROR_INVALID_PRIORITY → const WIN32_ERROR
- ERROR_INVALID_PROFILE → const WIN32_ERROR
- ERROR_INVALID_PROPPAGE_PROVIDER → const WIN32_ERROR
- ERROR_INVALID_QUOTA_LOWER → const WIN32_ERROR
- ERROR_INVALID_REFERENCE_STRING → const WIN32_ERROR
- ERROR_INVALID_REG_PROPERTY → const WIN32_ERROR
- ERROR_INVALID_REPARSE_DATA → const WIN32_ERROR
- ERROR_INVALID_RUNLEVEL_SETTING → const WIN32_ERROR
- ERROR_INVALID_SCROLLBAR_RANGE → const WIN32_ERROR
- ERROR_INVALID_SECURITY_DESCR → const WIN32_ERROR
- ERROR_INVALID_SEGDPL → const WIN32_ERROR
- ERROR_INVALID_SEGMENT_NUMBER → const WIN32_ERROR
- ERROR_INVALID_SEPARATOR_FILE → const WIN32_ERROR
- ERROR_INVALID_SERVER_STATE → const WIN32_ERROR
- ERROR_INVALID_SERVICE_ACCOUNT → const WIN32_ERROR
- ERROR_INVALID_SERVICE_CONTROL → const WIN32_ERROR
- ERROR_INVALID_SERVICE_LOCK → const WIN32_ERROR
- ERROR_INVALID_SERVICENAME → const WIN32_ERROR
- ERROR_INVALID_SHARENAME → const WIN32_ERROR
- ERROR_INVALID_SHOWWIN_COMMAND → const WIN32_ERROR
- ERROR_INVALID_SID → const WIN32_ERROR
- ERROR_INVALID_SIGNAL_NUMBER → const WIN32_ERROR
- ERROR_INVALID_SPI_VALUE → const WIN32_ERROR
- ERROR_INVALID_STACKSEG → const WIN32_ERROR
- ERROR_INVALID_STAGED_SIGNATURE → const WIN32_ERROR
- ERROR_INVALID_STARTING_CODESEG → const WIN32_ERROR
- ERROR_INVALID_STATE → const WIN32_ERROR
- ERROR_INVALID_SUB_AUTHORITY → const WIN32_ERROR
- ERROR_INVALID_TABLE → const WIN32_ERROR
- ERROR_INVALID_TARGET → const WIN32_ERROR
- ERROR_INVALID_TARGET_HANDLE → const WIN32_ERROR
- ERROR_INVALID_TASK_INDEX → const WIN32_ERROR
- ERROR_INVALID_TASK_NAME → const WIN32_ERROR
- ERROR_INVALID_THREAD_ID → const WIN32_ERROR
- ERROR_INVALID_TIME → const WIN32_ERROR
- ERROR_INVALID_TOKEN → const WIN32_ERROR
- ERROR_INVALID_TRANSACTION → const WIN32_ERROR
- ERROR_INVALID_TRANSFORM → const WIN32_ERROR
- ERROR_INVALID_UNWIND_TARGET → const WIN32_ERROR
- ERROR_INVALID_USER_BUFFER → const WIN32_ERROR
- ERROR_INVALID_USER_PRINCIPAL_NAME → const WIN32_ERROR
- ERROR_INVALID_VARIANT → const WIN32_ERROR
- ERROR_INVALID_VERIFY_SWITCH → const WIN32_ERROR
- ERROR_INVALID_WINDOW_HANDLE → const WIN32_ERROR
- ERROR_INVALID_WINDOW_STYLE → const WIN32_ERROR
- ERROR_INVALID_WORKSTATION → const WIN32_ERROR
- ERROR_IO_DEVICE → const WIN32_ERROR
- ERROR_IO_INCOMPLETE → const WIN32_ERROR
- ERROR_IO_PENDING → const WIN32_ERROR
- ERROR_IO_PRIVILEGE_FAILED → const WIN32_ERROR
- ERROR_IO_REISSUE_AS_CACHED → const WIN32_ERROR
- ERROR_IOPL_NOT_ENABLED → const WIN32_ERROR
- ERROR_IP_ADDRESS_CONFLICT1 → const WIN32_ERROR
- ERROR_IP_ADDRESS_CONFLICT2 → const WIN32_ERROR
- ERROR_IPSEC_AUTH_FIREWALL_DROP → const WIN32_ERROR
- ERROR_IPSEC_BAD_SPI → const WIN32_ERROR
- ERROR_IPSEC_CLEAR_TEXT_DROP → const WIN32_ERROR
- ERROR_IPSEC_DEFAULT_MM_AUTH_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_DEFAULT_MM_POLICY_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_DEFAULT_QM_POLICY_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_DOSP_BLOCK → const WIN32_ERROR
- ERROR_IPSEC_DOSP_INVALID_PACKET → const WIN32_ERROR
- ERROR_IPSEC_DOSP_KEYMOD_NOT_ALLOWED → const WIN32_ERROR
- ERROR_IPSEC_DOSP_MAX_ENTRIES → const WIN32_ERROR
- ERROR_IPSEC_DOSP_MAX_PER_IP_RATELIMIT_QUEUES → const WIN32_ERROR
- ERROR_IPSEC_DOSP_NOT_INSTALLED → const WIN32_ERROR
- ERROR_IPSEC_DOSP_RECEIVED_MULTICAST → const WIN32_ERROR
- ERROR_IPSEC_DOSP_STATE_LOOKUP_FAILED → const WIN32_ERROR
- ERROR_IPSEC_IKE_ADD_UPDATE_KEY_FAILED → const WIN32_ERROR
- ERROR_IPSEC_IKE_ATTRIB_FAIL → const WIN32_ERROR
- ERROR_IPSEC_IKE_AUTH_FAIL → const WIN32_ERROR
- ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE → const WIN32_ERROR
- ERROR_IPSEC_IKE_AUTHORIZATION_FAILURE_WITH_OPTIONAL_RETRY → const WIN32_ERROR
- ERROR_IPSEC_IKE_BENIGN_REINIT → const WIN32_ERROR
- ERROR_IPSEC_IKE_CERT_CHAIN_POLICY_MISMATCH → const WIN32_ERROR
- ERROR_IPSEC_IKE_CGA_AUTH_FAILED → const WIN32_ERROR
- ERROR_IPSEC_IKE_COEXISTENCE_SUPPRESS → const WIN32_ERROR
- ERROR_IPSEC_IKE_CRITICAL_PAYLOAD_NOT_RECOGNIZED → const WIN32_ERROR
- ERROR_IPSEC_IKE_CRL_FAILED → const WIN32_ERROR
- ERROR_IPSEC_IKE_DECRYPT → const WIN32_ERROR
- ERROR_IPSEC_IKE_DH_FAIL → const WIN32_ERROR
- ERROR_IPSEC_IKE_DH_FAILURE → const WIN32_ERROR
- ERROR_IPSEC_IKE_DOS_COOKIE_SENT → const WIN32_ERROR
- ERROR_IPSEC_IKE_DROP_NO_RESPONSE → const WIN32_ERROR
- ERROR_IPSEC_IKE_ENCRYPT → const WIN32_ERROR
- ERROR_IPSEC_IKE_ERROR → const WIN32_ERROR
- ERROR_IPSEC_IKE_FAILQUERYSSP → const WIN32_ERROR
- ERROR_IPSEC_IKE_FAILSSPINIT → const WIN32_ERROR
- ERROR_IPSEC_IKE_GENERAL_PROCESSING_ERROR → const WIN32_ERROR
- ERROR_IPSEC_IKE_GETSPIFAIL → const WIN32_ERROR
- ERROR_IPSEC_IKE_INNER_IP_ASSIGNMENT_FAILURE → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_AUTH_ALG → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_AUTH_PAYLOAD → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_CERT_KEYLEN → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_CERT_TYPE → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_COOKIE → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_ENCRYPT_ALG → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_FILTER → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_GROUP → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_HASH → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_HASH_ALG → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_HASH_SIZE → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_HEADER → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_KEY_USAGE → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_MAJOR_VERSION → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_MM_FOR_QM → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_PAYLOAD → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_POLICY → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_RESPONDER_LIFETIME_NOTIFY → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_SIG → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_SIGNATURE → const WIN32_ERROR
- ERROR_IPSEC_IKE_INVALID_SITUATION → const WIN32_ERROR
- ERROR_IPSEC_IKE_KERBEROS_ERROR → const WIN32_ERROR
- ERROR_IPSEC_IKE_KILL_DUMMY_NAP_TUNNEL → const WIN32_ERROR
- ERROR_IPSEC_IKE_LOAD_FAILED → const WIN32_ERROR
- ERROR_IPSEC_IKE_LOAD_SOFT_SA → const WIN32_ERROR
- ERROR_IPSEC_IKE_MM_ACQUIRE_DROP → const WIN32_ERROR
- ERROR_IPSEC_IKE_MM_DELAY_DROP → const WIN32_ERROR
- ERROR_IPSEC_IKE_MM_EXPIRED → const WIN32_ERROR
- ERROR_IPSEC_IKE_MM_LIMIT → const WIN32_ERROR
- ERROR_IPSEC_IKE_NEG_STATUS_BEGIN → const WIN32_ERROR
- ERROR_IPSEC_IKE_NEG_STATUS_END → const WIN32_ERROR
- ERROR_IPSEC_IKE_NEG_STATUS_EXTENDED_END → const WIN32_ERROR
- ERROR_IPSEC_IKE_NEGOTIATION_DISABLED → const WIN32_ERROR
- ERROR_IPSEC_IKE_NEGOTIATION_PENDING → const WIN32_ERROR
- ERROR_IPSEC_IKE_NO_CERT → const WIN32_ERROR
- ERROR_IPSEC_IKE_NO_MM_POLICY → const WIN32_ERROR
- ERROR_IPSEC_IKE_NO_PEER_CERT → const WIN32_ERROR
- ERROR_IPSEC_IKE_NO_POLICY → const WIN32_ERROR
- ERROR_IPSEC_IKE_NO_PRIVATE_KEY → const WIN32_ERROR
- ERROR_IPSEC_IKE_NO_PUBLIC_KEY → const WIN32_ERROR
- ERROR_IPSEC_IKE_NOTCBPRIV → const WIN32_ERROR
- ERROR_IPSEC_IKE_OUT_OF_MEMORY → const WIN32_ERROR
- ERROR_IPSEC_IKE_PEER_CRL_FAILED → const WIN32_ERROR
- ERROR_IPSEC_IKE_PEER_DOESNT_SUPPORT_MOBIKE → const WIN32_ERROR
- ERROR_IPSEC_IKE_PEER_MM_ASSUMED_INVALID → const WIN32_ERROR
- ERROR_IPSEC_IKE_POLICY_CHANGE → const WIN32_ERROR
- ERROR_IPSEC_IKE_POLICY_MATCH → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_CERT → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_CERT_REQ → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_DELETE → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_HASH → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_ID → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_KE → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_NATOA → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_NONCE → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_NOTIFY → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_PROP → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_SA → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_SIG → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_TRANS → const WIN32_ERROR
- ERROR_IPSEC_IKE_PROCESS_ERR_VENDOR → const WIN32_ERROR
- ERROR_IPSEC_IKE_QM_ACQUIRE_DROP → const WIN32_ERROR
- ERROR_IPSEC_IKE_QM_DELAY_DROP → const WIN32_ERROR
- ERROR_IPSEC_IKE_QM_EXPIRED → const WIN32_ERROR
- ERROR_IPSEC_IKE_QM_LIMIT → const WIN32_ERROR
- ERROR_IPSEC_IKE_QUEUE_DROP_MM → const WIN32_ERROR
- ERROR_IPSEC_IKE_QUEUE_DROP_NO_MM → const WIN32_ERROR
- ERROR_IPSEC_IKE_RATELIMIT_DROP → const WIN32_ERROR
- ERROR_IPSEC_IKE_REQUIRE_CP_PAYLOAD_MISSING → const WIN32_ERROR
- ERROR_IPSEC_IKE_RPC_DELETE → const WIN32_ERROR
- ERROR_IPSEC_IKE_SA_DELETED → const WIN32_ERROR
- ERROR_IPSEC_IKE_SA_REAPED → const WIN32_ERROR
- ERROR_IPSEC_IKE_SECLOADFAIL → const WIN32_ERROR
- ERROR_IPSEC_IKE_SHUTTING_DOWN → const WIN32_ERROR
- ERROR_IPSEC_IKE_SIMULTANEOUS_REKEY → const WIN32_ERROR
- ERROR_IPSEC_IKE_SOFT_SA_TORN_DOWN → const WIN32_ERROR
- ERROR_IPSEC_IKE_SRVACQFAIL → const WIN32_ERROR
- ERROR_IPSEC_IKE_SRVQUERYCRED → const WIN32_ERROR
- ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_AND_CERTMAP_FAILURE → const WIN32_ERROR
- ERROR_IPSEC_IKE_STRONG_CRED_AUTHORIZATION_FAILURE → const WIN32_ERROR
- ERROR_IPSEC_IKE_TIMED_OUT → const WIN32_ERROR
- ERROR_IPSEC_IKE_TOO_MANY_FILTERS → const WIN32_ERROR
- ERROR_IPSEC_IKE_UNEXPECTED_MESSAGE_ID → const WIN32_ERROR
- ERROR_IPSEC_IKE_UNKNOWN_DOI → const WIN32_ERROR
- ERROR_IPSEC_IKE_UNSUPPORTED_ID → const WIN32_ERROR
- ERROR_IPSEC_INTEGRITY_CHECK_FAILED → const WIN32_ERROR
- ERROR_IPSEC_INVALID_PACKET → const WIN32_ERROR
- ERROR_IPSEC_KEY_MODULE_IMPERSONATION_NEGOTIATION_PENDING → const WIN32_ERROR
- ERROR_IPSEC_MM_AUTH_EXISTS → const WIN32_ERROR
- ERROR_IPSEC_MM_AUTH_IN_USE → const WIN32_ERROR
- ERROR_IPSEC_MM_AUTH_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_MM_AUTH_PENDING_DELETION → const WIN32_ERROR
- ERROR_IPSEC_MM_FILTER_EXISTS → const WIN32_ERROR
- ERROR_IPSEC_MM_FILTER_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_MM_FILTER_PENDING_DELETION → const WIN32_ERROR
- ERROR_IPSEC_MM_POLICY_EXISTS → const WIN32_ERROR
- ERROR_IPSEC_MM_POLICY_IN_USE → const WIN32_ERROR
- ERROR_IPSEC_MM_POLICY_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_MM_POLICY_PENDING_DELETION → const WIN32_ERROR
- ERROR_IPSEC_QM_POLICY_EXISTS → const WIN32_ERROR
- ERROR_IPSEC_QM_POLICY_IN_USE → const WIN32_ERROR
- ERROR_IPSEC_QM_POLICY_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_QM_POLICY_PENDING_DELETION → const WIN32_ERROR
- ERROR_IPSEC_REPLAY_CHECK_FAILED → const WIN32_ERROR
- ERROR_IPSEC_SA_LIFETIME_EXPIRED → const WIN32_ERROR
- ERROR_IPSEC_THROTTLE_DROP → const WIN32_ERROR
- ERROR_IPSEC_TRANSPORT_FILTER_EXISTS → const WIN32_ERROR
- ERROR_IPSEC_TRANSPORT_FILTER_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_TRANSPORT_FILTER_PENDING_DELETION → const WIN32_ERROR
- ERROR_IPSEC_TUNNEL_FILTER_EXISTS → const WIN32_ERROR
- ERROR_IPSEC_TUNNEL_FILTER_NOT_FOUND → const WIN32_ERROR
- ERROR_IPSEC_TUNNEL_FILTER_PENDING_DELETION → const WIN32_ERROR
- ERROR_IPSEC_WRONG_SA → const WIN32_ERROR
- ERROR_IRQ_BUSY → const WIN32_ERROR
- ERROR_IS_JOIN_PATH → const WIN32_ERROR
- ERROR_IS_JOIN_TARGET → const WIN32_ERROR
- ERROR_IS_JOINED → const WIN32_ERROR
- ERROR_IS_SUBST_PATH → const WIN32_ERROR
- ERROR_IS_SUBST_TARGET → const WIN32_ERROR
- ERROR_IS_SUBSTED → const WIN32_ERROR
- ERROR_ITERATED_DATA_EXCEEDS_64k → const WIN32_ERROR
- ERROR_JOB_NO_CONTAINER → const WIN32_ERROR
- ERROR_JOIN_TO_JOIN → const WIN32_ERROR
- ERROR_JOIN_TO_SUBST → const WIN32_ERROR
- ERROR_JOURNAL_DELETE_IN_PROGRESS → const WIN32_ERROR
- ERROR_JOURNAL_ENTRY_DELETED → const WIN32_ERROR
- ERROR_JOURNAL_HOOK_SET → const WIN32_ERROR
- ERROR_JOURNAL_NOT_ACTIVE → const WIN32_ERROR
- ERROR_KERNEL_APC → const WIN32_ERROR
- ERROR_KEY_DELETED → const WIN32_ERROR
- ERROR_KEY_DOES_NOT_EXIST → const WIN32_ERROR
- ERROR_KEY_HAS_CHILDREN → const WIN32_ERROR
- ERROR_KM_DRIVER_BLOCKED → const WIN32_ERROR
- ERROR_LABEL_TOO_LONG → const WIN32_ERROR
- ERROR_LAPS_ENCRYPTION_REQUIRES_2016_DFL → const WIN32_ERROR
- ERROR_LAPS_LEGACY_SCHEMA_MISSING → const WIN32_ERROR
- ERROR_LAPS_PROCESS_TERMINATED → const WIN32_ERROR
- ERROR_LAPS_SCHEMA_MISSING → const WIN32_ERROR
- ERROR_LAST_ADMIN → const WIN32_ERROR
- ERROR_LB_WITHOUT_TABSTOPS → const WIN32_ERROR
- ERROR_LIBRARY_FULL → const WIN32_ERROR
- ERROR_LIBRARY_OFFLINE → const WIN32_ERROR
- ERROR_LICENSE_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_LINE_NOT_FOUND → const WIN32_ERROR
- ERROR_LINUX_SUBSYSTEM_NOT_PRESENT → const WIN32_ERROR
- ERROR_LINUX_SUBSYSTEM_UPDATE_REQUIRED → const WIN32_ERROR
- ERROR_LISTBOX_ID_NOT_FOUND → const WIN32_ERROR
- ERROR_LM_CROSS_ENCRYPTION_REQUIRED → const WIN32_ERROR
- ERROR_LOCAL_POLICY_MODIFICATION_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_LOCAL_USER_SESSION_KEY → const WIN32_ERROR
- ERROR_LOCK_FAILED → const WIN32_ERROR
- ERROR_LOCK_VIOLATION → const WIN32_ERROR
- ERROR_LOCKED → const WIN32_ERROR
- ERROR_LOG_APPENDED_FLUSH_FAILED → const WIN32_ERROR
- ERROR_LOG_ARCHIVE_IN_PROGRESS → const WIN32_ERROR
- ERROR_LOG_ARCHIVE_NOT_IN_PROGRESS → const WIN32_ERROR
- ERROR_LOG_BLOCK_INCOMPLETE → const WIN32_ERROR
- ERROR_LOG_BLOCK_INVALID → const WIN32_ERROR
- ERROR_LOG_BLOCK_VERSION → const WIN32_ERROR
- ERROR_LOG_BLOCKS_EXHAUSTED → const WIN32_ERROR
- ERROR_LOG_CANT_DELETE → const WIN32_ERROR
- ERROR_LOG_CLIENT_ALREADY_REGISTERED → const WIN32_ERROR
- ERROR_LOG_CLIENT_NOT_REGISTERED → const WIN32_ERROR
- ERROR_LOG_CONTAINER_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_LOG_CONTAINER_OPEN_FAILED → const WIN32_ERROR
- ERROR_LOG_CONTAINER_READ_FAILED → const WIN32_ERROR
- ERROR_LOG_CONTAINER_STATE_INVALID → const WIN32_ERROR
- ERROR_LOG_CONTAINER_WRITE_FAILED → const WIN32_ERROR
- ERROR_LOG_CORRUPTION_DETECTED → const WIN32_ERROR
- ERROR_LOG_DEDICATED → const WIN32_ERROR
- ERROR_LOG_EPHEMERAL → const WIN32_ERROR
- ERROR_LOG_FILE_FULL → const WIN32_ERROR
- ERROR_LOG_FULL → const WIN32_ERROR
- ERROR_LOG_FULL_HANDLER_IN_PROGRESS → const WIN32_ERROR
- ERROR_LOG_GROWTH_FAILED → const WIN32_ERROR
- ERROR_LOG_HARD_ERROR → const WIN32_ERROR
- ERROR_LOG_INCONSISTENT_SECURITY → const WIN32_ERROR
- ERROR_LOG_INVALID_RANGE → const WIN32_ERROR
- ERROR_LOG_METADATA_CORRUPT → const WIN32_ERROR
- ERROR_LOG_METADATA_FLUSH_FAILED → const WIN32_ERROR
- ERROR_LOG_METADATA_INCONSISTENT → const WIN32_ERROR
- ERROR_LOG_METADATA_INVALID → const WIN32_ERROR
- ERROR_LOG_MULTIPLEXED → const WIN32_ERROR
- ERROR_LOG_NO_RESTART → const WIN32_ERROR
- ERROR_LOG_NOT_ENOUGH_CONTAINERS → const WIN32_ERROR
- ERROR_LOG_PINNED → const WIN32_ERROR
- ERROR_LOG_PINNED_ARCHIVE_TAIL → const WIN32_ERROR
- ERROR_LOG_PINNED_RESERVATION → const WIN32_ERROR
- ERROR_LOG_POLICY_ALREADY_INSTALLED → const WIN32_ERROR
- ERROR_LOG_POLICY_CONFLICT → const WIN32_ERROR
- ERROR_LOG_POLICY_INVALID → const WIN32_ERROR
- ERROR_LOG_POLICY_NOT_INSTALLED → const WIN32_ERROR
- ERROR_LOG_READ_CONTEXT_INVALID → const WIN32_ERROR
- ERROR_LOG_READ_MODE_INVALID → const WIN32_ERROR
- ERROR_LOG_RECORD_NONEXISTENT → const WIN32_ERROR
- ERROR_LOG_RECORDS_RESERVED_INVALID → const WIN32_ERROR
- ERROR_LOG_RESERVATION_INVALID → const WIN32_ERROR
- ERROR_LOG_RESIZE_INVALID_SIZE → const WIN32_ERROR
- ERROR_LOG_RESTART_INVALID → const WIN32_ERROR
- ERROR_LOG_SECTOR_INVALID → const WIN32_ERROR
- ERROR_LOG_SECTOR_PARITY_INVALID → const WIN32_ERROR
- ERROR_LOG_SECTOR_REMAPPED → const WIN32_ERROR
- ERROR_LOG_SPACE_RESERVED_INVALID → const WIN32_ERROR
- ERROR_LOG_START_OF_LOG → const WIN32_ERROR
- ERROR_LOG_STATE_INVALID → const WIN32_ERROR
- ERROR_LOG_TAIL_INVALID → const WIN32_ERROR
- ERROR_LOGIN_TIME_RESTRICTION → const WIN32_ERROR
- ERROR_LOGIN_WKSTA_RESTRICTION → const WIN32_ERROR
- ERROR_LOGON_FAILURE → const WIN32_ERROR
- ERROR_LOGON_NOT_GRANTED → const WIN32_ERROR
- ERROR_LOGON_SERVER_CONFLICT → const WIN32_ERROR
- ERROR_LOGON_SESSION_COLLISION → const WIN32_ERROR
- ERROR_LOGON_SESSION_EXISTS → const WIN32_ERROR
- ERROR_LOGON_TYPE_NOT_GRANTED → const WIN32_ERROR
- ERROR_LONGJUMP → const WIN32_ERROR
- ERROR_LOST_MODE_LOGON_RESTRICTION → const WIN32_ERROR
- ERROR_LOST_WRITEBEHIND_DATA → const WIN32_ERROR
- ERROR_LOST_WRITEBEHIND_DATA_LOCAL_DISK_ERROR → const WIN32_ERROR
- ERROR_LOST_WRITEBEHIND_DATA_NETWORK_DISCONNECTED → const WIN32_ERROR
- ERROR_LOST_WRITEBEHIND_DATA_NETWORK_SERVER_ERROR → const WIN32_ERROR
- ERROR_LUIDS_EXHAUSTED → const WIN32_ERROR
- ERROR_MACHINE_LOCKED → const WIN32_ERROR
- ERROR_MACHINE_SCOPE_NOT_ALLOWED → const WIN32_ERROR
- ERROR_MACHINE_UNAVAILABLE → const WIN32_ERROR
- ERROR_MAGAZINE_NOT_PRESENT → const WIN32_ERROR
- ERROR_MALFORMED_SUBSTITUTION_STRING → const WIN32_ERROR
- ERROR_MAPPED_ALIGNMENT → const WIN32_ERROR
- ERROR_MARKED_TO_DISALLOW_WRITES → const WIN32_ERROR
- ERROR_MARSHALL_OVERFLOW → const WIN32_ERROR
- ERROR_MAX_SESSIONS_REACHED → const WIN32_ERROR
- ERROR_MAX_THRDS_REACHED → const WIN32_ERROR
- ERROR_MCA_EXCEPTION → const WIN32_ERROR
- ERROR_MCA_INTERNAL_ERROR → const WIN32_ERROR
- ERROR_MCA_INVALID_CAPABILITIES_STRING → const WIN32_ERROR
- ERROR_MCA_INVALID_TECHNOLOGY_TYPE_RETURNED → const WIN32_ERROR
- ERROR_MCA_INVALID_VCP_VERSION → const WIN32_ERROR
- ERROR_MCA_MCCS_VERSION_MISMATCH → const WIN32_ERROR
- ERROR_MCA_MONITOR_VIOLATES_MCCS_SPECIFICATION → const WIN32_ERROR
- ERROR_MCA_OCCURED → const WIN32_ERROR
- ERROR_MCA_UNSUPPORTED_COLOR_TEMPERATURE → const WIN32_ERROR
- ERROR_MCA_UNSUPPORTED_MCCS_VERSION → const WIN32_ERROR
- ERROR_MEDIA_CHANGED → const WIN32_ERROR
- ERROR_MEDIA_CHECK → const WIN32_ERROR
- ERROR_MEDIA_INCOMPATIBLE → const WIN32_ERROR
- ERROR_MEDIA_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_MEDIA_OFFLINE → const WIN32_ERROR
- ERROR_MEDIA_UNAVAILABLE → const WIN32_ERROR
- ERROR_MEDIUM_NOT_ACCESSIBLE → const WIN32_ERROR
- ERROR_MEMBER_IN_ALIAS → const WIN32_ERROR
- ERROR_MEMBER_IN_GROUP → const WIN32_ERROR
- ERROR_MEMBER_NOT_IN_ALIAS → const WIN32_ERROR
- ERROR_MEMBER_NOT_IN_GROUP → const WIN32_ERROR
- ERROR_MEMBERS_PRIMARY_GROUP → const WIN32_ERROR
- ERROR_MEMORY_DECOMPRESSION_FAILURE → const WIN32_ERROR
- ERROR_MEMORY_DECOMPRESSION_HW_ERROR → const WIN32_ERROR
- ERROR_MEMORY_HARDWARE → const WIN32_ERROR
- ERROR_MENU_ITEM_NOT_FOUND → const WIN32_ERROR
- ERROR_MESSAGE_EXCEEDS_MAX_SIZE → const WIN32_ERROR
- ERROR_MESSAGE_SYNC_ONLY → const WIN32_ERROR
- ERROR_META_EXPANSION_TOO_LONG → const WIN32_ERROR
- ERROR_METAFILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_MINIVERSION_INACCESSIBLE_FROM_SPECIFIED_TRANSACTION → const WIN32_ERROR
- ERROR_MISSING_SYSTEMFILE → const WIN32_ERROR
- ERROR_MOD_NOT_FOUND → const WIN32_ERROR
- ERROR_MORE_DATA → const WIN32_ERROR
- ERROR_MORE_WRITES → const WIN32_ERROR
- ERROR_MOUNT_POINT_NOT_RESOLVED → const WIN32_ERROR
- ERROR_MP_PROCESSOR_MISMATCH → const WIN32_ERROR
- ERROR_MR_MID_NOT_FOUND → const WIN32_ERROR
- ERROR_MRM_AUTOMERGE_ENABLED → const WIN32_ERROR
- ERROR_MRM_DIRECT_REF_TO_NON_DEFAULT_RESOURCE → const WIN32_ERROR
- ERROR_MRM_DUPLICATE_ENTRY → const WIN32_ERROR
- ERROR_MRM_DUPLICATE_MAP_NAME → const WIN32_ERROR
- ERROR_MRM_FILEPATH_TOO_LONG → const WIN32_ERROR
- ERROR_MRM_GENERATION_COUNT_MISMATCH → const WIN32_ERROR
- ERROR_MRM_INDETERMINATE_QUALIFIER_VALUE → const WIN32_ERROR
- ERROR_MRM_INVALID_FILE_TYPE → const WIN32_ERROR
- ERROR_MRM_INVALID_PRI_FILE → const WIN32_ERROR
- ERROR_MRM_INVALID_PRICONFIG → const WIN32_ERROR
- ERROR_MRM_INVALID_QUALIFIER_OPERATOR → const WIN32_ERROR
- ERROR_MRM_INVALID_QUALIFIER_VALUE → const WIN32_ERROR
- ERROR_MRM_INVALID_RESOURCE_IDENTIFIER → const WIN32_ERROR
- ERROR_MRM_MAP_NOT_FOUND → const WIN32_ERROR
- ERROR_MRM_MISSING_DEFAULT_LANGUAGE → const WIN32_ERROR
- ERROR_MRM_NAMED_RESOURCE_NOT_FOUND → const WIN32_ERROR
- ERROR_MRM_NO_CANDIDATE → const WIN32_ERROR
- ERROR_MRM_NO_CURRENT_VIEW_ON_THREAD → const WIN32_ERROR
- ERROR_MRM_NO_MATCH_OR_DEFAULT_CANDIDATE → const WIN32_ERROR
- ERROR_MRM_PACKAGE_NOT_FOUND → const WIN32_ERROR
- ERROR_MRM_RESOURCE_TYPE_MISMATCH → const WIN32_ERROR
- ERROR_MRM_RUNTIME_NO_DEFAULT_OR_NEUTRAL_RESOURCE → const WIN32_ERROR
- ERROR_MRM_SCOPE_ITEM_CONFLICT → const WIN32_ERROR
- ERROR_MRM_TOO_MANY_RESOURCES → const WIN32_ERROR
- ERROR_MRM_UNKNOWN_QUALIFIER → const WIN32_ERROR
- ERROR_MRM_UNSUPPORTED_DIRECTORY_TYPE → const WIN32_ERROR
- ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_LOAD_UNLOAD_PRI_FILE → const WIN32_ERROR
- ERROR_MRM_UNSUPPORTED_FILE_TYPE_FOR_MERGE → const WIN32_ERROR
- ERROR_MRM_UNSUPPORTED_PROFILE_TYPE → const WIN32_ERROR
- ERROR_MUI_FILE_NOT_FOUND → const WIN32_ERROR
- ERROR_MUI_FILE_NOT_LOADED → const WIN32_ERROR
- ERROR_MUI_INTLSETTINGS_INVALID_LOCALE_NAME → const WIN32_ERROR
- ERROR_MUI_INTLSETTINGS_UILANG_NOT_INSTALLED → const WIN32_ERROR
- ERROR_MUI_INVALID_FILE → const WIN32_ERROR
- ERROR_MUI_INVALID_LOCALE_NAME → const WIN32_ERROR
- ERROR_MUI_INVALID_RC_CONFIG → const WIN32_ERROR
- ERROR_MUI_INVALID_ULTIMATEFALLBACK_NAME → const WIN32_ERROR
- ERROR_MULTIPLE_FAULT_VIOLATION → const WIN32_ERROR
- ERROR_MUTANT_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_MUTUAL_AUTH_FAILED → const WIN32_ERROR
- ERROR_NDIS_ADAPTER_NOT_FOUND → const WIN32_ERROR
- ERROR_NDIS_ADAPTER_NOT_READY → const WIN32_ERROR
- ERROR_NDIS_ADAPTER_REMOVED → const WIN32_ERROR
- ERROR_NDIS_ALREADY_MAPPED → const WIN32_ERROR
- ERROR_NDIS_BAD_CHARACTERISTICS → const WIN32_ERROR
- ERROR_NDIS_BAD_VERSION → const WIN32_ERROR
- ERROR_NDIS_BUFFER_TOO_SHORT → const WIN32_ERROR
- ERROR_NDIS_DEVICE_FAILED → const WIN32_ERROR
- ERROR_NDIS_DOT11_AP_BAND_CURRENTLY_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_NDIS_DOT11_AP_BAND_NOT_ALLOWED → const WIN32_ERROR
- ERROR_NDIS_DOT11_AP_CHANNEL_CURRENTLY_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_NDIS_DOT11_AP_CHANNEL_NOT_ALLOWED → const WIN32_ERROR
- ERROR_NDIS_DOT11_AP_RADIO_RESTRICTION → const WIN32_ERROR
- ERROR_NDIS_DOT11_AUTO_CONFIG_ENABLED → const WIN32_ERROR
- ERROR_NDIS_DOT11_MEDIA_IN_USE → const WIN32_ERROR
- ERROR_NDIS_DOT11_POWER_STATE_INVALID → const WIN32_ERROR
- ERROR_NDIS_ERROR_READING_FILE → const WIN32_ERROR
- ERROR_NDIS_FILE_NOT_FOUND → const WIN32_ERROR
- ERROR_NDIS_GROUP_ADDRESS_IN_USE → const WIN32_ERROR
- ERROR_NDIS_INDICATION_REQUIRED → const WIN32_ERROR
- ERROR_NDIS_INTERFACE_CLOSING → const WIN32_ERROR
- ERROR_NDIS_INTERFACE_NOT_FOUND → const WIN32_ERROR
- ERROR_NDIS_INVALID_ADDRESS → const WIN32_ERROR
- ERROR_NDIS_INVALID_DATA → const WIN32_ERROR
- ERROR_NDIS_INVALID_DEVICE_REQUEST → const WIN32_ERROR
- ERROR_NDIS_INVALID_LENGTH → const WIN32_ERROR
- ERROR_NDIS_INVALID_OID → const WIN32_ERROR
- ERROR_NDIS_INVALID_PACKET → const WIN32_ERROR
- ERROR_NDIS_INVALID_PORT → const WIN32_ERROR
- ERROR_NDIS_INVALID_PORT_STATE → const WIN32_ERROR
- ERROR_NDIS_LOW_POWER_STATE → const WIN32_ERROR
- ERROR_NDIS_MEDIA_DISCONNECTED → const WIN32_ERROR
- ERROR_NDIS_MULTICAST_EXISTS → const WIN32_ERROR
- ERROR_NDIS_MULTICAST_FULL → const WIN32_ERROR
- ERROR_NDIS_MULTICAST_NOT_FOUND → const WIN32_ERROR
- ERROR_NDIS_NO_QUEUES → const WIN32_ERROR
- ERROR_NDIS_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_NDIS_OFFLOAD_CONNECTION_REJECTED → const WIN32_ERROR
- ERROR_NDIS_OFFLOAD_PATH_REJECTED → const WIN32_ERROR
- ERROR_NDIS_OFFLOAD_POLICY → const WIN32_ERROR
- ERROR_NDIS_OPEN_FAILED → const WIN32_ERROR
- ERROR_NDIS_PAUSED → const WIN32_ERROR
- ERROR_NDIS_PM_PROTOCOL_OFFLOAD_LIST_FULL → const WIN32_ERROR
- ERROR_NDIS_PM_WOL_PATTERN_LIST_FULL → const WIN32_ERROR
- ERROR_NDIS_REINIT_REQUIRED → const WIN32_ERROR
- ERROR_NDIS_REQUEST_ABORTED → const WIN32_ERROR
- ERROR_NDIS_RESET_IN_PROGRESS → const WIN32_ERROR
- ERROR_NDIS_RESOURCE_CONFLICT → const WIN32_ERROR
- ERROR_NDIS_UNSUPPORTED_MEDIA → const WIN32_ERROR
- ERROR_NDIS_UNSUPPORTED_REVISION → const WIN32_ERROR
- ERROR_NEEDS_REGISTRATION → const WIN32_ERROR
- ERROR_NEEDS_REMEDIATION → const WIN32_ERROR
- ERROR_NEGATIVE_SEEK → const WIN32_ERROR
- ERROR_NESTING_NOT_ALLOWED → const WIN32_ERROR
- ERROR_NET_OPEN_FAILED → const WIN32_ERROR
- ERROR_NET_WRITE_FAULT → const WIN32_ERROR
- ERROR_NETLOGON_NOT_STARTED → const WIN32_ERROR
- ERROR_NETNAME_DELETED → const WIN32_ERROR
- ERROR_NETWORK_ACCESS_DENIED → const WIN32_ERROR
- ERROR_NETWORK_ACCESS_DENIED_EDP → const WIN32_ERROR
- ERROR_NETWORK_AUTHENTICATION_PROMPT_CANCELED → const WIN32_ERROR
- ERROR_NETWORK_BUSY → const WIN32_ERROR
- ERROR_NETWORK_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_NETWORK_UNREACHABLE → const WIN32_ERROR
- ERROR_NO_ACE_CONDITION → const WIN32_ERROR
- ERROR_NO_ADMIN_ACCESS_POINT → const WIN32_ERROR
- ERROR_NO_ASSOCIATED_CLASS → const WIN32_ERROR
- ERROR_NO_ASSOCIATED_SERVICE → const WIN32_ERROR
- ERROR_NO_ASSOCIATION → const WIN32_ERROR
- ERROR_NO_AUTHENTICODE_CATALOG → const WIN32_ERROR
- ERROR_NO_BACKUP → const WIN32_ERROR
- ERROR_NO_BROWSER_SERVERS_FOUND → const WIN32_ERROR
- ERROR_NO_BYPASSIO_DRIVER_SUPPORT → const WIN32_ERROR
- ERROR_NO_CALLBACK_ACTIVE → const WIN32_ERROR
- ERROR_NO_CATALOG_FOR_OEM_INF → const WIN32_ERROR
- ERROR_NO_CLASS_DRIVER_LIST → const WIN32_ERROR
- ERROR_NO_CLASSINSTALL_PARAMS → const WIN32_ERROR
- ERROR_NO_COMPAT_DRIVERS → const WIN32_ERROR
- ERROR_NO_CONFIGMGR_SERVICES → const WIN32_ERROR
- ERROR_NO_DATA → const WIN32_ERROR
- ERROR_NO_DATA_DETECTED → const WIN32_ERROR
- ERROR_NO_DEFAULT_DEVICE_INTERFACE → const WIN32_ERROR
- ERROR_NO_DEFAULT_INTERFACE_DEVICE → const WIN32_ERROR
- ERROR_NO_DEVICE_ICON → const WIN32_ERROR
- ERROR_NO_DEVICE_SELECTED → const WIN32_ERROR
- ERROR_NO_DRIVER_SELECTED → const WIN32_ERROR
- ERROR_NO_EFS → const WIN32_ERROR
- ERROR_NO_EVENT_PAIR → const WIN32_ERROR
- ERROR_NO_GUID_TRANSLATION → const WIN32_ERROR
- ERROR_NO_IMPERSONATION_TOKEN → const WIN32_ERROR
- ERROR_NO_INF → const WIN32_ERROR
- ERROR_NO_INHERITANCE → const WIN32_ERROR
- ERROR_NO_LINK_TRACKING_IN_TRANSACTION → const WIN32_ERROR
- ERROR_NO_LOG_SPACE → const WIN32_ERROR
- ERROR_NO_LOGON_SERVERS → const WIN32_ERROR
- ERROR_NO_MATCH → const WIN32_ERROR
- ERROR_NO_MEDIA_IN_DRIVE → const WIN32_ERROR
- ERROR_NO_MORE_DEVICES → const WIN32_ERROR
- ERROR_NO_MORE_FILES → const WIN32_ERROR
- ERROR_NO_MORE_ITEMS → const WIN32_ERROR
- ERROR_NO_MORE_MATCHES → const WIN32_ERROR
- ERROR_NO_MORE_SEARCH_HANDLES → const WIN32_ERROR
- ERROR_NO_MORE_USER_HANDLES → const WIN32_ERROR
- ERROR_NO_NET_OR_BAD_PATH → const WIN32_ERROR
- ERROR_NO_NETWORK → const WIN32_ERROR
- ERROR_NO_NVRAM_RESOURCES → const WIN32_ERROR
- ERROR_NO_PAGEFILE → const WIN32_ERROR
- ERROR_NO_PHYSICALLY_ALIGNED_FREE_SPACE_FOUND → const WIN32_ERROR
- ERROR_NO_PROC_SLOTS → const WIN32_ERROR
- ERROR_NO_PROMOTION_ACTIVE → const WIN32_ERROR
- ERROR_NO_QUOTAS_FOR_ACCOUNT → const WIN32_ERROR
- ERROR_NO_RANGES_PROCESSED → const WIN32_ERROR
- ERROR_NO_RECOVERY_POLICY → const WIN32_ERROR
- ERROR_NO_RECOVERY_PROGRAM → const WIN32_ERROR
- ERROR_NO_SAVEPOINT_WITH_OPEN_FILES → const WIN32_ERROR
- ERROR_NO_SCROLLBARS → const WIN32_ERROR
- ERROR_NO_SECRETS → const WIN32_ERROR
- ERROR_NO_SECURITY_ON_OBJECT → const WIN32_ERROR
- ERROR_NO_SHUTDOWN_IN_PROGRESS → const WIN32_ERROR
- ERROR_NO_SIGNAL_SENT → const WIN32_ERROR
- ERROR_NO_SITE_SETTINGS_OBJECT → const WIN32_ERROR
- ERROR_NO_SITENAME → const WIN32_ERROR
- ERROR_NO_SPOOL_SPACE → const WIN32_ERROR
- ERROR_NO_SUCH_ALIAS → const WIN32_ERROR
- ERROR_NO_SUCH_DEVICE → const WIN32_ERROR
- ERROR_NO_SUCH_DEVICE_INTERFACE → const WIN32_ERROR
- ERROR_NO_SUCH_DEVINST → const WIN32_ERROR
- ERROR_NO_SUCH_DOMAIN → const WIN32_ERROR
- ERROR_NO_SUCH_GROUP → const WIN32_ERROR
- ERROR_NO_SUCH_INTERFACE_CLASS → const WIN32_ERROR
- ERROR_NO_SUCH_INTERFACE_DEVICE → const WIN32_ERROR
- ERROR_NO_SUCH_LOGON_SESSION → const WIN32_ERROR
- ERROR_NO_SUCH_MEMBER → const WIN32_ERROR
- ERROR_NO_SUCH_PACKAGE → const WIN32_ERROR
- ERROR_NO_SUCH_PRIVILEGE → const WIN32_ERROR
- ERROR_NO_SUCH_SITE → const WIN32_ERROR
- ERROR_NO_SUCH_USER → const WIN32_ERROR
- ERROR_NO_SUPPORTING_DRIVES → const WIN32_ERROR
- ERROR_NO_SYSTEM_MENU → const WIN32_ERROR
- ERROR_NO_SYSTEM_RESOURCES → const WIN32_ERROR
- ERROR_NO_TASK_QUEUE → const WIN32_ERROR
- ERROR_NO_TOKEN → const WIN32_ERROR
- ERROR_NO_TRACKING_SERVICE → const WIN32_ERROR
- ERROR_NO_TRUST_LSA_SECRET → const WIN32_ERROR
- ERROR_NO_TRUST_SAM_ACCOUNT → const WIN32_ERROR
- ERROR_NO_TXF_METADATA → const WIN32_ERROR
- ERROR_NO_UNICODE_TRANSLATION → const WIN32_ERROR
- ERROR_NO_USER_KEYS → const WIN32_ERROR
- ERROR_NO_USER_SESSION_KEY → const WIN32_ERROR
- ERROR_NO_VOLUME_ID → const WIN32_ERROR
- ERROR_NO_VOLUME_LABEL → const WIN32_ERROR
- ERROR_NO_WILDCARD_CHARACTERS → const WIN32_ERROR
- ERROR_NO_WORK_DONE → const WIN32_ERROR
- ERROR_NO_WRITABLE_DC_FOUND → const WIN32_ERROR
- ERROR_NO_YIELD_PERFORMED → const WIN32_ERROR
- ERROR_NOACCESS → const WIN32_ERROR
- ERROR_NODE_CANNOT_BE_CLUSTERED → const WIN32_ERROR
- ERROR_NODE_CANT_HOST_RESOURCE → const WIN32_ERROR
- ERROR_NODE_NOT_ACTIVE_CLUSTER_MEMBER → const WIN32_ERROR
- ERROR_NODE_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_NOINTERFACE → const WIN32_ERROR
- ERROR_NOLOGON_INTERDOMAIN_TRUST_ACCOUNT → const WIN32_ERROR
- ERROR_NOLOGON_SERVER_TRUST_ACCOUNT → const WIN32_ERROR
- ERROR_NOLOGON_WORKSTATION_TRUST_ACCOUNT → const WIN32_ERROR
- ERROR_NON_ACCOUNT_SID → const WIN32_ERROR
- ERROR_NON_CSV_PATH → const WIN32_ERROR
- ERROR_NON_DOMAIN_SID → const WIN32_ERROR
- ERROR_NON_MDICHILD_WINDOW → const WIN32_ERROR
- ERROR_NON_WINDOWS_DRIVER → const WIN32_ERROR
- ERROR_NON_WINDOWS_NT_DRIVER → const WIN32_ERROR
- ERROR_NONCORE_GROUPS_FOUND → const WIN32_ERROR
- ERROR_NONE_MAPPED → const WIN32_ERROR
- ERROR_NONPAGED_SYSTEM_RESOURCES → const WIN32_ERROR
- ERROR_NOT_A_CLOUD_FILE → const WIN32_ERROR
- ERROR_NOT_A_CLOUD_SYNC_ROOT → const WIN32_ERROR
- ERROR_NOT_A_DAX_VOLUME → const WIN32_ERROR
- ERROR_NOT_A_DEV_VOLUME → const WIN32_ERROR
- ERROR_NOT_A_REPARSE_POINT → const WIN32_ERROR
- ERROR_NOT_ALL_ASSIGNED → const WIN32_ERROR
- ERROR_NOT_ALLOWED_ON_SYSTEM_FILE → const WIN32_ERROR
- ERROR_NOT_AN_INSTALLED_OEM_INF → const WIN32_ERROR
- ERROR_NOT_APPCONTAINER → const WIN32_ERROR
- ERROR_NOT_AUTHENTICATED → const WIN32_ERROR
- ERROR_NOT_CAPABLE → const WIN32_ERROR
- ERROR_NOT_CHILD_WINDOW → const WIN32_ERROR
- ERROR_NOT_CONNECTED → const WIN32_ERROR
- ERROR_NOT_CONTAINER → const WIN32_ERROR
- ERROR_NOT_DAX_MAPPABLE → const WIN32_ERROR
- ERROR_NOT_DISABLEABLE → const WIN32_ERROR
- ERROR_NOT_DOS_DISK → const WIN32_ERROR
- ERROR_NOT_EMPTY → const WIN32_ERROR
- ERROR_NOT_ENOUGH_MEMORY → const WIN32_ERROR
- ERROR_NOT_ENOUGH_QUOTA → const WIN32_ERROR
- ERROR_NOT_ENOUGH_SERVER_MEMORY → const WIN32_ERROR
- ERROR_NOT_EXPORT_FORMAT → const WIN32_ERROR
- ERROR_NOT_FOUND → const WIN32_ERROR
- ERROR_NOT_GUI_PROCESS → const WIN32_ERROR
- ERROR_NOT_INSTALLED → const WIN32_ERROR
- ERROR_NOT_JOINED → const WIN32_ERROR
- ERROR_NOT_LOCKED → const WIN32_ERROR
- ERROR_NOT_LOGGED_ON → const WIN32_ERROR
- ERROR_NOT_LOGON_PROCESS → const WIN32_ERROR
- ERROR_NOT_OWNER → const WIN32_ERROR
- ERROR_NOT_QUORUM_CAPABLE → const WIN32_ERROR
- ERROR_NOT_QUORUM_CLASS → const WIN32_ERROR
- ERROR_NOT_READ_FROM_COPY → const WIN32_ERROR
- ERROR_NOT_READY → const WIN32_ERROR
- ERROR_NOT_REDUNDANT_STORAGE → const WIN32_ERROR
- ERROR_NOT_REGISTRY_FILE → const WIN32_ERROR
- ERROR_NOT_SAFE_MODE_DRIVER → const WIN32_ERROR
- ERROR_NOT_SAFEBOOT_SERVICE → const WIN32_ERROR
- ERROR_NOT_SAME_DEVICE → const WIN32_ERROR
- ERROR_NOT_SAME_OBJECT → const WIN32_ERROR
- ERROR_NOT_SNAPSHOT_VOLUME → const WIN32_ERROR
- ERROR_NOT_SUBSTED → const WIN32_ERROR
- ERROR_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_IN_APPCONTAINER → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_ON_DAX → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_ON_SBS → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_ON_STANDARD_SERVER → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_AUDITING → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_BTT → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_BYPASSIO → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_CACHED_HANDLE → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_COMPRESSION → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_DEDUPLICATION → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_ENCRYPTION → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_MONITORING → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_REPLICATION → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_SNAPSHOT → const WIN32_ERROR
- ERROR_NOT_SUPPORTED_WITH_VIRTUALIZATION → const WIN32_ERROR
- ERROR_NOT_TINY_STREAM → const WIN32_ERROR
- ERROR_NOTHING_TO_TERMINATE → const WIN32_ERROR
- ERROR_NOTIFICATION_GUID_ALREADY_DEFINED → const WIN32_ERROR
- ERROR_NOTIFY_CLEANUP → const WIN32_ERROR
- ERROR_NOTIFY_ENUM_DIR → const WIN32_ERROR
- ERROR_NT_CROSS_ENCRYPTION_REQUIRED → const WIN32_ERROR
- ERROR_NTLM_BLOCKED → const WIN32_ERROR
- ERROR_NULL_LM_PASSWORD → const WIN32_ERROR
- ERROR_OBJECT_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_OBJECT_IN_LIST → const WIN32_ERROR
- ERROR_OBJECT_IS_IMMUTABLE → const WIN32_ERROR
- ERROR_OBJECT_NAME_EXISTS → const WIN32_ERROR
- ERROR_OBJECT_NO_LONGER_EXISTS → const WIN32_ERROR
- ERROR_OBJECT_NOT_EXTERNALLY_BACKED → const WIN32_ERROR
- ERROR_OBJECT_NOT_FOUND → const WIN32_ERROR
- ERROR_OFFLOAD_READ_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_OFFLOAD_READ_FLT_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_OFFLOAD_WRITE_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_OFFLOAD_WRITE_FLT_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_OFFSET_ALIGNMENT_VIOLATION → const WIN32_ERROR
- ERROR_OLD_WIN_VERSION → const WIN32_ERROR
- ERROR_ONLY_IF_CONNECTED → const WIN32_ERROR
- ERROR_ONLY_VALIDATE_VIA_AUTHENTICODE → const WIN32_ERROR
- ERROR_OPEN_FAILED → const WIN32_ERROR
- ERROR_OPEN_FILES → const WIN32_ERROR
- ERROR_OPERATION_ABORTED → const WIN32_ERROR
- ERROR_OPERATION_IN_PROGRESS → const WIN32_ERROR
- ERROR_OPERATION_NOT_ALLOWED_FROM_SYSTEM_COMPONENT → const WIN32_ERROR
- ERROR_OPERATION_NOT_SUPPORTED_IN_TRANSACTION → const WIN32_ERROR
- ERROR_OPLOCK_BREAK_IN_PROGRESS → const WIN32_ERROR
- ERROR_OPLOCK_HANDLE_CLOSED → const WIN32_ERROR
- ERROR_OPLOCK_NOT_GRANTED → const WIN32_ERROR
- ERROR_OPLOCK_SWITCHED_TO_NEW_HANDLE → const WIN32_ERROR
- ERROR_ORPHAN_NAME_EXHAUSTED → const WIN32_ERROR
- ERROR_OUT_OF_PAPER → const WIN32_ERROR
- ERROR_OUT_OF_STRUCTURES → const WIN32_ERROR
- ERROR_OUTOFMEMORY → const WIN32_ERROR
- ERROR_OVERRIDE_NOCHANGES → const WIN32_ERROR
- ERROR_PACKAGE_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_PACKAGE_EXTERNAL_LOCATION_NOT_ALLOWED → const WIN32_ERROR
- ERROR_PACKAGE_LACKS_CAPABILITY_FOR_MANDATORY_STARTUPTASKS → const WIN32_ERROR
- ERROR_PACKAGE_LACKS_CAPABILITY_TO_DEPLOY_ON_HOST → const WIN32_ERROR
- ERROR_PACKAGE_MANIFEST_NOT_FOUND → const WIN32_ERROR
- ERROR_PACKAGE_MOVE_BLOCKED_BY_STREAMING → const WIN32_ERROR
- ERROR_PACKAGE_MOVE_FAILED → const WIN32_ERROR
- ERROR_PACKAGE_NAME_MISMATCH → const WIN32_ERROR
- ERROR_PACKAGE_NOT_REGISTERED_FOR_USER → const WIN32_ERROR
- ERROR_PACKAGE_NOT_SUPPORTED_ON_FILESYSTEM → const WIN32_ERROR
- ERROR_PACKAGE_REPOSITORY_CORRUPTED → const WIN32_ERROR
- ERROR_PACKAGE_REPOSITORY_ROOT_CORRUPTED → const WIN32_ERROR
- ERROR_PACKAGE_STAGING_ONHOLD → const WIN32_ERROR
- ERROR_PACKAGE_UPDATING → const WIN32_ERROR
- ERROR_PACKAGED_SERVICE_REQUIRES_ADMIN_PRIVILEGES → const WIN32_ERROR
- ERROR_PACKAGES_IN_USE → const WIN32_ERROR
- ERROR_PACKAGES_REPUTATION_CHECK_FAILED → const WIN32_ERROR
- ERROR_PACKAGES_REPUTATION_CHECK_TIMEDOUT → const WIN32_ERROR
- ERROR_PAGE_FAULT_COPY_ON_WRITE → const WIN32_ERROR
- ERROR_PAGE_FAULT_DEMAND_ZERO → const WIN32_ERROR
- ERROR_PAGE_FAULT_GUARD_PAGE → const WIN32_ERROR
- ERROR_PAGE_FAULT_PAGING_FILE → const WIN32_ERROR
- ERROR_PAGE_FAULT_TRANSITION → const WIN32_ERROR
- ERROR_PAGED_SYSTEM_RESOURCES → const WIN32_ERROR
- ERROR_PAGEFILE_CREATE_FAILED → const WIN32_ERROR
- ERROR_PAGEFILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_PAGEFILE_QUOTA → const WIN32_ERROR
- ERROR_PAGEFILE_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_PARAMETER_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_PARTIAL_COPY → const WIN32_ERROR
- ERROR_PARTITION_FAILURE → const WIN32_ERROR
- ERROR_PARTITION_TERMINATING → const WIN32_ERROR
- ERROR_PASSWORD_CHANGE_REQUIRED → const WIN32_ERROR
- ERROR_PASSWORD_EXPIRED → const WIN32_ERROR
- ERROR_PASSWORD_MUST_CHANGE → const WIN32_ERROR
- ERROR_PASSWORD_RESTRICTION → const WIN32_ERROR
- ERROR_PATCH_MANAGED_ADVERTISED_PRODUCT → const WIN32_ERROR
- ERROR_PATCH_NO_SEQUENCE → const WIN32_ERROR
- ERROR_PATCH_PACKAGE_INVALID → const WIN32_ERROR
- ERROR_PATCH_PACKAGE_OPEN_FAILED → const WIN32_ERROR
- ERROR_PATCH_PACKAGE_REJECTED → const WIN32_ERROR
- ERROR_PATCH_PACKAGE_UNSUPPORTED → const WIN32_ERROR
- ERROR_PATCH_REMOVAL_DISALLOWED → const WIN32_ERROR
- ERROR_PATCH_REMOVAL_UNSUPPORTED → const WIN32_ERROR
- ERROR_PATCH_TARGET_NOT_FOUND → const WIN32_ERROR
- ERROR_PATH_BUSY → const WIN32_ERROR
- ERROR_PATH_NOT_FOUND → const WIN32_ERROR
- ERROR_PDE_DECRYPTION_UNAVAILABLE → const WIN32_ERROR
- ERROR_PDE_DECRYPTION_UNAVAILABLE_FAILURE → const WIN32_ERROR
- ERROR_PDE_ENCRYPTION_UNAVAILABLE_FAILURE → const WIN32_ERROR
- ERROR_PER_USER_TRUST_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_PIPE_BUSY → const WIN32_ERROR
- ERROR_PIPE_CONNECTED → const WIN32_ERROR
- ERROR_PIPE_LISTENING → const WIN32_ERROR
- ERROR_PIPE_LOCAL → const WIN32_ERROR
- ERROR_PIPE_NOT_CONNECTED → const WIN32_ERROR
- ERROR_PKINIT_FAILURE → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_BINARY_ID_NOT_FOUND → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_CATALOG_NOT_AUTHORIZED → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_FILE_NOT_AUTHORIZED → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_INVALID → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_NOT_ACTIVE → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_NOT_AUTHORIZED → const WIN32_ERROR
- ERROR_PLATFORM_MANIFEST_NOT_SIGNED → const WIN32_ERROR
- ERROR_PLUGPLAY_QUERY_VETOED → const WIN32_ERROR
- ERROR_PNP_BAD_MPS_TABLE → const WIN32_ERROR
- ERROR_PNP_INVALID_ID → const WIN32_ERROR
- ERROR_PNP_IRQ_TRANSLATION_FAILED → const WIN32_ERROR
- ERROR_PNP_QUERY_REMOVE_DEVICE_TIMEOUT → const WIN32_ERROR
- ERROR_PNP_QUERY_REMOVE_RELATED_DEVICE_TIMEOUT → const WIN32_ERROR
- ERROR_PNP_QUERY_REMOVE_UNRELATED_DEVICE_TIMEOUT → const WIN32_ERROR
- ERROR_PNP_REBOOT_REQUIRED → const WIN32_ERROR
- ERROR_PNP_REGISTRY_ERROR → const WIN32_ERROR
- ERROR_PNP_RESTART_ENUMERATION → const WIN32_ERROR
- ERROR_PNP_TRANSLATION_FAILED → const WIN32_ERROR
- ERROR_POINT_NOT_FOUND → const WIN32_ERROR
- ERROR_POLICY_CONTROLLED_ACCOUNT → const WIN32_ERROR
- ERROR_POLICY_OBJECT_NOT_FOUND → const WIN32_ERROR
- ERROR_POLICY_ONLY_IN_DS → const WIN32_ERROR
- ERROR_POPUP_ALREADY_ACTIVE → const WIN32_ERROR
- ERROR_PORT_MESSAGE_TOO_LONG → const WIN32_ERROR
- ERROR_PORT_NOT_SET → const WIN32_ERROR
- ERROR_PORT_UNREACHABLE → const WIN32_ERROR
- ERROR_POSSIBLE_DEADLOCK → const WIN32_ERROR
- ERROR_POTENTIAL_FILE_FOUND → const WIN32_ERROR
- ERROR_PREDEFINED_HANDLE → const WIN32_ERROR
- ERROR_PRI_MERGE_ADD_FILE_FAILED → const WIN32_ERROR
- ERROR_PRI_MERGE_BUNDLE_PACKAGES_NOT_ALLOWED → const WIN32_ERROR
- ERROR_PRI_MERGE_INVALID_FILE_NAME → const WIN32_ERROR
- ERROR_PRI_MERGE_LOAD_FILE_FAILED → const WIN32_ERROR
- ERROR_PRI_MERGE_MAIN_PACKAGE_REQUIRED → const WIN32_ERROR
- ERROR_PRI_MERGE_MISSING_SCHEMA → const WIN32_ERROR
- ERROR_PRI_MERGE_MULTIPLE_MAIN_PACKAGES_NOT_ALLOWED → const WIN32_ERROR
- ERROR_PRI_MERGE_MULTIPLE_PACKAGE_FAMILIES_NOT_ALLOWED → const WIN32_ERROR
- ERROR_PRI_MERGE_RESOURCE_PACKAGE_REQUIRED → const WIN32_ERROR
- ERROR_PRI_MERGE_VERSION_MISMATCH → const WIN32_ERROR
- ERROR_PRI_MERGE_WRITE_FILE_FAILED → const WIN32_ERROR
- ERROR_PRIMARY_TRANSPORT_CONNECT_FAILED → const WIN32_ERROR
- ERROR_PRINT_CANCELLED → const WIN32_ERROR
- ERROR_PRINT_JOB_RESTART_REQUIRED → const WIN32_ERROR
- ERROR_PRINT_MONITOR_ALREADY_INSTALLED → const WIN32_ERROR
- ERROR_PRINT_MONITOR_IN_USE → const WIN32_ERROR
- ERROR_PRINT_PROCESSOR_ALREADY_INSTALLED → const WIN32_ERROR
- ERROR_PRINTER_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_PRINTER_DELETED → const WIN32_ERROR
- ERROR_PRINTER_DRIVER_ALREADY_INSTALLED → const WIN32_ERROR
- ERROR_PRINTER_DRIVER_BLOCKED → const WIN32_ERROR
- ERROR_PRINTER_DRIVER_DOWNLOAD_NEEDED → const WIN32_ERROR
- ERROR_PRINTER_DRIVER_IN_USE → const WIN32_ERROR
- ERROR_PRINTER_DRIVER_PACKAGE_IN_USE → const WIN32_ERROR
- ERROR_PRINTER_DRIVER_WARNED → const WIN32_ERROR
- ERROR_PRINTER_HAS_JOBS_QUEUED → const WIN32_ERROR
- ERROR_PRINTER_NOT_FOUND → const WIN32_ERROR
- ERROR_PRINTER_NOT_SHAREABLE → const WIN32_ERROR
- ERROR_PRINTQ_FULL → const WIN32_ERROR
- ERROR_PRIVATE_DIALOG_INDEX → const WIN32_ERROR
- ERROR_PRIVILEGE_NOT_HELD → const WIN32_ERROR
- ERROR_PROC_NOT_FOUND → const WIN32_ERROR
- ERROR_PROCESS_ABORTED → const WIN32_ERROR
- ERROR_PROCESS_IN_JOB → const WIN32_ERROR
- ERROR_PROCESS_IS_PROTECTED → const WIN32_ERROR
- ERROR_PROCESS_MODE_ALREADY_BACKGROUND → const WIN32_ERROR
- ERROR_PROCESS_MODE_NOT_BACKGROUND → const WIN32_ERROR
- ERROR_PROCESS_NOT_IN_JOB → const WIN32_ERROR
- ERROR_PRODUCT_UNINSTALLED → const WIN32_ERROR
- ERROR_PRODUCT_VERSION → const WIN32_ERROR
- ERROR_PROFILE_DOES_NOT_MATCH_DEVICE → const WIN32_ERROR
- ERROR_PROFILE_NOT_ASSOCIATED_WITH_DEVICE → const WIN32_ERROR
- ERROR_PROFILE_NOT_FOUND → const WIN32_ERROR
- ERROR_PROFILING_AT_LIMIT → const WIN32_ERROR
- ERROR_PROFILING_NOT_STARTED → const WIN32_ERROR
- ERROR_PROFILING_NOT_STOPPED → const WIN32_ERROR
- ERROR_PROMOTION_ACTIVE → const WIN32_ERROR
- ERROR_PROTOCOL_UNREACHABLE → const WIN32_ERROR
- ERROR_PROVISION_OPTIONAL_PACKAGE_REQUIRES_MAIN_PACKAGE_PROVISIONED → const WIN32_ERROR
- ERROR_PWD_HISTORY_CONFLICT → const WIN32_ERROR
- ERROR_PWD_TOO_LONG → const WIN32_ERROR
- ERROR_PWD_TOO_RECENT → const WIN32_ERROR
- ERROR_PWD_TOO_SHORT → const WIN32_ERROR
- ERROR_QUERY_STORAGE_ERROR → const WIN32_ERROR
- ERROR_QUORUM_DISK_NOT_FOUND → const WIN32_ERROR
- ERROR_QUORUM_NOT_ALLOWED_IN_THIS_GROUP → const WIN32_ERROR
- ERROR_QUORUM_OWNER_ALIVE → const WIN32_ERROR
- ERROR_QUORUM_RESOURCE → const WIN32_ERROR
- ERROR_QUORUM_RESOURCE_ONLINE_FAILED → const WIN32_ERROR
- ERROR_QUORUMLOG_OPEN_FAILED → const WIN32_ERROR
- ERROR_QUOTA_ACTIVITY → const WIN32_ERROR
- ERROR_QUOTA_LIST_INCONSISTENT → const WIN32_ERROR
- ERROR_RANGE_LIST_CONFLICT → const WIN32_ERROR
- ERROR_RANGE_NOT_FOUND → const WIN32_ERROR
- ERROR_RDP_PROTOCOL_ERROR → const WIN32_ERROR
- ERROR_READ_FAULT → const WIN32_ERROR
- ERROR_REC_NON_EXISTENT → const WIN32_ERROR
- ERROR_RECEIVE_EXPEDITED → const WIN32_ERROR
- ERROR_RECEIVE_PARTIAL → const WIN32_ERROR
- ERROR_RECEIVE_PARTIAL_EXPEDITED → const WIN32_ERROR
- ERROR_RECOVERY_FAILURE → const WIN32_ERROR
- ERROR_RECOVERY_FILE_CORRUPT → const WIN32_ERROR
- ERROR_RECOVERY_NOT_NEEDED → const WIN32_ERROR
- ERROR_REDIR_PAUSED → const WIN32_ERROR
- ERROR_REDIRECTION_TO_DEFAULT_ACCOUNT_NOT_ALLOWED → const WIN32_ERROR
- ERROR_REDIRECTOR_HAS_OPEN_HANDLES → const WIN32_ERROR
- ERROR_REG_NAT_CONSUMPTION → const WIN32_ERROR
- ERROR_REGISTRATION_FROM_REMOTE_DRIVE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_REGISTRY_CORRUPT → const WIN32_ERROR
- ERROR_REGISTRY_HIVE_RECOVERED → const WIN32_ERROR
- ERROR_REGISTRY_IO_FAILED → const WIN32_ERROR
- ERROR_REGISTRY_QUOTA_LIMIT → const WIN32_ERROR
- ERROR_REGISTRY_RECOVERED → const WIN32_ERROR
- ERROR_RELOC_CHAIN_XEEDS_SEGLIM → const WIN32_ERROR
- ERROR_REM_NOT_LIST → const WIN32_ERROR
- ERROR_REMOTE_COMM_FAILURE → const WIN32_ERROR
- ERROR_REMOTE_FILE_VERSION_MISMATCH → const WIN32_ERROR
- ERROR_REMOTE_MAILSLOTS_DEPRECATED → const WIN32_ERROR
- ERROR_REMOTE_PRINT_CONNECTIONS_BLOCKED → const WIN32_ERROR
- ERROR_REMOTE_REQUEST_UNSUPPORTED → const WIN32_ERROR
- ERROR_REMOTE_SESSION_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_REMOTE_STORAGE_MEDIA_ERROR → const WIN32_ERROR
- ERROR_REMOTE_STORAGE_NOT_ACTIVE → const WIN32_ERROR
- ERROR_REMOVE_FAILED → const WIN32_ERROR
- ERROR_REPARSE → const WIN32_ERROR
- ERROR_REPARSE_ATTRIBUTE_CONFLICT → const WIN32_ERROR
- ERROR_REPARSE_OBJECT → const WIN32_ERROR
- ERROR_REPARSE_POINT_ENCOUNTERED → const WIN32_ERROR
- ERROR_REPARSE_TAG_INVALID → const WIN32_ERROR
- ERROR_REPARSE_TAG_MISMATCH → const WIN32_ERROR
- ERROR_REPLY_MESSAGE_MISMATCH → const WIN32_ERROR
- ERROR_REQ_NOT_ACCEP → const WIN32_ERROR
- ERROR_REQUEST_ABORTED → const WIN32_ERROR
- ERROR_REQUEST_OUT_OF_SEQUENCE → const WIN32_ERROR
- ERROR_REQUEST_PAUSED → const WIN32_ERROR
- ERROR_REQUEST_REFUSED → const WIN32_ERROR
- ERROR_REQUIRES_INTERACTIVE_WINDOWSTATION → const WIN32_ERROR
- ERROR_RESIDENT_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_RESILIENCY_FILE_CORRUPT → const WIN32_ERROR
- ERROR_RESMON_CREATE_FAILED → const WIN32_ERROR
- ERROR_RESMON_INVALID_STATE → const WIN32_ERROR
- ERROR_RESMON_ONLINE_FAILED → const WIN32_ERROR
- ERROR_RESMON_SYSTEM_RESOURCES_LACKING → const WIN32_ERROR
- ERROR_RESOURCE_CALL_TIMED_OUT → const WIN32_ERROR
- ERROR_RESOURCE_DATA_NOT_FOUND → const WIN32_ERROR
- ERROR_RESOURCE_DISABLED → const WIN32_ERROR
- ERROR_RESOURCE_ENUM_USER_STOP → const WIN32_ERROR
- ERROR_RESOURCE_FAILED → const WIN32_ERROR
- ERROR_RESOURCE_LANG_NOT_FOUND → const WIN32_ERROR
- ERROR_RESOURCE_NAME_NOT_FOUND → const WIN32_ERROR
- ERROR_RESOURCE_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_RESOURCE_NOT_FOUND → const WIN32_ERROR
- ERROR_RESOURCE_NOT_IN_AVAILABLE_STORAGE → const WIN32_ERROR
- ERROR_RESOURCE_NOT_ONLINE → const WIN32_ERROR
- ERROR_RESOURCE_NOT_PRESENT → const WIN32_ERROR
- ERROR_RESOURCE_ONLINE → const WIN32_ERROR
- ERROR_RESOURCE_PROPERTIES_STORED → const WIN32_ERROR
- ERROR_RESOURCE_PROPERTY_UNCHANGEABLE → const WIN32_ERROR
- ERROR_RESOURCE_REQUIREMENTS_CHANGED → const WIN32_ERROR
- ERROR_RESOURCE_TYPE_NOT_FOUND → const WIN32_ERROR
- ERROR_RESOURCEMANAGER_NOT_FOUND → const WIN32_ERROR
- ERROR_RESOURCEMANAGER_READ_ONLY → const WIN32_ERROR
- ERROR_RESTART_APPLICATION → const WIN32_ERROR
- ERROR_RESUME_HIBERNATION → const WIN32_ERROR
- ERROR_RETRY → const WIN32_ERROR
- ERROR_RETURN_ADDRESS_HIJACK_ATTEMPT → const WIN32_ERROR
- ERROR_REVISION_MISMATCH → const WIN32_ERROR
- ERROR_RING2_STACK_IN_USE → const WIN32_ERROR
- ERROR_RING2SEG_MUST_BE_MOVABLE → const WIN32_ERROR
- ERROR_RM_ALREADY_STARTED → const WIN32_ERROR
- ERROR_RM_CANNOT_BE_FROZEN_FOR_SNAPSHOT → const WIN32_ERROR
- ERROR_RM_DISCONNECTED → const WIN32_ERROR
- ERROR_RM_METADATA_CORRUPT → const WIN32_ERROR
- ERROR_RM_NOT_ACTIVE → const WIN32_ERROR
- ERROR_RMODE_APP → const WIN32_ERROR
- ERROR_ROLLBACK_TIMER_EXPIRED → const WIN32_ERROR
- ERROR_ROWSNOTRELEASED → const WIN32_ERROR
- ERROR_RPL_NOT_ALLOWED → const WIN32_ERROR
- ERROR_RUNLEVEL_SWITCH_AGENT_TIMEOUT → const WIN32_ERROR
- ERROR_RUNLEVEL_SWITCH_IN_PROGRESS → const WIN32_ERROR
- ERROR_RUNLEVEL_SWITCH_TIMEOUT → const WIN32_ERROR
- ERROR_RWRAW_ENCRYPTED_FILE_NOT_ENCRYPTED → const WIN32_ERROR
- ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILEOFFSET → const WIN32_ERROR
- ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_FILERANGE → const WIN32_ERROR
- ERROR_RWRAW_ENCRYPTED_INVALID_EDATAINFO_PARAMETER → const WIN32_ERROR
- ERROR_RXACT_COMMIT_FAILURE → const WIN32_ERROR
- ERROR_RXACT_COMMIT_NECESSARY → const WIN32_ERROR
- ERROR_RXACT_COMMITTED → const WIN32_ERROR
- ERROR_RXACT_INVALID_STATE → const WIN32_ERROR
- ERROR_RXACT_STATE_CREATED → const WIN32_ERROR
- ERROR_SAM_INIT_FAILURE → const WIN32_ERROR
- ERROR_SAME_DRIVE → const WIN32_ERROR
- ERROR_SCE_DISABLED → const WIN32_ERROR
- ERROR_SCOPE_NOT_FOUND → const WIN32_ERROR
- ERROR_SCREEN_ALREADY_LOCKED → const WIN32_ERROR
- ERROR_SCRUB_DATA_DISABLED → const WIN32_ERROR
- ERROR_SECONDARY_IC_PROVIDER_NOT_REGISTERED → const WIN32_ERROR
- ERROR_SECRET_TOO_LONG → const WIN32_ERROR
- ERROR_SECTION_DIRECT_MAP_ONLY → const WIN32_ERROR
- ERROR_SECTION_NAME_TOO_LONG → const WIN32_ERROR
- ERROR_SECTION_NOT_FOUND → const WIN32_ERROR
- ERROR_SECTOR_NOT_FOUND → const WIN32_ERROR
- ERROR_SECUREBOOT_FILE_REPLACED → const WIN32_ERROR
- ERROR_SECUREBOOT_INVALID_POLICY → const WIN32_ERROR
- ERROR_SECUREBOOT_NOT_BASE_POLICY → const WIN32_ERROR
- ERROR_SECUREBOOT_NOT_ENABLED → const WIN32_ERROR
- ERROR_SECUREBOOT_NOT_SUPPLEMENTAL_POLICY → const WIN32_ERROR
- ERROR_SECUREBOOT_PLATFORM_ID_MISMATCH → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_MISSING_ANTIROLLBACKVERSION → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_NOT_AUTHORIZED → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_NOT_SIGNED → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_PUBLISHER_NOT_FOUND → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_ROLLBACK_DETECTED → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_UNKNOWN → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_UPGRADE_MISMATCH → const WIN32_ERROR
- ERROR_SECUREBOOT_POLICY_VIOLATION → const WIN32_ERROR
- ERROR_SECUREBOOT_REQUIRED_POLICY_FILE_MISSING → const WIN32_ERROR
- ERROR_SECUREBOOT_ROLLBACK_DETECTED → const WIN32_ERROR
- ERROR_SECURITY_DENIES_OPERATION → const WIN32_ERROR
- ERROR_SECURITY_STREAM_IS_INCONSISTENT → const WIN32_ERROR
- ERROR_SEEK → const WIN32_ERROR
- ERROR_SEEK_ON_DEVICE → const WIN32_ERROR
- ERROR_SEGMENT_NOTIFICATION → const WIN32_ERROR
- ERROR_SEM_IS_SET → const WIN32_ERROR
- ERROR_SEM_NOT_FOUND → const WIN32_ERROR
- ERROR_SEM_OWNER_DIED → const WIN32_ERROR
- ERROR_SEM_TIMEOUT → const WIN32_ERROR
- ERROR_SEM_USER_LIMIT → const WIN32_ERROR
- ERROR_SERIAL_NO_DEVICE → const WIN32_ERROR
- ERROR_SERVER_DISABLED → const WIN32_ERROR
- ERROR_SERVER_HAS_OPEN_HANDLES → const WIN32_ERROR
- ERROR_SERVER_NOT_DISABLED → const WIN32_ERROR
- ERROR_SERVER_SERVICE_CALL_REQUIRES_SMB1 → const WIN32_ERROR
- ERROR_SERVER_SHUTDOWN_IN_PROGRESS → const WIN32_ERROR
- ERROR_SERVER_SID_MISMATCH → const WIN32_ERROR
- ERROR_SERVER_TRANSPORT_CONFLICT → const WIN32_ERROR
- ERROR_SERVICE_ALREADY_RUNNING → const WIN32_ERROR
- ERROR_SERVICE_BLOCKED_BY_SYSPREP_IN_PROGRESS → const WIN32_ERROR
- ERROR_SERVICE_CANNOT_ACCEPT_CTRL → const WIN32_ERROR
- ERROR_SERVICE_DATABASE_LOCKED → const WIN32_ERROR
- ERROR_SERVICE_DEPENDENCY_DELETED → const WIN32_ERROR
- ERROR_SERVICE_DEPENDENCY_FAIL → const WIN32_ERROR
- ERROR_SERVICE_DISABLED → const WIN32_ERROR
- ERROR_SERVICE_DOES_NOT_EXIST → const WIN32_ERROR
- ERROR_SERVICE_EXISTS → const WIN32_ERROR
- ERROR_SERVICE_EXISTS_AS_NON_PACKAGED_SERVICE → const WIN32_ERROR
- ERROR_SERVICE_LOGON_FAILED → const WIN32_ERROR
- ERROR_SERVICE_MARKED_FOR_DELETE → const WIN32_ERROR
- ERROR_SERVICE_NEVER_STARTED → const WIN32_ERROR
- ERROR_SERVICE_NO_THREAD → const WIN32_ERROR
- ERROR_SERVICE_NOT_ACTIVE → const WIN32_ERROR
- ERROR_SERVICE_NOT_FOUND → const WIN32_ERROR
- ERROR_SERVICE_NOT_IN_EXE → const WIN32_ERROR
- ERROR_SERVICE_NOTIFICATION → const WIN32_ERROR
- ERROR_SERVICE_NOTIFY_CLIENT_LAGGING → const WIN32_ERROR
- ERROR_SERVICE_REQUEST_TIMEOUT → const WIN32_ERROR
- ERROR_SERVICE_SPECIFIC_ERROR → const WIN32_ERROR
- ERROR_SERVICE_START_HANG → const WIN32_ERROR
- ERROR_SERVICES_FAILED_AUTOSTART → const WIN32_ERROR
- ERROR_SESSION_CREDENTIAL_CONFLICT → const WIN32_ERROR
- ERROR_SESSION_KEY_TOO_SHORT → const WIN32_ERROR
- ERROR_SET_CONTEXT_DENIED → const WIN32_ERROR
- ERROR_SET_NOT_FOUND → const WIN32_ERROR
- ERROR_SET_POWER_STATE_FAILED → const WIN32_ERROR
- ERROR_SET_POWER_STATE_VETOED → const WIN32_ERROR
- ERROR_SET_SYSTEM_RESTORE_POINT → const WIN32_ERROR
- ERROR_SETCOUNT_ON_BAD_LB → const WIN32_ERROR
- ERROR_SETMARK_DETECTED → const WIN32_ERROR
- ERROR_SHARED_POLICY → const WIN32_ERROR
- ERROR_SHARING_BUFFER_EXCEEDED → const WIN32_ERROR
- ERROR_SHARING_PAUSED → const WIN32_ERROR
- ERROR_SHARING_VIOLATION → const WIN32_ERROR
- ERROR_SHORT_NAMES_NOT_ENABLED_ON_VOLUME → const WIN32_ERROR
- ERROR_SHUTDOWN_CLUSTER → const WIN32_ERROR
- ERROR_SHUTDOWN_DISKS_NOT_IN_MAINTENANCE_MODE → const WIN32_ERROR
- ERROR_SHUTDOWN_IN_PROGRESS → const WIN32_ERROR
- ERROR_SHUTDOWN_IS_SCHEDULED → const WIN32_ERROR
- ERROR_SHUTDOWN_USERS_LOGGED_ON → const WIN32_ERROR
- ERROR_SIGNAL_PENDING → const WIN32_ERROR
- ERROR_SIGNAL_REFUSED → const WIN32_ERROR
- ERROR_SIGNATURE_OSATTRIBUTE_MISMATCH → const WIN32_ERROR
- ERROR_SIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE → const WIN32_ERROR
- ERROR_SINGLE_INSTANCE_APP → const WIN32_ERROR
- ERROR_SINGLETON_RESOURCE_INSTALLED_IN_ACTIVE_USER → const WIN32_ERROR
- ERROR_SMARTCARD_SUBSYSTEM_FAILURE → const WIN32_ERROR
- ERROR_SMB1_NOT_AVAILABLE → const WIN32_ERROR
- ERROR_SMB_GUEST_LOGON_BLOCKED → const WIN32_ERROR
- ERROR_SMI_PRIMITIVE_INSTALLER_FAILED → const WIN32_ERROR
- ERROR_SMR_GARBAGE_COLLECTION_REQUIRED → const WIN32_ERROR
- ERROR_SOME_NOT_MAPPED → const WIN32_ERROR
- ERROR_SOURCE_ELEMENT_EMPTY → const WIN32_ERROR
- ERROR_SPARSE_FILE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_SPARSE_NOT_ALLOWED_IN_TRANSACTION → const WIN32_ERROR
- ERROR_SPECIAL_ACCOUNT → const WIN32_ERROR
- ERROR_SPECIAL_GROUP → const WIN32_ERROR
- ERROR_SPECIAL_USER → const WIN32_ERROR
- ERROR_SPL_NO_ADDJOB → const WIN32_ERROR
- ERROR_SPL_NO_STARTDOC → const WIN32_ERROR
- ERROR_SPOOL_FILE_NOT_FOUND → const WIN32_ERROR
- ERROR_SRC_SRV_DLL_LOAD_FAILED → const WIN32_ERROR
- ERROR_STACK_BUFFER_OVERRUN → const WIN32_ERROR
- ERROR_STACK_OVERFLOW → const WIN32_ERROR
- ERROR_STACK_OVERFLOW_READ → const WIN32_ERROR
- ERROR_STAGEFROMUPDATEAGENT_PACKAGE_NOT_APPLICABLE → const WIN32_ERROR
- ERROR_STATE_COMPOSITE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_STATE_CONTAINER_NAME_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_STATE_CREATE_CONTAINER_FAILED → const WIN32_ERROR
- ERROR_STATE_DELETE_CONTAINER_FAILED → const WIN32_ERROR
- ERROR_STATE_DELETE_SETTING_FAILED → const WIN32_ERROR
- ERROR_STATE_ENUMERATE_CONTAINER_FAILED → const WIN32_ERROR
- ERROR_STATE_ENUMERATE_SETTINGS_FAILED → const WIN32_ERROR
- ERROR_STATE_GET_VERSION_FAILED → const WIN32_ERROR
- ERROR_STATE_LOAD_STORE_FAILED → const WIN32_ERROR
- ERROR_STATE_OPEN_CONTAINER_FAILED → const WIN32_ERROR
- ERROR_STATE_QUERY_SETTING_FAILED → const WIN32_ERROR
- ERROR_STATE_READ_COMPOSITE_SETTING_FAILED → const WIN32_ERROR
- ERROR_STATE_READ_SETTING_FAILED → const WIN32_ERROR
- ERROR_STATE_SET_VERSION_FAILED → const WIN32_ERROR
- ERROR_STATE_SETTING_NAME_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_STATE_SETTING_VALUE_SIZE_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_STATE_STRUCTURED_RESET_FAILED → const WIN32_ERROR
- ERROR_STATE_WRITE_COMPOSITE_SETTING_FAILED → const WIN32_ERROR
- ERROR_STATE_WRITE_SETTING_FAILED → const WIN32_ERROR
- ERROR_STATIC_INIT → const WIN32_ERROR
- ERROR_STOPPED_ON_SYMLINK → const WIN32_ERROR
- ERROR_STORAGE_LOST_DATA_PERSISTENCE → const WIN32_ERROR
- ERROR_STORAGE_RESERVE_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_STORAGE_RESERVE_DOES_NOT_EXIST → const WIN32_ERROR
- ERROR_STORAGE_RESERVE_ID_INVALID → const WIN32_ERROR
- ERROR_STORAGE_RESERVE_NOT_EMPTY → const WIN32_ERROR
- ERROR_STORAGE_STACK_ACCESS_DENIED → const WIN32_ERROR
- ERROR_STORAGE_TOPOLOGY_ID_MISMATCH → const WIN32_ERROR
- ERROR_STREAM_MINIVERSION_NOT_FOUND → const WIN32_ERROR
- ERROR_STREAM_MINIVERSION_NOT_VALID → const WIN32_ERROR
- ERROR_STRICT_CFG_VIOLATION → const WIN32_ERROR
- ERROR_SUBST_TO_JOIN → const WIN32_ERROR
- ERROR_SUBST_TO_SUBST → const WIN32_ERROR
- ERROR_SUCCESS → const WIN32_ERROR
- ERROR_SUCCESS_REBOOT_INITIATED → const WIN32_ERROR
- ERROR_SUCCESS_REBOOT_REQUIRED → const WIN32_ERROR
- ERROR_SUCCESS_RESTART_REQUIRED → const WIN32_ERROR
- ERROR_SWAPERROR → const WIN32_ERROR
- ERROR_SXS_ACTIVATION_CONTEXT_DISABLED → const WIN32_ERROR
- ERROR_SXS_ASSEMBLY_IS_NOT_A_DEPLOYMENT → const WIN32_ERROR
- ERROR_SXS_ASSEMBLY_MISSING → const WIN32_ERROR
- ERROR_SXS_ASSEMBLY_NOT_FOUND → const WIN32_ERROR
- ERROR_SXS_ASSEMBLY_NOT_LOCKED → const WIN32_ERROR
- ERROR_SXS_CANT_GEN_ACTCTX → const WIN32_ERROR
- ERROR_SXS_COMPONENT_STORE_CORRUPT → const WIN32_ERROR
- ERROR_SXS_CORRUPT_ACTIVATION_STACK → const WIN32_ERROR
- ERROR_SXS_CORRUPTION → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_ACTIVATABLE_CLASS → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_ASSEMBLY_NAME → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_CLSID → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_DLL_NAME → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_IID → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_PROGID → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_TLBID → const WIN32_ERROR
- ERROR_SXS_DUPLICATE_WINDOWCLASS_NAME → const WIN32_ERROR
- ERROR_SXS_EARLY_DEACTIVATION → const WIN32_ERROR
- ERROR_SXS_FILE_HASH_MISMATCH → const WIN32_ERROR
- ERROR_SXS_FILE_HASH_MISSING → const WIN32_ERROR
- ERROR_SXS_FILE_NOT_PART_OF_ASSEMBLY → const WIN32_ERROR
- ERROR_SXS_IDENTITIES_DIFFERENT → const WIN32_ERROR
- ERROR_SXS_IDENTITY_DUPLICATE_ATTRIBUTE → const WIN32_ERROR
- ERROR_SXS_IDENTITY_PARSE_ERROR → const WIN32_ERROR
- ERROR_SXS_INCORRECT_PUBLIC_KEY_TOKEN → const WIN32_ERROR
- ERROR_SXS_INVALID_ACTCTXDATA_FORMAT → const WIN32_ERROR
- ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE → const WIN32_ERROR
- ERROR_SXS_INVALID_ASSEMBLY_IDENTITY_ATTRIBUTE_NAME → const WIN32_ERROR
- ERROR_SXS_INVALID_DEACTIVATION → const WIN32_ERROR
- ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_NAME → const WIN32_ERROR
- ERROR_SXS_INVALID_IDENTITY_ATTRIBUTE_VALUE → const WIN32_ERROR
- ERROR_SXS_INVALID_XML_NAMESPACE_URI → const WIN32_ERROR
- ERROR_SXS_KEY_NOT_FOUND → const WIN32_ERROR
- ERROR_SXS_LEAF_MANIFEST_DEPENDENCY_NOT_INSTALLED → const WIN32_ERROR
- ERROR_SXS_MANIFEST_FORMAT_ERROR → const WIN32_ERROR
- ERROR_SXS_MANIFEST_IDENTITY_SAME_BUT_CONTENTS_DIFFERENT → const WIN32_ERROR
- ERROR_SXS_MANIFEST_INVALID_REQUIRED_DEFAULT_NAMESPACE → const WIN32_ERROR
- ERROR_SXS_MANIFEST_MISSING_REQUIRED_DEFAULT_NAMESPACE → const WIN32_ERROR
- ERROR_SXS_MANIFEST_PARSE_ERROR → const WIN32_ERROR
- ERROR_SXS_MANIFEST_TOO_BIG → const WIN32_ERROR
- ERROR_SXS_MISSING_ASSEMBLY_IDENTITY_ATTRIBUTE → const WIN32_ERROR
- ERROR_SXS_MULTIPLE_DEACTIVATION → const WIN32_ERROR
- ERROR_SXS_POLICY_PARSE_ERROR → const WIN32_ERROR
- ERROR_SXS_PRIVATE_MANIFEST_CROSS_PATH_WITH_REPARSE_POINT → const WIN32_ERROR
- ERROR_SXS_PROCESS_DEFAULT_ALREADY_SET → const WIN32_ERROR
- ERROR_SXS_PROCESS_TERMINATION_REQUESTED → const WIN32_ERROR
- ERROR_SXS_PROTECTION_CATALOG_FILE_MISSING → const WIN32_ERROR
- ERROR_SXS_PROTECTION_CATALOG_NOT_VALID → const WIN32_ERROR
- ERROR_SXS_PROTECTION_PUBLIC_KEY_TOO_SHORT → const WIN32_ERROR
- ERROR_SXS_PROTECTION_RECOVERY_FAILED → const WIN32_ERROR
- ERROR_SXS_RELEASE_ACTIVATION_CONTEXT → const WIN32_ERROR
- ERROR_SXS_ROOT_MANIFEST_DEPENDENCY_NOT_INSTALLED → const WIN32_ERROR
- ERROR_SXS_SECTION_NOT_FOUND → const WIN32_ERROR
- ERROR_SXS_SETTING_NOT_REGISTERED → const WIN32_ERROR
- ERROR_SXS_SYSTEM_DEFAULT_ACTIVATION_CONTEXT_EMPTY → const WIN32_ERROR
- ERROR_SXS_THREAD_QUERIES_DISABLED → const WIN32_ERROR
- ERROR_SXS_TRANSACTION_CLOSURE_INCOMPLETE → const WIN32_ERROR
- ERROR_SXS_UNKNOWN_ENCODING → const WIN32_ERROR
- ERROR_SXS_UNKNOWN_ENCODING_GROUP → const WIN32_ERROR
- ERROR_SXS_UNTRANSLATABLE_HRESULT → const WIN32_ERROR
- ERROR_SXS_VERSION_CONFLICT → const WIN32_ERROR
- ERROR_SXS_WRONG_SECTION_TYPE → const WIN32_ERROR
- ERROR_SXS_XML_E_BADCHARDATA → const WIN32_ERROR
- ERROR_SXS_XML_E_BADCHARINSTRING → const WIN32_ERROR
- ERROR_SXS_XML_E_BADNAMECHAR → const WIN32_ERROR
- ERROR_SXS_XML_E_BADPEREFINSUBSET → const WIN32_ERROR
- ERROR_SXS_XML_E_BADSTARTNAMECHAR → const WIN32_ERROR
- ERROR_SXS_XML_E_BADXMLCASE → const WIN32_ERROR
- ERROR_SXS_XML_E_BADXMLDECL → const WIN32_ERROR
- ERROR_SXS_XML_E_COMMENTSYNTAX → const WIN32_ERROR
- ERROR_SXS_XML_E_DUPLICATEATTRIBUTE → const WIN32_ERROR
- ERROR_SXS_XML_E_EXPECTINGCLOSEQUOTE → const WIN32_ERROR
- ERROR_SXS_XML_E_EXPECTINGTAGEND → const WIN32_ERROR
- ERROR_SXS_XML_E_INCOMPLETE_ENCODING → const WIN32_ERROR
- ERROR_SXS_XML_E_INTERNALERROR → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALID_DECIMAL → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALID_HEXIDECIMAL → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALID_STANDALONE → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALID_UNICODE → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALID_VERSION → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALIDATROOTLEVEL → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALIDENCODING → const WIN32_ERROR
- ERROR_SXS_XML_E_INVALIDSWITCH → const WIN32_ERROR
- ERROR_SXS_XML_E_MISSING_PAREN → const WIN32_ERROR
- ERROR_SXS_XML_E_MISSINGEQUALS → const WIN32_ERROR
- ERROR_SXS_XML_E_MISSINGQUOTE → const WIN32_ERROR
- ERROR_SXS_XML_E_MISSINGROOT → const WIN32_ERROR
- ERROR_SXS_XML_E_MISSINGSEMICOLON → const WIN32_ERROR
- ERROR_SXS_XML_E_MISSINGWHITESPACE → const WIN32_ERROR
- ERROR_SXS_XML_E_MULTIPLE_COLONS → const WIN32_ERROR
- ERROR_SXS_XML_E_MULTIPLEROOTS → const WIN32_ERROR
- ERROR_SXS_XML_E_RESERVEDNAMESPACE → const WIN32_ERROR
- ERROR_SXS_XML_E_UNBALANCEDPAREN → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDCDATA → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDCOMMENT → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDDECL → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDENDTAG → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDSTARTTAG → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDSTRING → const WIN32_ERROR
- ERROR_SXS_XML_E_UNCLOSEDTAG → const WIN32_ERROR
- ERROR_SXS_XML_E_UNEXPECTED_STANDALONE → const WIN32_ERROR
- ERROR_SXS_XML_E_UNEXPECTED_WHITESPACE → const WIN32_ERROR
- ERROR_SXS_XML_E_UNEXPECTEDENDTAG → const WIN32_ERROR
- ERROR_SXS_XML_E_UNEXPECTEDEOF → const WIN32_ERROR
- ERROR_SXS_XML_E_WHITESPACEORQUESTIONMARK → const WIN32_ERROR
- ERROR_SXS_XML_E_XMLDECLSYNTAX → const WIN32_ERROR
- ERROR_SYMLINK_CLASS_DISABLED → const WIN32_ERROR
- ERROR_SYMLINK_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_SYNC_FOREGROUND_REFRESH_REQUIRED → const WIN32_ERROR
- ERROR_SYNCHRONIZATION_REQUIRED → const WIN32_ERROR
- ERROR_SYSTEM_DEVICE_NOT_FOUND → const WIN32_ERROR
- ERROR_SYSTEM_HIVE_TOO_LARGE → const WIN32_ERROR
- ERROR_SYSTEM_IMAGE_BAD_SIGNATURE → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_INVALID_POLICY → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_POLICY_NOT_SIGNED → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_POLICY_VIOLATION → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_DANGEROUS_EXT → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_EXPLICIT_DENY_FILE → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_MALICIOUS → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_OFFLINE → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_PUA → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_UNATTAINABLE → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_REPUTATION_UNFRIENDLY_FILE → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_ROLLBACK_DETECTED → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_SUPPLEMENTAL_POLICY_NOT_AUTHORIZED → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_TOO_MANY_POLICIES → const WIN32_ERROR
- ERROR_SYSTEM_INTEGRITY_WHQL_NOT_SATISFIED → const WIN32_ERROR
- ERROR_SYSTEM_NEEDS_REMEDIATION → const WIN32_ERROR
- ERROR_SYSTEM_POWERSTATE_COMPLEX_TRANSITION → const WIN32_ERROR
- ERROR_SYSTEM_POWERSTATE_TRANSITION → const WIN32_ERROR
- ERROR_SYSTEM_PROCESS_TERMINATED → const WIN32_ERROR
- ERROR_SYSTEM_SHUTDOWN → const WIN32_ERROR
- ERROR_SYSTEM_TRACE → const WIN32_ERROR
- ERROR_TAG_NOT_FOUND → const WIN32_ERROR
- ERROR_TAG_NOT_PRESENT → const WIN32_ERROR
- ERROR_THREAD_1_INACTIVE → const WIN32_ERROR
- ERROR_THREAD_ALREADY_IN_TASK → const WIN32_ERROR
- ERROR_THREAD_MODE_ALREADY_BACKGROUND → const WIN32_ERROR
- ERROR_THREAD_MODE_NOT_BACKGROUND → const WIN32_ERROR
- ERROR_THREAD_NOT_IN_PROCESS → const WIN32_ERROR
- ERROR_THREAD_WAS_SUSPENDED → const WIN32_ERROR
- ERROR_TIME_SENSITIVE_THREAD → const WIN32_ERROR
- ERROR_TIME_SKEW → const WIN32_ERROR
- ERROR_TIMEOUT → const WIN32_ERROR
- ERROR_TIMER_NOT_CANCELED → const WIN32_ERROR
- ERROR_TIMER_RESOLUTION_NOT_SET → const WIN32_ERROR
- ERROR_TIMER_RESUME_IGNORED → const WIN32_ERROR
- ERROR_TLW_WITH_WSCHILD → const WIN32_ERROR
- ERROR_TM_IDENTITY_MISMATCH → const WIN32_ERROR
- ERROR_TM_INITIALIZATION_FAILED → const WIN32_ERROR
- ERROR_TM_VOLATILE → const WIN32_ERROR
- ERROR_TOKEN_ALREADY_IN_USE → const WIN32_ERROR
- ERROR_TOO_MANY_CMDS → const WIN32_ERROR
- ERROR_TOO_MANY_CONTEXT_IDS → const WIN32_ERROR
- ERROR_TOO_MANY_DESCRIPTORS → const WIN32_ERROR
- ERROR_TOO_MANY_LINKS → const WIN32_ERROR
- ERROR_TOO_MANY_LUIDS_REQUESTED → const WIN32_ERROR
- ERROR_TOO_MANY_MODULES → const WIN32_ERROR
- ERROR_TOO_MANY_MUXWAITERS → const WIN32_ERROR
- ERROR_TOO_MANY_NAMES → const WIN32_ERROR
- ERROR_TOO_MANY_OPEN_FILES → const WIN32_ERROR
- ERROR_TOO_MANY_POSTS → const WIN32_ERROR
- ERROR_TOO_MANY_SECRETS → const WIN32_ERROR
- ERROR_TOO_MANY_SEM_REQUESTS → const WIN32_ERROR
- ERROR_TOO_MANY_SEMAPHORES → const WIN32_ERROR
- ERROR_TOO_MANY_SESS → const WIN32_ERROR
- ERROR_TOO_MANY_SIDS → const WIN32_ERROR
- ERROR_TOO_MANY_TCBS → const WIN32_ERROR
- ERROR_TOO_MANY_THREADS → const WIN32_ERROR
- ERROR_TRANSACTED_MAPPING_UNSUPPORTED_REMOTE → const WIN32_ERROR
- ERROR_TRANSACTION_ALREADY_ABORTED → const WIN32_ERROR
- ERROR_TRANSACTION_ALREADY_COMMITTED → const WIN32_ERROR
- ERROR_TRANSACTION_FREEZE_IN_PROGRESS → const WIN32_ERROR
- ERROR_TRANSACTION_INTEGRITY_VIOLATED → const WIN32_ERROR
- ERROR_TRANSACTION_INVALID_MARSHALL_BUFFER → const WIN32_ERROR
- ERROR_TRANSACTION_MUST_WRITETHROUGH → const WIN32_ERROR
- ERROR_TRANSACTION_NO_SUPERIOR → const WIN32_ERROR
- ERROR_TRANSACTION_NOT_ACTIVE → const WIN32_ERROR
- ERROR_TRANSACTION_NOT_ENLISTED → const WIN32_ERROR
- ERROR_TRANSACTION_NOT_FOUND → const WIN32_ERROR
- ERROR_TRANSACTION_NOT_JOINED → const WIN32_ERROR
- ERROR_TRANSACTION_NOT_REQUESTED → const WIN32_ERROR
- ERROR_TRANSACTION_NOT_ROOT → const WIN32_ERROR
- ERROR_TRANSACTION_OBJECT_EXPIRED → const WIN32_ERROR
- ERROR_TRANSACTION_PROPAGATION_FAILED → const WIN32_ERROR
- ERROR_TRANSACTION_RECORD_TOO_LONG → const WIN32_ERROR
- ERROR_TRANSACTION_REQUEST_NOT_VALID → const WIN32_ERROR
- ERROR_TRANSACTION_REQUIRED_PROMOTION → const WIN32_ERROR
- ERROR_TRANSACTION_RESPONSE_NOT_ENLISTED → const WIN32_ERROR
- ERROR_TRANSACTION_SCOPE_CALLBACKS_NOT_SET → const WIN32_ERROR
- ERROR_TRANSACTION_SUPERIOR_EXISTS → const WIN32_ERROR
- ERROR_TRANSACTIONAL_CONFLICT → const WIN32_ERROR
- ERROR_TRANSACTIONAL_OPEN_NOT_ALLOWED → const WIN32_ERROR
- ERROR_TRANSACTIONMANAGER_IDENTITY_MISMATCH → const WIN32_ERROR
- ERROR_TRANSACTIONMANAGER_NOT_FOUND → const WIN32_ERROR
- ERROR_TRANSACTIONMANAGER_NOT_ONLINE → const WIN32_ERROR
- ERROR_TRANSACTIONMANAGER_RECOVERY_NAME_COLLISION → const WIN32_ERROR
- ERROR_TRANSACTIONS_NOT_FROZEN → const WIN32_ERROR
- ERROR_TRANSACTIONS_UNSUPPORTED_REMOTE → const WIN32_ERROR
- ERROR_TRANSFORM_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_TRANSLATION_COMPLETE → const WIN32_ERROR
- ERROR_TRANSPORT_FULL → const WIN32_ERROR
- ERROR_TRUST_FAILURE → const WIN32_ERROR
- ERROR_TRUSTED_DOMAIN_FAILURE → const WIN32_ERROR
- ERROR_TRUSTED_RELATIONSHIP_FAILURE → const WIN32_ERROR
- ERROR_TS_INCOMPATIBLE_SESSIONS → const WIN32_ERROR
- ERROR_TS_VIDEO_SUBSYSTEM_ERROR → const WIN32_ERROR
- ERROR_TXF_ATTRIBUTE_CORRUPT → const WIN32_ERROR
- ERROR_TXF_DIR_NOT_EMPTY → const WIN32_ERROR
- ERROR_TXF_METADATA_ALREADY_PRESENT → const WIN32_ERROR
- ERROR_UNABLE_TO_CLEAN → const WIN32_ERROR
- ERROR_UNABLE_TO_EJECT_MOUNTED_MEDIA → const WIN32_ERROR
- ERROR_UNABLE_TO_INVENTORY_DRIVE → const WIN32_ERROR
- ERROR_UNABLE_TO_INVENTORY_SLOT → const WIN32_ERROR
- ERROR_UNABLE_TO_INVENTORY_TRANSPORT → const WIN32_ERROR
- ERROR_UNABLE_TO_LOAD_MEDIUM → const WIN32_ERROR
- ERROR_UNABLE_TO_LOCK_MEDIA → const WIN32_ERROR
- ERROR_UNABLE_TO_MOVE_REPLACEMENT → const WIN32_ERROR
- ERROR_UNABLE_TO_MOVE_REPLACEMENT_2 → const WIN32_ERROR
- ERROR_UNABLE_TO_REMOVE_REPLACED → const WIN32_ERROR
- ERROR_UNABLE_TO_UNLOAD_MEDIA → const WIN32_ERROR
- ERROR_UNDEFINED_CHARACTER → const WIN32_ERROR
- ERROR_UNDEFINED_SCOPE → const WIN32_ERROR
- ERROR_UNEXP_NET_ERR → const WIN32_ERROR
- ERROR_UNEXPECTED_MM_CREATE_ERR → const WIN32_ERROR
- ERROR_UNEXPECTED_MM_EXTEND_ERR → const WIN32_ERROR
- ERROR_UNEXPECTED_MM_MAP_ERROR → const WIN32_ERROR
- ERROR_UNEXPECTED_NTCACHEMANAGER_ERROR → const WIN32_ERROR
- ERROR_UNEXPECTED_OMID → const WIN32_ERROR
- ERROR_UNHANDLED_EXCEPTION → const WIN32_ERROR
- ERROR_UNIDENTIFIED_ERROR → const WIN32_ERROR
- ERROR_UNKNOWN_COMPONENT → const WIN32_ERROR
- ERROR_UNKNOWN_EXCEPTION → const WIN32_ERROR
- ERROR_UNKNOWN_FEATURE → const WIN32_ERROR
- ERROR_UNKNOWN_PATCH → const WIN32_ERROR
- ERROR_UNKNOWN_PORT → const WIN32_ERROR
- ERROR_UNKNOWN_PRINT_MONITOR → const WIN32_ERROR
- ERROR_UNKNOWN_PRINTER_DRIVER → const WIN32_ERROR
- ERROR_UNKNOWN_PRINTPROCESSOR → const WIN32_ERROR
- ERROR_UNKNOWN_PRODUCT → const WIN32_ERROR
- ERROR_UNKNOWN_PROPERTY → const WIN32_ERROR
- ERROR_UNKNOWN_REVISION → const WIN32_ERROR
- ERROR_UNMAPPED_SUBSTITUTION_STRING → const WIN32_ERROR
- ERROR_UNRECOGNIZED_MEDIA → const WIN32_ERROR
- ERROR_UNRECOGNIZED_VOLUME → const WIN32_ERROR
- ERROR_UNRECOVERABLE_STACK_OVERFLOW → const WIN32_ERROR
- ERROR_UNSATISFIED_DEPENDENCIES → const WIN32_ERROR
- ERROR_UNSIGNED_PACKAGE_INVALID_CONTENT → const WIN32_ERROR
- ERROR_UNSIGNED_PACKAGE_INVALID_PUBLISHER_NAMESPACE → const WIN32_ERROR
- ERROR_UNSUPPORTED_ARM32_PACKAGE_REQUIRES_REMEDIAITON → const WIN32_ERROR
- ERROR_UNSUPPORTED_COMPRESSION → const WIN32_ERROR
- ERROR_UNSUPPORTED_TYPE → const WIN32_ERROR
- ERROR_UNTRUSTED_MOUNT_POINT → const WIN32_ERROR
- ERROR_UNWIND → const WIN32_ERROR
- ERROR_UNWIND_CONSOLIDATE → const WIN32_ERROR
- ERROR_USER_APC → const WIN32_ERROR
- ERROR_USER_DELETE_TRUST_QUOTA_EXCEEDED → const WIN32_ERROR
- ERROR_USER_EXISTS → const WIN32_ERROR
- ERROR_USER_MAPPED_FILE → const WIN32_ERROR
- ERROR_USER_PROFILE_LOAD → const WIN32_ERROR
- ERROR_UUP_PRODUCT_NOT_APPLICABLE → const WIN32_ERROR
- ERROR_VALIDATE_CONTINUE → const WIN32_ERROR
- ERROR_VC_DISCONNECTED → const WIN32_ERROR
- ERROR_VDM_DISALLOWED → const WIN32_ERROR
- ERROR_VDM_HARD_ERROR → const WIN32_ERROR
- ERROR_VERIFIER_STOP → const WIN32_ERROR
- ERROR_VERSION_PARSE_ERROR → const WIN32_ERROR
- ERROR_VHD_ALREADY_AT_OR_BELOW_MINIMUM_VIRTUAL_SIZE → const WIN32_ERROR
- ERROR_VHD_BITMAP_MISMATCH → const WIN32_ERROR
- ERROR_VHD_BLOCK_ALLOCATION_FAILURE → const WIN32_ERROR
- ERROR_VHD_BLOCK_ALLOCATION_TABLE_CORRUPT → const WIN32_ERROR
- ERROR_VHD_CHANGE_TRACKING_DISABLED → const WIN32_ERROR
- ERROR_VHD_CHILD_PARENT_ID_MISMATCH → const WIN32_ERROR
- ERROR_VHD_CHILD_PARENT_SIZE_MISMATCH → const WIN32_ERROR
- ERROR_VHD_CHILD_PARENT_TIMESTAMP_MISMATCH → const WIN32_ERROR
- ERROR_VHD_COULD_NOT_COMPUTE_MINIMUM_VIRTUAL_SIZE → const WIN32_ERROR
- ERROR_VHD_DIFFERENCING_CHAIN_CYCLE_DETECTED → const WIN32_ERROR
- ERROR_VHD_DIFFERENCING_CHAIN_ERROR_IN_PARENT → const WIN32_ERROR
- ERROR_VHD_DRIVE_FOOTER_CHECKSUM_MISMATCH → const WIN32_ERROR
- ERROR_VHD_DRIVE_FOOTER_CORRUPT → const WIN32_ERROR
- ERROR_VHD_DRIVE_FOOTER_MISSING → const WIN32_ERROR
- ERROR_VHD_FORMAT_UNKNOWN → const WIN32_ERROR
- ERROR_VHD_FORMAT_UNSUPPORTED_VERSION → const WIN32_ERROR
- ERROR_VHD_INVALID_BLOCK_SIZE → const WIN32_ERROR
- ERROR_VHD_INVALID_CHANGE_TRACKING_ID → const WIN32_ERROR
- ERROR_VHD_INVALID_FILE_SIZE → const WIN32_ERROR
- ERROR_VHD_INVALID_SIZE → const WIN32_ERROR
- ERROR_VHD_INVALID_STATE → const WIN32_ERROR
- ERROR_VHD_INVALID_TYPE → const WIN32_ERROR
- ERROR_VHD_METADATA_FULL → const WIN32_ERROR
- ERROR_VHD_METADATA_READ_FAILURE → const WIN32_ERROR
- ERROR_VHD_METADATA_WRITE_FAILURE → const WIN32_ERROR
- ERROR_VHD_MISSING_CHANGE_TRACKING_INFORMATION → const WIN32_ERROR
- ERROR_VHD_PARENT_VHD_ACCESS_DENIED → const WIN32_ERROR
- ERROR_VHD_PARENT_VHD_NOT_FOUND → const WIN32_ERROR
- ERROR_VHD_RESIZE_WOULD_TRUNCATE_DATA → const WIN32_ERROR
- ERROR_VHD_SPARSE_HEADER_CHECKSUM_MISMATCH → const WIN32_ERROR
- ERROR_VHD_SPARSE_HEADER_CORRUPT → const WIN32_ERROR
- ERROR_VHD_SPARSE_HEADER_UNSUPPORTED_VERSION → const WIN32_ERROR
- ERROR_VHD_UNEXPECTED_ID → const WIN32_ERROR
- ERROR_VID_CHILD_GPA_PAGE_SET_CORRUPTED → const WIN32_ERROR
- ERROR_VID_DUPLICATE_HANDLER → const WIN32_ERROR
- ERROR_VID_EXCEEDED_KM_CONTEXT_COUNT_LIMIT → const WIN32_ERROR
- ERROR_VID_EXCEEDED_MBP_ENTRY_MAP_LIMIT → const WIN32_ERROR
- ERROR_VID_HANDLER_NOT_PRESENT → const WIN32_ERROR
- ERROR_VID_INSUFFICIENT_RESOURCES_HV_DEPOSIT → const WIN32_ERROR
- ERROR_VID_INSUFFICIENT_RESOURCES_PHYSICAL_BUFFER → const WIN32_ERROR
- ERROR_VID_INSUFFICIENT_RESOURCES_RESERVE → const WIN32_ERROR
- ERROR_VID_INSUFFICIENT_RESOURCES_WITHDRAW → const WIN32_ERROR
- ERROR_VID_INVALID_CHILD_GPA_PAGE_SET → const WIN32_ERROR
- ERROR_VID_INVALID_GPA_RANGE_HANDLE → const WIN32_ERROR
- ERROR_VID_INVALID_MEMORY_BLOCK_HANDLE → const WIN32_ERROR
- ERROR_VID_INVALID_MESSAGE_QUEUE_HANDLE → const WIN32_ERROR
- ERROR_VID_INVALID_NUMA_NODE_INDEX → const WIN32_ERROR
- ERROR_VID_INVALID_NUMA_SETTINGS → const WIN32_ERROR
- ERROR_VID_INVALID_OBJECT_NAME → const WIN32_ERROR
- ERROR_VID_INVALID_PPM_HANDLE → const WIN32_ERROR
- ERROR_VID_INVALID_PROCESSOR_STATE → const WIN32_ERROR
- ERROR_VID_KM_INTERFACE_ALREADY_INITIALIZED → const WIN32_ERROR
- ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET → const WIN32_ERROR
- ERROR_VID_MB_STILL_REFERENCED → const WIN32_ERROR
- ERROR_VID_MBP_ALREADY_LOCKED_USING_RESERVED_PAGE → const WIN32_ERROR
- ERROR_VID_MBP_COUNT_EXCEEDED_LIMIT → const WIN32_ERROR
- ERROR_VID_MBPS_ARE_LOCKED → const WIN32_ERROR
- ERROR_VID_MEMORY_BLOCK_LOCK_COUNT_EXCEEDED → const WIN32_ERROR
- ERROR_VID_MEMORY_TYPE_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_VID_MESSAGE_QUEUE_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_VID_MESSAGE_QUEUE_CLOSED → const WIN32_ERROR
- ERROR_VID_MESSAGE_QUEUE_NAME_TOO_LONG → const WIN32_ERROR
- ERROR_VID_MMIO_RANGE_DESTROYED → const WIN32_ERROR
- ERROR_VID_NO_MEMORY_BLOCK_NOTIFICATION_QUEUE → const WIN32_ERROR
- ERROR_VID_NOTIFICATION_QUEUE_ALREADY_ASSOCIATED → const WIN32_ERROR
- ERROR_VID_PAGE_RANGE_OVERFLOW → const WIN32_ERROR
- ERROR_VID_PARTITION_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_VID_PARTITION_DOES_NOT_EXIST → const WIN32_ERROR
- ERROR_VID_PARTITION_NAME_NOT_FOUND → const WIN32_ERROR
- ERROR_VID_PARTITION_NAME_TOO_LONG → const WIN32_ERROR
- ERROR_VID_PROCESS_ALREADY_SET → const WIN32_ERROR
- ERROR_VID_QUEUE_FULL → const WIN32_ERROR
- ERROR_VID_REMOTE_NODE_PARENT_GPA_PAGES_USED → const WIN32_ERROR
- ERROR_VID_RESERVE_PAGE_SET_IS_BEING_USED → const WIN32_ERROR
- ERROR_VID_RESERVE_PAGE_SET_TOO_SMALL → const WIN32_ERROR
- ERROR_VID_SAVED_STATE_CORRUPT → const WIN32_ERROR
- ERROR_VID_SAVED_STATE_INCOMPATIBLE → const WIN32_ERROR
- ERROR_VID_SAVED_STATE_UNRECOGNIZED_ITEM → const WIN32_ERROR
- ERROR_VID_STOP_PENDING → const WIN32_ERROR
- ERROR_VID_TOO_MANY_HANDLERS → const WIN32_ERROR
- ERROR_VID_VIRTUAL_PROCESSOR_LIMIT_EXCEEDED → const WIN32_ERROR
- ERROR_VID_VTL_ACCESS_DENIED → const WIN32_ERROR
- ERROR_VIRTDISK_DISK_ALREADY_OWNED → const WIN32_ERROR
- ERROR_VIRTDISK_DISK_ONLINE_AND_WRITABLE → const WIN32_ERROR
- ERROR_VIRTDISK_NOT_VIRTUAL_DISK → const WIN32_ERROR
- ERROR_VIRTDISK_PROVIDER_NOT_FOUND → const WIN32_ERROR
- ERROR_VIRTDISK_UNSUPPORTED_DISK_SECTOR_SIZE → const WIN32_ERROR
- ERROR_VIRTUAL_DISK_LIMITATION → const WIN32_ERROR
- ERROR_VIRUS_DELETED → const WIN32_ERROR
- ERROR_VIRUS_INFECTED → const WIN32_ERROR
- ERROR_VMCOMPUTE_CONNECT_FAILED → const WIN32_ERROR
- ERROR_VMCOMPUTE_CONNECTION_CLOSED → const WIN32_ERROR
- ERROR_VMCOMPUTE_HYPERV_NOT_INSTALLED → const WIN32_ERROR
- ERROR_VMCOMPUTE_IMAGE_MISMATCH → const WIN32_ERROR
- ERROR_VMCOMPUTE_INVALID_JSON → const WIN32_ERROR
- ERROR_VMCOMPUTE_INVALID_LAYER → const WIN32_ERROR
- ERROR_VMCOMPUTE_INVALID_STATE → const WIN32_ERROR
- ERROR_VMCOMPUTE_OPERATION_PENDING → const WIN32_ERROR
- ERROR_VMCOMPUTE_PROTOCOL_ERROR → const WIN32_ERROR
- ERROR_VMCOMPUTE_SYSTEM_ALREADY_EXISTS → const WIN32_ERROR
- ERROR_VMCOMPUTE_SYSTEM_ALREADY_STOPPED → const WIN32_ERROR
- ERROR_VMCOMPUTE_SYSTEM_NOT_FOUND → const WIN32_ERROR
- ERROR_VMCOMPUTE_TERMINATED → const WIN32_ERROR
- ERROR_VMCOMPUTE_TERMINATED_DURING_START → const WIN32_ERROR
- ERROR_VMCOMPUTE_TIMEOUT → const WIN32_ERROR
- ERROR_VMCOMPUTE_TOO_MANY_NOTIFICATIONS → const WIN32_ERROR
- ERROR_VMCOMPUTE_UNEXPECTED_EXIT → const WIN32_ERROR
- ERROR_VMCOMPUTE_UNKNOWN_MESSAGE → const WIN32_ERROR
- ERROR_VMCOMPUTE_UNSUPPORTED_PROTOCOL_VERSION → const WIN32_ERROR
- ERROR_VMCOMPUTE_WINDOWS_INSIDER_REQUIRED → const WIN32_ERROR
- ERROR_VNET_VIRTUAL_SWITCH_NAME_NOT_FOUND → const WIN32_ERROR
- ERROR_VOLMGR_ALL_DISKS_FAILED → const WIN32_ERROR
- ERROR_VOLMGR_BAD_BOOT_DISK → const WIN32_ERROR
- ERROR_VOLMGR_DATABASE_FULL → const WIN32_ERROR
- ERROR_VOLMGR_DIFFERENT_SECTOR_SIZE → const WIN32_ERROR
- ERROR_VOLMGR_DISK_CONFIGURATION_CORRUPTED → const WIN32_ERROR
- ERROR_VOLMGR_DISK_CONFIGURATION_NOT_IN_SYNC → const WIN32_ERROR
- ERROR_VOLMGR_DISK_CONTAINS_NON_SIMPLE_VOLUME → const WIN32_ERROR
- ERROR_VOLMGR_DISK_DUPLICATE → const WIN32_ERROR
- ERROR_VOLMGR_DISK_DYNAMIC → const WIN32_ERROR
- ERROR_VOLMGR_DISK_ID_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_DISK_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAST_VOTER → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAYOUT_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAYOUT_NON_BASIC_BETWEEN_BASIC_PARTITIONS → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAYOUT_NOT_CYLINDER_ALIGNED → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAYOUT_PARTITIONS_TOO_SMALL → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAYOUT_PRIMARY_BETWEEN_LOGICAL_PARTITIONS → const WIN32_ERROR
- ERROR_VOLMGR_DISK_LAYOUT_TOO_MANY_PARTITIONS → const WIN32_ERROR
- ERROR_VOLMGR_DISK_MISSING → const WIN32_ERROR
- ERROR_VOLMGR_DISK_NOT_EMPTY → const WIN32_ERROR
- ERROR_VOLMGR_DISK_NOT_ENOUGH_SPACE → const WIN32_ERROR
- ERROR_VOLMGR_DISK_REVECTORING_FAILED → const WIN32_ERROR
- ERROR_VOLMGR_DISK_SECTOR_SIZE_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_DISK_SET_NOT_CONTAINED → const WIN32_ERROR
- ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_MEMBERS → const WIN32_ERROR
- ERROR_VOLMGR_DISK_USED_BY_MULTIPLE_PLEXES → const WIN32_ERROR
- ERROR_VOLMGR_DYNAMIC_DISK_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_VOLMGR_EXTENT_ALREADY_USED → const WIN32_ERROR
- ERROR_VOLMGR_EXTENT_NOT_CONTIGUOUS → const WIN32_ERROR
- ERROR_VOLMGR_EXTENT_NOT_IN_PUBLIC_REGION → const WIN32_ERROR
- ERROR_VOLMGR_EXTENT_NOT_SECTOR_ALIGNED → const WIN32_ERROR
- ERROR_VOLMGR_EXTENT_OVERLAPS_EBR_PARTITION → const WIN32_ERROR
- ERROR_VOLMGR_EXTENT_VOLUME_LENGTHS_DO_NOT_MATCH → const WIN32_ERROR
- ERROR_VOLMGR_FAULT_TOLERANT_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_VOLMGR_INCOMPLETE_DISK_MIGRATION → const WIN32_ERROR
- ERROR_VOLMGR_INCOMPLETE_REGENERATION → const WIN32_ERROR
- ERROR_VOLMGR_INTERLEAVE_LENGTH_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_MAXIMUM_REGISTERED_USERS → const WIN32_ERROR
- ERROR_VOLMGR_MEMBER_IN_SYNC → const WIN32_ERROR
- ERROR_VOLMGR_MEMBER_INDEX_DUPLICATE → const WIN32_ERROR
- ERROR_VOLMGR_MEMBER_INDEX_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_MEMBER_MISSING → const WIN32_ERROR
- ERROR_VOLMGR_MEMBER_NOT_DETACHED → const WIN32_ERROR
- ERROR_VOLMGR_MEMBER_REGENERATING → const WIN32_ERROR
- ERROR_VOLMGR_MIRROR_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_VOLMGR_NO_REGISTERED_USERS → const WIN32_ERROR
- ERROR_VOLMGR_NO_SUCH_USER → const WIN32_ERROR
- ERROR_VOLMGR_NO_VALID_LOG_COPIES → const WIN32_ERROR
- ERROR_VOLMGR_NOT_PRIMARY_PACK → const WIN32_ERROR
- ERROR_VOLMGR_NOTIFICATION_RESET → const WIN32_ERROR
- ERROR_VOLMGR_NUMBER_OF_DISKS_IN_MEMBER_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_NUMBER_OF_DISKS_IN_PLEX_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_NUMBER_OF_DISKS_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_NUMBER_OF_EXTENTS_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_NUMBER_OF_MEMBERS_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_NUMBER_OF_PLEXES_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PACK_CONFIG_OFFLINE → const WIN32_ERROR
- ERROR_VOLMGR_PACK_CONFIG_ONLINE → const WIN32_ERROR
- ERROR_VOLMGR_PACK_CONFIG_UPDATE_FAILED → const WIN32_ERROR
- ERROR_VOLMGR_PACK_DUPLICATE → const WIN32_ERROR
- ERROR_VOLMGR_PACK_HAS_QUORUM → const WIN32_ERROR
- ERROR_VOLMGR_PACK_ID_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PACK_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PACK_LOG_UPDATE_FAILED → const WIN32_ERROR
- ERROR_VOLMGR_PACK_NAME_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PACK_OFFLINE → const WIN32_ERROR
- ERROR_VOLMGR_PACK_WITHOUT_QUORUM → const WIN32_ERROR
- ERROR_VOLMGR_PARTITION_STYLE_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PARTITION_UPDATE_FAILED → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_IN_SYNC → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_INDEX_DUPLICATE → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_INDEX_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_LAST_ACTIVE → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_MISSING → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_NOT_RAID5 → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_NOT_SIMPLE → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_NOT_SIMPLE_SPANNED → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_REGENERATING → const WIN32_ERROR
- ERROR_VOLMGR_PLEX_TYPE_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_PRIMARY_PACK_PRESENT → const WIN32_ERROR
- ERROR_VOLMGR_RAID5_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_VOLMGR_STRUCTURE_SIZE_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_TOO_MANY_NOTIFICATION_REQUESTS → const WIN32_ERROR
- ERROR_VOLMGR_TRANSACTION_IN_PROGRESS → const WIN32_ERROR
- ERROR_VOLMGR_UNEXPECTED_DISK_LAYOUT_CHANGE → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_CONTAINS_MISSING_DISK → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_ID_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_LENGTH_INVALID → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_LENGTH_NOT_SECTOR_SIZE_MULTIPLE → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_MIRRORED → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_NOT_MIRRORED → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_NOT_RETAINED → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_OFFLINE → const WIN32_ERROR
- ERROR_VOLMGR_VOLUME_RETAINED → const WIN32_ERROR
- ERROR_VOLSNAP_HIBERNATE_READY → const WIN32_ERROR
- ERROR_VOLSNAP_PREPARE_HIBERNATE → const WIN32_ERROR
- ERROR_VOLUME_CONTAINS_SYS_FILES → const WIN32_ERROR
- ERROR_VOLUME_DIRTY → const WIN32_ERROR
- ERROR_VOLUME_MOUNTED → const WIN32_ERROR
- ERROR_VOLUME_NOT_CLUSTER_ALIGNED → const WIN32_ERROR
- ERROR_VOLUME_NOT_SIS_ENABLED → const WIN32_ERROR
- ERROR_VOLUME_NOT_SUPPORT_EFS → const WIN32_ERROR
- ERROR_VOLUME_NOT_SUPPORTED → const WIN32_ERROR
- ERROR_VOLUME_ROLLBACK_DETECTED → const WIN32_ERROR
- ERROR_VOLUME_UPGRADE_DISABLED → const WIN32_ERROR
- ERROR_VOLUME_UPGRADE_DISABLED_TILL_OS_DOWNGRADE_EXPIRED → const WIN32_ERROR
- ERROR_VOLUME_UPGRADE_NOT_NEEDED → const WIN32_ERROR
- ERROR_VOLUME_UPGRADE_PENDING → const WIN32_ERROR
- ERROR_VOLUME_WRITE_ACCESS_DENIED → const WIN32_ERROR
- ERROR_VRF_VOLATILE_CFG_AND_IO_ENABLED → const WIN32_ERROR
- ERROR_VRF_VOLATILE_NMI_REGISTERED → const WIN32_ERROR
- ERROR_VRF_VOLATILE_NOT_RUNNABLE_SYSTEM → const WIN32_ERROR
- ERROR_VRF_VOLATILE_NOT_STOPPABLE → const WIN32_ERROR
- ERROR_VRF_VOLATILE_NOT_SUPPORTED_RULECLASS → const WIN32_ERROR
- ERROR_VRF_VOLATILE_PROTECTED_DRIVER → const WIN32_ERROR
- ERROR_VRF_VOLATILE_SAFE_MODE → const WIN32_ERROR
- ERROR_VRF_VOLATILE_SETTINGS_CONFLICT → const WIN32_ERROR
- ERROR_VSM_DMA_PROTECTION_NOT_IN_USE → const WIN32_ERROR
- ERROR_VSM_KEY_CI_POLICY_ROLLBACK_DETECTED → const WIN32_ERROR
- ERROR_VSM_NOT_INITIALIZED → const WIN32_ERROR
- ERROR_VSMB_SAVED_STATE_CORRUPT → const WIN32_ERROR
- ERROR_VSMB_SAVED_STATE_FILE_NOT_FOUND → const WIN32_ERROR
- ERROR_VSMIDK_EXPORT_FAILURE → const WIN32_ERROR
- ERROR_VSMIDK_KEYGEN_FAILURE → const WIN32_ERROR
- ERROR_VSMIDK_MODULUS_MISMATCH → const WIN32_ERROR
- ERROR_WAIT_1 → const WIN32_ERROR
- ERROR_WAIT_2 → const WIN32_ERROR
- ERROR_WAIT_3 → const WIN32_ERROR
- ERROR_WAIT_63 → const WIN32_ERROR
- ERROR_WAIT_FOR_OPLOCK → const WIN32_ERROR
- ERROR_WAIT_NO_CHILDREN → const WIN32_ERROR
- ERROR_WAKE_SYSTEM → const WIN32_ERROR
- ERROR_WAKE_SYSTEM_DEBUGGER → const WIN32_ERROR
- ERROR_WAS_LOCKED → const WIN32_ERROR
- ERROR_WAS_UNLOCKED → const WIN32_ERROR
- ERROR_WEAK_WHFBKEY_BLOCKED → const WIN32_ERROR
- ERROR_WINDOW_NOT_COMBOBOX → const WIN32_ERROR
- ERROR_WINDOW_NOT_DIALOG → const WIN32_ERROR
- ERROR_WINDOW_OF_OTHER_THREAD → const WIN32_ERROR
- ERROR_WINS_INTERNAL → const WIN32_ERROR
- ERROR_WIP_ENCRYPTION_FAILED → const WIN32_ERROR
- ERROR_WMI_ALREADY_DISABLED → const WIN32_ERROR
- ERROR_WMI_ALREADY_ENABLED → const WIN32_ERROR
- ERROR_WMI_DP_FAILED → const WIN32_ERROR
- ERROR_WMI_DP_NOT_FOUND → const WIN32_ERROR
- ERROR_WMI_GUID_DISCONNECTED → const WIN32_ERROR
- ERROR_WMI_GUID_NOT_FOUND → const WIN32_ERROR
- ERROR_WMI_INSTANCE_NOT_FOUND → const WIN32_ERROR
- ERROR_WMI_INVALID_MOF → const WIN32_ERROR
- ERROR_WMI_INVALID_REGINFO → const WIN32_ERROR
- ERROR_WMI_ITEMID_NOT_FOUND → const WIN32_ERROR
- ERROR_WMI_READ_ONLY → const WIN32_ERROR
- ERROR_WMI_SERVER_UNAVAILABLE → const WIN32_ERROR
- ERROR_WMI_SET_FAILURE → const WIN32_ERROR
- ERROR_WMI_TRY_AGAIN → const WIN32_ERROR
- ERROR_WMI_UNRESOLVED_INSTANCE_REF → const WIN32_ERROR
- ERROR_WOF_FILE_RESOURCE_TABLE_CORRUPT → const WIN32_ERROR
- ERROR_WOF_WIM_HEADER_CORRUPT → const WIN32_ERROR
- ERROR_WOF_WIM_RESOURCE_TABLE_CORRUPT → const WIN32_ERROR
- ERROR_WORKING_SET_QUOTA → const WIN32_ERROR
- ERROR_WOW_ASSERTION → const WIN32_ERROR
- ERROR_WRITE_FAULT → const WIN32_ERROR
- ERROR_WRITE_PROTECT → const WIN32_ERROR
- ERROR_WRONG_COMPARTMENT → const WIN32_ERROR
- ERROR_WRONG_DISK → const WIN32_ERROR
- ERROR_WRONG_EFS → const WIN32_ERROR
- ERROR_WRONG_INF_STYLE → const WIN32_ERROR
- ERROR_WRONG_INF_TYPE → const WIN32_ERROR
- ERROR_WRONG_PASSWORD → const WIN32_ERROR
- ERROR_WRONG_TARGET_NAME → const WIN32_ERROR
- ERROR_WX86_ERROR → const WIN32_ERROR
- ERROR_WX86_WARNING → const WIN32_ERROR
- ERROR_XML_ENCODING_MISMATCH → const WIN32_ERROR
- ERROR_XML_PARSE_ERROR → const WIN32_ERROR
- ERROR_XMLDSIG_ERROR → const WIN32_ERROR
- ES_AUTOHSCROLL → const int
- ES_AUTOVSCROLL → const int
- ES_AWAYMODE_REQUIRED → const EXECUTION_STATE
- ES_CENTER → const int
- ES_CONTINUOUS → const EXECUTION_STATE
- ES_DISPLAY_REQUIRED → const EXECUTION_STATE
- ES_LEFT → const int
- ES_LOWERCASE → const int
- ES_MULTILINE → const int
- ES_NOHIDESEL → const int
- ES_NUMBER → const int
- ES_OEMCONVERT → const int
- ES_PASSWORD → const int
- ES_READONLY → const int
- ES_RIGHT → const int
- ES_SYSTEM_REQUIRED → const EXECUTION_STATE
- ES_UPPERCASE → const int
- ES_USER_PRESENT → const EXECUTION_STATE
- ES_WANTRETURN → const int
- ESB_DISABLE_BOTH → const ENABLE_SCROLL_BAR_ARROWS
- ESB_DISABLE_DOWN → const ENABLE_SCROLL_BAR_ARROWS
- ESB_DISABLE_LEFT → const ENABLE_SCROLL_BAR_ARROWS
- ESB_DISABLE_LTUP → const ENABLE_SCROLL_BAR_ARROWS
- ESB_DISABLE_RIGHT → const ENABLE_SCROLL_BAR_ARROWS
- ESB_DISABLE_RTDN → const ENABLE_SCROLL_BAR_ARROWS
- ESB_DISABLE_UP → const ENABLE_SCROLL_BAR_ARROWS
- ESB_ENABLE_BOTH → const ENABLE_SCROLL_BAR_ARROWS
- ETO_CLIPPED → const ETO_OPTIONS
- ETO_GLYPH_INDEX → const ETO_OPTIONS
- ETO_IGNORELANGUAGE → const ETO_OPTIONS
- ETO_NUMERICSLATIN → const ETO_OPTIONS
- ETO_NUMERICSLOCAL → const ETO_OPTIONS
- ETO_OPAQUE → const ETO_OPTIONS
- ETO_PDY → const ETO_OPTIONS
- ETO_REVERSE_INDEX_MAP → const ETO_OPTIONS
- ETO_RTLREADING → const ETO_OPTIONS
- EV_BREAK → const COMM_EVENT_MASK
- EV_CTS → const COMM_EVENT_MASK
- EV_DSR → const COMM_EVENT_MASK
- EV_ERR → const COMM_EVENT_MASK
- EV_EVENT1 → const COMM_EVENT_MASK
- EV_EVENT2 → const COMM_EVENT_MASK
- EV_PERR → const COMM_EVENT_MASK
- EV_RING → const COMM_EVENT_MASK
- EV_RLSD → const COMM_EVENT_MASK
- EV_RX80FULL → const COMM_EVENT_MASK
- EV_RXCHAR → const COMM_EVENT_MASK
- EV_RXFLAG → const COMM_EVENT_MASK
- EV_TXEMPTY → const COMM_EVENT_MASK
- EVENPARITY → const DCB_PARITY
- EVENT_ALL_ACCESS → const SYNCHRONIZATION_ACCESS_RIGHTS
- EVENT_MODIFY_STATE → const SYNCHRONIZATION_ACCESS_RIGHTS
- evReservedMask → const CorEventAttr
- evRTSpecialName → const CorEventAttr
- evSpecialName → const CorEventAttr
- EvtQueryChannelPath → const EVT_QUERY_FLAGS
- Specifies that the query is against one or more channels.
- EvtQueryFilePath → const EVT_QUERY_FLAGS
- Specifies that the query is against one or more log files.
- EvtQueryForwardDirection → const EVT_QUERY_FLAGS
- Specifies that the events in the query result are ordered from oldest to newest.
- EvtQueryNames → const EVT_QUERY_PROPERTY_ID
- Identifies the property that contains the list of channel or log file names that are specified in the query.
- EvtQueryPropertyIdEND → const EVT_QUERY_PROPERTY_ID
- This enumeration value marks the end of the enumeration values.
- EvtQueryReverseDirection → const EVT_QUERY_FLAGS
- Specifies that the events in the query result are ordered from newest to oldest.
- EvtQueryStatuses → const EVT_QUERY_PROPERTY_ID
- Identifies the property that contains the list of Win32 error codes that correspond directly to the list of channel or log file names that the EvtQueryNames property returns.
- EvtQueryTolerateQueryErrors → const EVT_QUERY_FLAGS
- Specifies that EvtQuery should run the query even if the part of the query generates an error (is not well formed).
- EvtRenderBookmark → const EVT_RENDER_FLAGS
- Render the bookmark as an XML string, so that you can easily persist the bookmark for use later.
- EvtRenderContextSystem → const EVT_RENDER_CONTEXT_FLAGS
- Render the system properties under the System element.
- EvtRenderContextUser → const EVT_RENDER_CONTEXT_FLAGS
- Render all user-defined properties under the UserData or EventData element.
- EvtRenderContextValues → const EVT_RENDER_CONTEXT_FLAGS
- Render specific properties from the event.
- EvtRenderEventValues → const EVT_RENDER_FLAGS
- Render the event properties specified in the rendering context.
- EvtRenderEventXml → const EVT_RENDER_FLAGS
- Render the event as an XML string.
- EvtRpcLogin → const EVT_LOGIN_CLASS
- Use Remote Procedure Call (RPC) login.
- EvtSeekOriginMask → const EVT_SEEK_FLAGS
- A bitmask that you can use to determine which of the following flags is set:
- EvtSeekRelativeToBookmark → const EVT_SEEK_FLAGS
- Seek to the specified offset from the bookmarked entry in the result set.
- EvtSeekRelativeToCurrent → const EVT_SEEK_FLAGS
- Seek to the specified offset from the current entry in the result set.
- EvtSeekRelativeToFirst → const EVT_SEEK_FLAGS
- Seek to the specified offset from the first entry in the result set.
- EvtSeekRelativeToLast → const EVT_SEEK_FLAGS
- Seek to the specified offset from the last entry in the result set.
- EvtSeekStrict → const EVT_SEEK_FLAGS
- Force the function to fail if the event does not exist.
- EvtVarTypeAnsiString → const EVT_VARIANT_TYPE
- A null-terminated ANSI string.
- EvtVarTypeBinary → const EVT_VARIANT_TYPE
- A hexadecimal binary value.
- EvtVarTypeBoolean → const EVT_VARIANT_TYPE
- A Boolean value.
- EvtVarTypeByte → const EVT_VARIANT_TYPE
- An unsigned 8-bit integer value.
- EvtVarTypeDouble → const EVT_VARIANT_TYPE
- A double-precision real value.
- EvtVarTypeEvtHandle → const EVT_VARIANT_TYPE
- An EVT_HANDLE value.
- EvtVarTypeEvtXml → const EVT_VARIANT_TYPE
- A null-terminated Unicode string that contains XML.
- EvtVarTypeFileTime → const EVT_VARIANT_TYPE
- A FILETIME value.
- EvtVarTypeGuid → const EVT_VARIANT_TYPE
- A GUID value.
- EvtVarTypeHexInt32 → const EVT_VARIANT_TYPE
- A 32-bit hexadecimal number.
- EvtVarTypeHexInt64 → const EVT_VARIANT_TYPE
- A 64-bit hexadecimal number.
- EvtVarTypeInt16 → const EVT_VARIANT_TYPE
- An signed 16-bit integer value.
- EvtVarTypeInt32 → const EVT_VARIANT_TYPE
- A signed 32-bit integer value.
- EvtVarTypeInt64 → const EVT_VARIANT_TYPE
- A signed 64-bit integer value.
- EvtVarTypeNull → const EVT_VARIANT_TYPE
- Null content that implies that the element that contains the content does not exist.
- EvtVarTypeSByte → const EVT_VARIANT_TYPE
- A signed 8-bit integer value.
- EvtVarTypeSid → const EVT_VARIANT_TYPE
- A security identifier (SID) structure.
- EvtVarTypeSingle → const EVT_VARIANT_TYPE
- A single-precision real value.
- EvtVarTypeSizeT → const EVT_VARIANT_TYPE
- An unsigned 32-bit or 64-bit integer value that contains a pointer address.
- EvtVarTypeString → const EVT_VARIANT_TYPE
- A null-terminated Unicode string.
- EvtVarTypeSysTime → const EVT_VARIANT_TYPE
- A SYSTEMTIME value.
- EvtVarTypeUInt16 → const EVT_VARIANT_TYPE
- An unsigned 16-bit integer value.
- EvtVarTypeUInt32 → const EVT_VARIANT_TYPE
- An unsigned 32-bit integer value.
- EvtVarTypeUInt64 → const EVT_VARIANT_TYPE
- An unsigned 64-bit integer value.
- ExitLatencySamplingPercentage → const POWER_INFORMATION_LEVEL
- ExpandCollapseState_Collapsed → const ExpandCollapseState
- No children are visible.
- ExpandCollapseState_Expanded → const ExpandCollapseState
- All children are visible.
- ExpandCollapseState_LeafNode → const ExpandCollapseState
- The element does not expand or collapse.
- ExpandCollapseState_PartiallyExpanded → const ExpandCollapseState
- Some, but not all, children are visible.
- EXTENDED_STARTUPINFO_PRESENT → const PROCESS_CREATION_FLAGS
- F3_120M_512 → const MEDIA_TYPE
- A 3.5" floppy, with 120MB and 512 bytes/sector.
- F3_128Mb_512 → const MEDIA_TYPE
- A 3.5" floppy, with 128MB and 512 bytes/sector.
- F3_1Pt23_1024 → const MEDIA_TYPE
- A 3.5" floppy, with 1.23MB and 1024 bytes/sector.
- F3_1Pt2_512 → const MEDIA_TYPE
- A 3.5" floppy, with 1.2MB and 512 bytes/sector.
- F3_1Pt44_512 → const MEDIA_TYPE
- A 3.5" floppy, with 1.44MB and 512 bytes/sector.
- F3_200Mb_512 → const MEDIA_TYPE
- A 3.5" floppy, with 200MB and 512 bytes/sector.
- F3_20Pt8_512 → const MEDIA_TYPE
- A 3.5" floppy, with 20.8MB and 512 bytes/sector.
- F3_230Mb_512 → const MEDIA_TYPE
- A 3.5" floppy, with 230MB and 512 bytes/sector.
- F3_240M_512 → const MEDIA_TYPE
- A 3.5" floppy, with 240MB and 512 bytes/sector.
- F3_2Pt88_512 → const MEDIA_TYPE
- A 3.5" floppy, with 2.88MB and 512 bytes/sector.
- F3_32M_512 → const MEDIA_TYPE
- A 3.5" floppy, with 32MB and 512 bytes/sector.
- F3_640_512 → const MEDIA_TYPE
- A 3.5" floppy, with 640KB and 512 bytes/sector.
- F3_720_512 → const MEDIA_TYPE
- A 3.5" floppy, with 720KB and 512 bytes/sector.
- F5_160_512 → const MEDIA_TYPE
- A 5.25" floppy, with 160KB and 512 bytes/sector.
- F5_180_512 → const MEDIA_TYPE
- A 5.25" floppy, with 180KB and 512 bytes/sector.
- F5_1Pt23_1024 → const MEDIA_TYPE
- A 5.25" floppy, with 1.23MB and 1024 bytes/sector.
- F5_1Pt2_512 → const MEDIA_TYPE
- A 5.25" floppy, with 1.2MB and 512 bytes/sector.
- F5_320_1024 → const MEDIA_TYPE
- A 5.25" floppy, with 320KB and 1024 bytes/sector.
- F5_320_512 → const MEDIA_TYPE
- A 5.25" floppy, with 320KB and 512 bytes/sector.
- F5_360_512 → const MEDIA_TYPE
- A 5.25" floppy, with 360KB and 512 bytes/sector.
- F5_640_512 → const MEDIA_TYPE
- A 5.25" floppy, with 640KB and 512 bytes/sector.
- F5_720_512 → const MEDIA_TYPE
- A 5.25" floppy, with 720KB and 512 bytes/sector.
- F8_256_128 → const MEDIA_TYPE
- An 8" floppy, with 256KB and 128 bytes/sector.
- FACILITY_AAF → const FACILITY_CODE
- FACILITY_ACCELERATOR → const FACILITY_CODE
- FACILITY_ACS → const FACILITY_CODE
- FACILITY_ACTION_QUEUE → const FACILITY_CODE
- FACILITY_AUDCLNT → const FACILITY_CODE
- FACILITY_AUDIO → const FACILITY_CODE
- FACILITY_AUDIOSTREAMING → const FACILITY_CODE
- FACILITY_BACKGROUNDCOPY → const FACILITY_CODE
- FACILITY_BCD → const FACILITY_CODE
- FACILITY_BLB → const FACILITY_CODE
- FACILITY_BLB_CLI → const FACILITY_CODE
- FACILITY_BLBUI → const FACILITY_CODE
- FACILITY_BLUETOOTH_ATT → const FACILITY_CODE
- FACILITY_CERT → const FACILITY_CODE
- FACILITY_CMI → const FACILITY_CODE
- FACILITY_COMPLUS → const FACILITY_CODE
- FACILITY_CONFIGURATION → const FACILITY_CODE
- FACILITY_CONTROL → const FACILITY_CODE
- FACILITY_DAF → const FACILITY_CODE
- FACILITY_DEBUGGERS → const FACILITY_CODE
- FACILITY_DEFRAG → const FACILITY_CODE
- FACILITY_DELIVERY_OPTIMIZATION → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_BINLSVC → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_CONTENT_PROVIDER → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_DRIVER_PROVISIONING → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_IMAGING → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_MANAGEMENT → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_MULTICAST_CLIENT → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_MULTICAST_SERVER → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_PXE → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_SERVER → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_TFTP → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_TRANSPORT_MANAGEMENT → const FACILITY_CODE
- FACILITY_DEPLOYMENT_SERVICES_UTIL → const FACILITY_CODE
- FACILITY_DEVICE_UPDATE_AGENT → const FACILITY_CODE
- FACILITY_DIRECT2D → const FACILITY_CODE
- FACILITY_DIRECT3D10 → const FACILITY_CODE
- FACILITY_DIRECT3D11 → const FACILITY_CODE
- FACILITY_DIRECT3D11_DEBUG → const FACILITY_CODE
- FACILITY_DIRECT3D12 → const FACILITY_CODE
- FACILITY_DIRECT3D12_DEBUG → const FACILITY_CODE
- FACILITY_DIRECTMUSIC → const FACILITY_CODE
- FACILITY_DIRECTORYSERVICE → const FACILITY_CODE
- FACILITY_DISPATCH → const FACILITY_CODE
- FACILITY_DLS → const FACILITY_CODE
- FACILITY_DMSERVER → const FACILITY_CODE
- FACILITY_DPLAY → const FACILITY_CODE
- FACILITY_DRVSERVICING → const FACILITY_CODE
- FACILITY_DXCORE → const FACILITY_CODE
- FACILITY_DXGI → const FACILITY_CODE
- FACILITY_DXGI_DDI → const FACILITY_CODE
- FACILITY_EAP → const FACILITY_CODE
- FACILITY_EAS → const FACILITY_CODE
- FACILITY_FVE → const FACILITY_CODE
- FACILITY_FWP → const FACILITY_CODE
- FACILITY_GAME → const FACILITY_CODE
- FACILITY_GRAPHICS → const FACILITY_CODE
- FACILITY_HSP_SERVICES → const FACILITY_CODE
- FACILITY_HSP_SOFTWARE → const FACILITY_CODE
- FACILITY_HTTP → const FACILITY_CODE
- FACILITY_INPUT → const FACILITY_CODE
- FACILITY_INTERNET → const FACILITY_CODE
- FACILITY_IORING → const FACILITY_CODE
- FACILITY_ITF → const FACILITY_CODE
- FACILITY_JSCRIPT → const FACILITY_CODE
- FACILITY_LEAP → const FACILITY_CODE
- FACILITY_LINGUISTIC_SERVICES → const FACILITY_CODE
- FACILITY_MBN → const FACILITY_CODE
- FACILITY_MEDIASERVER → const FACILITY_CODE
- FACILITY_METADIRECTORY → const FACILITY_CODE
- FACILITY_MOBILE → const FACILITY_CODE
- FACILITY_MSMQ → const FACILITY_CODE
- FACILITY_NAP → const FACILITY_CODE
- FACILITY_NDIS → const FACILITY_CODE
- FACILITY_NT_BIT → const FACILITY_CODE
- FACILITY_NULL → const FACILITY_CODE
- FACILITY_OCP_UPDATE_AGENT → const FACILITY_CODE
- FACILITY_ONLINE_ID → const FACILITY_CODE
- FACILITY_OPC → const FACILITY_CODE
- FACILITY_P2P → const FACILITY_CODE
- FACILITY_P2P_INT → const FACILITY_CODE
- FACILITY_PARSE → const FACILITY_CODE
- FACILITY_PIDGENX → const FACILITY_CODE
- FACILITY_PIX → const FACILITY_CODE
- FACILITY_PLA → const FACILITY_CODE
- FACILITY_POWERSHELL → const FACILITY_CODE
- FACILITY_PPF → const FACILITY_CODE
- FACILITY_PRESENTATION → const FACILITY_CODE
- FACILITY_QUIC → const FACILITY_CODE
- FACILITY_RAS → const FACILITY_CODE
- FACILITY_RESTORE → const FACILITY_CODE
- FACILITY_RPC → const FACILITY_CODE
- FACILITY_SCARD → const FACILITY_CODE
- FACILITY_SCRIPT → const FACILITY_CODE
- FACILITY_SDIAG → const FACILITY_CODE
- FACILITY_SECURITY → const FACILITY_CODE
- FACILITY_SERVICE_FABRIC → const FACILITY_CODE
- FACILITY_SETUPAPI → const FACILITY_CODE
- FACILITY_SHELL → const FACILITY_CODE
- FACILITY_SOS → const FACILITY_CODE
- FACILITY_SPP → const FACILITY_CODE
- FACILITY_SQLITE → const FACILITY_CODE
- FACILITY_SSPI → const FACILITY_CODE
- FACILITY_STATE_MANAGEMENT → const FACILITY_CODE
- FACILITY_STATEREPOSITORY → const FACILITY_CODE
- FACILITY_STORAGE → const FACILITY_CODE
- FACILITY_SXS → const FACILITY_CODE
- FACILITY_SYNCENGINE → const FACILITY_CODE
- FACILITY_TIERING → const FACILITY_CODE
- FACILITY_TPM_SERVICES → const FACILITY_CODE
- FACILITY_TPM_SOFTWARE → const FACILITY_CODE
- FACILITY_TTD → const FACILITY_CODE
- FACILITY_UI → const FACILITY_CODE
- FACILITY_UMI → const FACILITY_CODE
- FACILITY_URT → const FACILITY_CODE
- FACILITY_USER_MODE_SECURITY_CORE → const FACILITY_CODE
- FACILITY_USERMODE_COMMONLOG → const FACILITY_CODE
- FACILITY_USERMODE_FILTER_MANAGER → const FACILITY_CODE
- FACILITY_USERMODE_HNS → const FACILITY_CODE
- FACILITY_USERMODE_HYPERVISOR → const FACILITY_CODE
- FACILITY_USERMODE_LICENSING → const FACILITY_CODE
- FACILITY_USERMODE_PRM → const FACILITY_CODE
- FACILITY_USERMODE_SDBUS → const FACILITY_CODE
- FACILITY_USERMODE_SPACES → const FACILITY_CODE
- FACILITY_USERMODE_UNIONFS → const FACILITY_CODE
- FACILITY_USERMODE_VHD → const FACILITY_CODE
- FACILITY_USERMODE_VIRTUALIZATION → const FACILITY_CODE
- FACILITY_USERMODE_VOLMGR → const FACILITY_CODE
- FACILITY_USERMODE_VOLSNAP → const FACILITY_CODE
- FACILITY_USERMODE_WIN_ACCEL → const FACILITY_CODE
- FACILITY_USN → const FACILITY_CODE
- FACILITY_UTC → const FACILITY_CODE
- FACILITY_VISUALCPP → const FACILITY_CODE
- FACILITY_WEB → const FACILITY_CODE
- FACILITY_WEB_SOCKET → const FACILITY_CODE
- FACILITY_WEBSERVICES → const FACILITY_CODE
- FACILITY_WEP → const FACILITY_CODE
- FACILITY_WER → const FACILITY_CODE
- FACILITY_WIA → const FACILITY_CODE
- FACILITY_WIN32 → const FACILITY_CODE
- FACILITY_WINCODEC_DWRITE_DWM → const FACILITY_CODE
- FACILITY_WINDOWS → const FACILITY_CODE
- FACILITY_WINDOWS_CE → const FACILITY_CODE
- FACILITY_WINDOWS_DEFENDER → const FACILITY_CODE
- FACILITY_WINDOWS_SETUP → const FACILITY_CODE
- FACILITY_WINDOWS_STORE → const FACILITY_CODE
- FACILITY_WINDOWSUPDATE → const FACILITY_CODE
- FACILITY_WINML → const FACILITY_CODE
- FACILITY_WINPE → const FACILITY_CODE
- FACILITY_WINRM → const FACILITY_CODE
- FACILITY_WMAAECMA → const FACILITY_CODE
- FACILITY_WPN → const FACILITY_CODE
- FACILITY_WSB_ONLINE → const FACILITY_CODE
- FACILITY_WSBAPP → const FACILITY_CODE
- FACILITY_XAML → const FACILITY_CODE
- FACILITY_XBOX → const FACILITY_CODE
- FACILITY_XPS → const FACILITY_CODE
- FADF_AUTO → const ADVANCED_FEATURE_FLAGS
- FADF_BSTR → const ADVANCED_FEATURE_FLAGS
- FADF_DISPATCH → const ADVANCED_FEATURE_FLAGS
- FADF_EMBEDDED → const ADVANCED_FEATURE_FLAGS
- FADF_FIXEDSIZE → const ADVANCED_FEATURE_FLAGS
- FADF_HAVEIID → const ADVANCED_FEATURE_FLAGS
- FADF_HAVEVARTYPE → const ADVANCED_FEATURE_FLAGS
- FADF_RECORD → const ADVANCED_FEATURE_FLAGS
- FADF_RESERVED → const ADVANCED_FEATURE_FLAGS
- FADF_STATIC → const ADVANCED_FEATURE_FLAGS
- FADF_UNKNOWN → const ADVANCED_FEATURE_FLAGS
- FADF_VARIANT → const ADVANCED_FEATURE_FLAGS
- FALSE → const int
- FALT → const ACCEL_VIRT_FLAGS
- FCONTROL → const ACCEL_VIRT_FLAGS
- FD_ACCEPT → const int
- FD_CLOSE → const int
- FD_CONNECT → const int
- FD_OOB → const int
- FD_READ → const int
- FD_WRITE → const int
- FDAP_BOTTOM → const FDAP
- The place is added to the bottom of the default list.
- FDAP_TOP → const FDAP
- The place is added to the top of the default list.
- fdAssembly → const CorFieldAttr
- FDEOR_ACCEPT → const FDE_OVERWRITE_RESPONSE
- The application has determined that the file should be returned from the dialog.
- FDEOR_DEFAULT → const FDE_OVERWRITE_RESPONSE
- The application has not handled the event.
- FDEOR_REFUSE → const FDE_OVERWRITE_RESPONSE
- The application has determined that the file should not be returned from the dialog.
- FDESVR_ACCEPT → const FDE_SHAREVIOLATION_RESPONSE
- The application has determined that the file should be returned from the dialog.
- FDESVR_DEFAULT → const FDE_SHAREVIOLATION_RESPONSE
- The application has not handled the event.
- FDESVR_REFUSE → const FDE_SHAREVIOLATION_RESPONSE
- The application has determined that the file should not be returned from the dialog.
- fdFamANDAssem → const CorFieldAttr
- fdFamily → const CorFieldAttr
- fdFamORAssem → const CorFieldAttr
- fdFieldAccessMask → const CorFieldAttr
- fdHasDefault → const CorFieldAttr
- fdHasFieldMarshal → const CorFieldAttr
- fdHasFieldRVA → const CorFieldAttr
- fdInitOnly → const CorFieldAttr
- fdLiteral → const CorFieldAttr
- fdNotSerialized → const CorFieldAttr
- fdPinvokeImpl → const CorFieldAttr
- fdPrivate → const CorFieldAttr
- fdPrivateScope → const CorFieldAttr
- fdPublic → const CorFieldAttr
- fdReservedMask → const CorFieldAttr
- fdRTSpecialName → const CorFieldAttr
- fdSpecialName → const CorFieldAttr
- fdStatic → const CorFieldAttr
- FF_DECORATIVE → const FONT_FAMILY
- FF_DONTCARE → const FONT_FAMILY
- FF_MODERN → const FONT_FAMILY
- FF_ROMAN → const FONT_FAMILY
- FF_SCRIPT → const FONT_FAMILY
- FF_SWISS → const FONT_FAMILY
- FFFP_EXACTMATCH → const FFFP_MODE
- Exact match.
- FFFP_NEARESTPARENTMATCH → const FFFP_MODE
- Nearest parent match.
- FILE_ACTION_ADDED → const FILE_ACTION
- FILE_ACTION_MODIFIED → const FILE_ACTION
- FILE_ACTION_REMOVED → const FILE_ACTION
- FILE_ACTION_RENAMED_NEW_NAME → const FILE_ACTION
- FILE_ACTION_RENAMED_OLD_NAME → const FILE_ACTION
- FILE_ADD_FILE → const FILE_ACCESS_RIGHTS
- FILE_ADD_SUBDIRECTORY → const FILE_ACCESS_RIGHTS
- FILE_ALL_ACCESS → const FILE_ACCESS_RIGHTS
- FILE_ANY_ACCESS → const int
- FILE_APPEND_DATA → const FILE_ACCESS_RIGHTS
- FILE_ATTRIBUTE_ARCHIVE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_COMPRESSED → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_DEVICE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_DIRECTORY → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_EA → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_ENCRYPTED → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_HIDDEN → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_INTEGRITY_STREAM → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_NO_SCRUB_DATA → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_NORMAL → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_NOT_CONTENT_INDEXED → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_OFFLINE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_PINNED → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_READONLY → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_RECALL_ON_DATA_ACCESS → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_RECALL_ON_OPEN → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_REPARSE_POINT → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_SPARSE_FILE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_STRICTLY_SEQUENTIAL → const int
- FILE_ATTRIBUTE_SYSTEM → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_TEMPORARY → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_UNPINNED → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_ATTRIBUTE_VIRTUAL → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_BEGIN → const SET_FILE_POINTER_MOVE_METHOD
- FILE_CASE_PRESERVED_NAMES → const int
- FILE_CASE_SENSITIVE_SEARCH → const int
- FILE_CREATE_PIPE_INSTANCE → const FILE_ACCESS_RIGHTS
- FILE_CURRENT → const SET_FILE_POINTER_MOVE_METHOD
- FILE_DAX_VOLUME → const int
- FILE_DELETE_CHILD → const FILE_ACCESS_RIGHTS
- FILE_DEVICE_8042_PORT → const int
- FILE_DEVICE_ACPI → const int
- FILE_DEVICE_BATTERY → const int
- FILE_DEVICE_BEEP → const int
- FILE_DEVICE_BIOMETRIC → const int
- FILE_DEVICE_BLUETOOTH → const int
- FILE_DEVICE_BUS_EXTENDER → const int
- FILE_DEVICE_CD_ROM → const FILE_DEVICE_TYPE
- FILE_DEVICE_CD_ROM_FILE_SYSTEM → const int
- FILE_DEVICE_CHANGER → const int
- FILE_DEVICE_CONSOLE → const int
- FILE_DEVICE_CONTROLLER → const int
- FILE_DEVICE_CRYPT_PROVIDER → const int
- FILE_DEVICE_DATALINK → const int
- FILE_DEVICE_DEVAPI → const int
- FILE_DEVICE_DFS → const int
- FILE_DEVICE_DFS_FILE_SYSTEM → const int
- FILE_DEVICE_DFS_VOLUME → const int
- FILE_DEVICE_DISK → const FILE_DEVICE_TYPE
- FILE_DEVICE_DISK_FILE_SYSTEM → const int
- FILE_DEVICE_DVD → const FILE_DEVICE_TYPE
- FILE_DEVICE_EHSTOR → const int
- FILE_DEVICE_FILE_SYSTEM → const int
- FILE_DEVICE_FIPS → const int
- FILE_DEVICE_FULLSCREEN_VIDEO → const int
- FILE_DEVICE_GPIO → const int
- FILE_DEVICE_HOLOGRAPHIC → const int
- FILE_DEVICE_INFINIBAND → const int
- FILE_DEVICE_INPORT_PORT → const int
- FILE_DEVICE_KEYBOARD → const int
- FILE_DEVICE_KS → const int
- FILE_DEVICE_KSEC → const int
- FILE_DEVICE_MAILSLOT → const int
- FILE_DEVICE_MASS_STORAGE → const int
- FILE_DEVICE_MIDI_IN → const int
- FILE_DEVICE_MIDI_OUT → const int
- FILE_DEVICE_MODEM → const int
- FILE_DEVICE_MOUSE → const int
- FILE_DEVICE_MT_COMPOSITE → const int
- FILE_DEVICE_MT_TRANSPORT → const int
- FILE_DEVICE_MULTI_UNC_PROVIDER → const int
- FILE_DEVICE_NAMED_PIPE → const int
- FILE_DEVICE_NETWORK → const int
- FILE_DEVICE_NETWORK_BROWSER → const int
- FILE_DEVICE_NETWORK_FILE_SYSTEM → const int
- FILE_DEVICE_NETWORK_REDIRECTOR → const int
- FILE_DEVICE_NFP → const int
- FILE_DEVICE_NULL → const int
- FILE_DEVICE_NVDIMM → const int
- FILE_DEVICE_PARALLEL_PORT → const int
- FILE_DEVICE_PERSISTENT_MEMORY → const int
- FILE_DEVICE_PHYSICAL_NETCARD → const int
- FILE_DEVICE_PMI → const int
- FILE_DEVICE_POINT_OF_SERVICE → const int
- FILE_DEVICE_PRINTER → const int
- FILE_DEVICE_SCANNER → const int
- FILE_DEVICE_SCREEN → const int
- FILE_DEVICE_SDFXHCI → const int
- FILE_DEVICE_SERENUM → const int
- FILE_DEVICE_SERIAL_MOUSE_PORT → const int
- FILE_DEVICE_SERIAL_PORT → const int
- FILE_DEVICE_SMARTCARD → const int
- FILE_DEVICE_SMB → const int
- FILE_DEVICE_SOUND → const int
- FILE_DEVICE_STORAGE_REPLICATION → const int
- FILE_DEVICE_STREAMS → const int
- FILE_DEVICE_SYSENV → const int
- FILE_DEVICE_TAPE → const FILE_DEVICE_TYPE
- FILE_DEVICE_TAPE_FILE_SYSTEM → const int
- FILE_DEVICE_TERMSRV → const int
- FILE_DEVICE_TRANSPORT → const int
- FILE_DEVICE_TRUST_ENV → const int
- FILE_DEVICE_UCM → const int
- FILE_DEVICE_UCMTCPCI → const int
- FILE_DEVICE_UCMUCSI → const int
- FILE_DEVICE_UNKNOWN → const int
- FILE_DEVICE_USBEX → const int
- FILE_DEVICE_VDM → const int
- FILE_DEVICE_VIDEO → const int
- FILE_DEVICE_VIRTUAL_BLOCK → const int
- FILE_DEVICE_VIRTUAL_DISK → const int
- FILE_DEVICE_VMBUS → const int
- FILE_DEVICE_WAVE_IN → const int
- FILE_DEVICE_WAVE_OUT → const int
- FILE_DEVICE_WPD → const int
- FILE_END → const SET_FILE_POINTER_MOVE_METHOD
- FILE_EXECUTE → const FILE_ACCESS_RIGHTS
- FILE_FILE_COMPRESSION → const int
- FILE_FLAG_BACKUP_SEMANTICS → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_DELETE_ON_CLOSE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_FIRST_PIPE_INSTANCE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_NO_BUFFERING → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_OPEN_NO_RECALL → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_OPEN_REPARSE_POINT → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_OVERLAPPED → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_POSIX_SEMANTICS → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_RANDOM_ACCESS → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_SEQUENTIAL_SCAN → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_SESSION_AWARE → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_FLAG_WRITE_THROUGH → const FILE_FLAGS_AND_ATTRIBUTES
- FILE_GENERIC_EXECUTE → const FILE_ACCESS_RIGHTS
- FILE_GENERIC_READ → const FILE_ACCESS_RIGHTS
- FILE_GENERIC_WRITE → const FILE_ACCESS_RIGHTS
- FILE_LIST_DIRECTORY → const FILE_ACCESS_RIGHTS
- FILE_NAME_NORMALIZED → const GETFINALPATHNAMEBYHANDLE_FLAGS
- FILE_NAME_OPENED → const GETFINALPATHNAMEBYHANDLE_FLAGS
- FILE_NAMED_STREAMS → const int
- FILE_NOTIFY_CHANGE_ATTRIBUTES → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_CREATION → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_DIR_NAME → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_FILE_NAME → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_LAST_ACCESS → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_LAST_WRITE → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_SECURITY → const FILE_NOTIFY_CHANGE
- FILE_NOTIFY_CHANGE_SIZE → const FILE_NOTIFY_CHANGE
- FILE_PERSISTENT_ACLS → const int
- FILE_READ_ACCESS → const int
- FILE_READ_ATTRIBUTES → const FILE_ACCESS_RIGHTS
- FILE_READ_DATA → const FILE_ACCESS_RIGHTS
- FILE_READ_EA → const FILE_ACCESS_RIGHTS
- FILE_READ_ONLY_VOLUME → const int
- FILE_RETURNS_CLEANUP_RESULT_INFO → const int
- FILE_SEQUENTIAL_WRITE_ONCE → const int
- FILE_SHARE_DELETE → const FILE_SHARE_MODE
- FILE_SHARE_NONE → const FILE_SHARE_MODE
- FILE_SHARE_READ → const FILE_SHARE_MODE
- FILE_SHARE_WRITE → const FILE_SHARE_MODE
- FILE_SPECIAL_ACCESS → const int
- FILE_SUPPORTS_BLOCK_REFCOUNTING → const int
- FILE_SUPPORTS_ENCRYPTION → const int
- FILE_SUPPORTS_EXTENDED_ATTRIBUTES → const int
- FILE_SUPPORTS_GHOSTING → const int
- FILE_SUPPORTS_HARD_LINKS → const int
- FILE_SUPPORTS_INTEGRITY_STREAMS → const int
- FILE_SUPPORTS_OBJECT_IDS → const int
- FILE_SUPPORTS_OPEN_BY_FILE_ID → const int
- FILE_SUPPORTS_POSIX_UNLINK_RENAME → const int
- FILE_SUPPORTS_REMOTE_STORAGE → const int
- FILE_SUPPORTS_REPARSE_POINTS → const int
- FILE_SUPPORTS_SPARSE_FILES → const int
- FILE_SUPPORTS_SPARSE_VDL → const int
- FILE_SUPPORTS_TRANSACTIONS → const int
- FILE_SUPPORTS_USN_JOURNAL → const int
- FILE_TRAVERSE → const FILE_ACCESS_RIGHTS
- FILE_TYPE_CHAR → const FILE_TYPE
- FILE_TYPE_DISK → const FILE_TYPE
- FILE_TYPE_PIPE → const FILE_TYPE
- FILE_TYPE_REMOTE → const FILE_TYPE
- FILE_TYPE_UNKNOWN → const FILE_TYPE
- FILE_UNICODE_ON_DISK → const int
- FILE_VER_GET_LOCALISED → const GET_FILE_VERSION_INFO_FLAGS
- FILE_VER_GET_NEUTRAL → const GET_FILE_VERSION_INFO_FLAGS
- FILE_VER_GET_PREFETCHED → const GET_FILE_VERSION_INFO_FLAGS
- FILE_VOLUME_IS_COMPRESSED → const int
- FILE_VOLUME_QUOTAS → const int
- FILE_WRITE_ACCESS → const int
- FILE_WRITE_ATTRIBUTES → const FILE_ACCESS_RIGHTS
- FILE_WRITE_DATA → const FILE_ACCESS_RIGHTS
- FILE_WRITE_EA → const FILE_ACCESS_RIGHTS
- FileAlignmentInfo → const FILE_INFO_BY_HANDLE_CLASS
- File alignment information should be retrieved.
- FileAllocationInfo → const FILE_INFO_BY_HANDLE_CLASS
- The file allocation information should be changed.
- FileAttributeTagInfo → const FILE_INFO_BY_HANDLE_CLASS
- File attribute information should be retrieved.
- FileBasicInfo → const FILE_INFO_BY_HANDLE_CLASS
- Minimal information for the file should be retrieved or set.
- FileCaseSensitiveInfo → const FILE_INFO_BY_HANDLE_CLASS
- FileCompressionInfo → const FILE_INFO_BY_HANDLE_CLASS
- File compression information should be retrieved.
- FileDispositionInfo → const FILE_INFO_BY_HANDLE_CLASS
- The file should be deleted.
- FileDispositionInfoEx → const FILE_INFO_BY_HANDLE_CLASS
- FileEndOfFileInfo → const FILE_INFO_BY_HANDLE_CLASS
- The end of the file should be set.
- FileFullDirectoryInfo → const FILE_INFO_BY_HANDLE_CLASS
- Files in the specified directory should be retrieved.
- FileFullDirectoryRestartInfo → const FILE_INFO_BY_HANDLE_CLASS
- Identical to FileFullDirectoryInfo, but forces the enumeration operation to start again from the beginning.
- FileIdBothDirectoryInfo → const FILE_INFO_BY_HANDLE_CLASS
- Files in the specified directory should be retrieved.
- FileIdBothDirectoryRestartInfo → const FILE_INFO_BY_HANDLE_CLASS
- Identical to FileIdBothDirectoryInfo, but forces the enumeration operation to start again from the beginning.
- FileIdExtdDirectoryInfo → const FILE_INFO_BY_HANDLE_CLASS
- Files in the specified directory should be retrieved.
- FileIdExtdDirectoryRestartInfo → const FILE_INFO_BY_HANDLE_CLASS
- Identical to FileIdExtdDirectoryInfo, but forces the enumeration operation to start again from the beginning.
- FileIdInfo → const FILE_INFO_BY_HANDLE_CLASS
- File information should be retrieved.
- FileIoPriorityHintInfo → const FILE_INFO_BY_HANDLE_CLASS
- Priority hint information should be set.
- FileNameInfo → const FILE_INFO_BY_HANDLE_CLASS
- The file name should be retrieved.
- FileNormalizedNameInfo → const FILE_INFO_BY_HANDLE_CLASS
- FILEOKSTRING → const String
- An Open or Save As dialog box sends the FILEOKSTRING registered message to your hook procedure, OFNHookProc, when the user specifies a file name and clicks the OK button.
- FileRemoteProtocolInfo → const FILE_INFO_BY_HANDLE_CLASS
- File remote protocol information should be retrieved.
- FileRenameInfo → const FILE_INFO_BY_HANDLE_CLASS
- The file name should be changed.
- FileRenameInfoEx → const FILE_INFO_BY_HANDLE_CLASS
- FileStandardInfo → const FILE_INFO_BY_HANDLE_CLASS
- Extended information for the file should be retrieved.
- FileStorageInfo → const FILE_INFO_BY_HANDLE_CLASS
- File storage information should be retrieved.
- FileStreamInfo → const FILE_INFO_BY_HANDLE_CLASS
- File stream information for the specified file should be retrieved.
- FIND_FIRST_EX_CASE_SENSITIVE → const FIND_FIRST_EX_FLAGS
- FIND_FIRST_EX_LARGE_FETCH → const FIND_FIRST_EX_FLAGS
- FIND_FIRST_EX_ON_DISK_ENTRIES_ONLY → const FIND_FIRST_EX_FLAGS
- FindExInfoBasic → const FINDEX_INFO_LEVELS
- The FindFirstFileEx function does not query the short file name, improving overall enumeration speed.
- FindExInfoMaxInfoLevel → const FINDEX_INFO_LEVELS
- This value is used for validation.
- FindExInfoStandard → const FINDEX_INFO_LEVELS
- The FindFirstFileEx function retrieves a standard set of attribute information.
- FindExSearchLimitToDevices → const FINDEX_SEARCH_OPS
- This filtering type is not available.
- FindExSearchLimitToDirectories → const FINDEX_SEARCH_OPS
- This is an advisory flag.
- FindExSearchMaxSearchOp → const FINDEX_SEARCH_OPS
- FindExSearchNameMatch → const FINDEX_SEARCH_OPS
- The search for a file that matches a specified file name.
- FINDMSGSTRING → const String
- A Find or Replace dialog box sends the FINDMSGSTRING registered message to the window procedure of its owner window when the user clicks the Find Next, Replace, or Replace All button, or closes the dialog box.
- FindStreamInfoMaxInfoLevel → const STREAM_INFO_LEVELS
- Used to determine valid enumeration values.
- FindStreamInfoStandard → const STREAM_INFO_LEVELS
- The FindFirstStreamW function retrieves standard stream information.
- FIRM → const FIRMWARE_TABLE_PROVIDER
- FirmwareTableInformationRegistered → const POWER_INFORMATION_LEVEL
- FixedMedia → const MEDIA_TYPE
- Fixed hard disk media.
- FNOINVERT → const ACCEL_VIRT_FLAGS
- FO_COPY → const int
- FO_DELETE → const int
- FO_MOVE → const int
- FO_RENAME → const int
- FOCUS_EVENT → const int
- FOF_ALLOWUNDO → const FILEOPERATION_FLAGS
- FOF_CONFIRMMOUSE → const FILEOPERATION_FLAGS
- FOF_FILESONLY → const FILEOPERATION_FLAGS
- FOF_MULTIDESTFILES → const FILEOPERATION_FLAGS
- FOF_NO_CONNECTED_ELEMENTS → const FILEOPERATION_FLAGS
- FOF_NO_UI → const FILEOPERATION_FLAGS
- FOF_NOCONFIRMATION → const FILEOPERATION_FLAGS
- FOF_NOCONFIRMMKDIR → const FILEOPERATION_FLAGS
- FOF_NOCOPYSECURITYATTRIBS → const FILEOPERATION_FLAGS
- FOF_NOERRORUI → const FILEOPERATION_FLAGS
- FOF_NORECURSEREPARSE → const FILEOPERATION_FLAGS
- FOF_NORECURSION → const FILEOPERATION_FLAGS
- FOF_RENAMEONCOLLISION → const FILEOPERATION_FLAGS
- FOF_SILENT → const FILEOPERATION_FLAGS
- FOF_SIMPLEPROGRESS → const FILEOPERATION_FLAGS
- FOF_WANTMAPPINGHANDLE → const FILEOPERATION_FLAGS
- FOF_WANTNUKEWARNING → const FILEOPERATION_FLAGS
- FOFX_ADDUNDORECORD → const FILEOPERATION_FLAGS
- FOFX_COPYASDOWNLOAD → const FILEOPERATION_FLAGS
- FOFX_DONTDISPLAYDESTPATH → const FILEOPERATION_FLAGS
- FOFX_DONTDISPLAYLOCATIONS → const FILEOPERATION_FLAGS
- FOFX_DONTDISPLAYSOURCEPATH → const FILEOPERATION_FLAGS
- FOFX_EARLYFAILURE → const FILEOPERATION_FLAGS
- FOFX_KEEPNEWERFILE → const FILEOPERATION_FLAGS
- FOFX_MOVEACLSACROSSVOLUMES → const FILEOPERATION_FLAGS
- FOFX_NOCOPYHOOKS → const FILEOPERATION_FLAGS
- FOFX_NOMINIMIZEBOX → const FILEOPERATION_FLAGS
- FOFX_NOSKIPJUNCTIONS → const FILEOPERATION_FLAGS
- FOFX_PREFERHARDLINK → const FILEOPERATION_FLAGS
- FOFX_PRESERVEFILEEXTENSIONS → const FILEOPERATION_FLAGS
- FOFX_RECYCLEONDELETE → const FILEOPERATION_FLAGS
- FOFX_REQUIREELEVATION → const FILEOPERATION_FLAGS
- FOFX_SHOWELEVATIONPROMPT → const FILEOPERATION_FLAGS
- FOREGROUND_BLUE → const CONSOLE_CHARACTER_ATTRIBUTES
- FOREGROUND_GREEN → const CONSOLE_CHARACTER_ATTRIBUTES
- FOREGROUND_INTENSITY → const CONSOLE_CHARACTER_ATTRIBUTES
- FOREGROUND_RED → const CONSOLE_CHARACTER_ATTRIBUTES
- FORMAT_MESSAGE_ALLOCATE_BUFFER → const FORMAT_MESSAGE_OPTIONS
- FORMAT_MESSAGE_ARGUMENT_ARRAY → const FORMAT_MESSAGE_OPTIONS
- FORMAT_MESSAGE_FROM_HMODULE → const FORMAT_MESSAGE_OPTIONS
- FORMAT_MESSAGE_FROM_STRING → const FORMAT_MESSAGE_OPTIONS
- FORMAT_MESSAGE_FROM_SYSTEM → const FORMAT_MESSAGE_OPTIONS
- FORMAT_MESSAGE_IGNORE_INSERTS → const FORMAT_MESSAGE_OPTIONS
- FORMAT_MESSAGE_MAX_WIDTH_MASK → const int
- FOS_ALLNONSTORAGEITEMS → const FILEOPENDIALOGOPTIONS
- FOS_ALLOWMULTISELECT → const FILEOPENDIALOGOPTIONS
- FOS_CREATEPROMPT → const FILEOPENDIALOGOPTIONS
- FOS_DEFAULTNOMINIMODE → const FILEOPENDIALOGOPTIONS
- FOS_DONTADDTORECENT → const FILEOPENDIALOGOPTIONS
- FOS_FILEMUSTEXIST → const FILEOPENDIALOGOPTIONS
- FOS_FORCEFILESYSTEM → const FILEOPENDIALOGOPTIONS
- FOS_FORCEPREVIEWPANEON → const FILEOPENDIALOGOPTIONS
- FOS_FORCESHOWHIDDEN → const FILEOPENDIALOGOPTIONS
- FOS_HIDEMRUPLACES → const FILEOPENDIALOGOPTIONS
- FOS_HIDEPINNEDPLACES → const FILEOPENDIALOGOPTIONS
- FOS_NOCHANGEDIR → const FILEOPENDIALOGOPTIONS
- FOS_NODEREFERENCELINKS → const FILEOPENDIALOGOPTIONS
- FOS_NOREADONLYRETURN → const FILEOPENDIALOGOPTIONS
- FOS_NOTESTFILECREATE → const FILEOPENDIALOGOPTIONS
- FOS_NOVALIDATE → const FILEOPENDIALOGOPTIONS
- FOS_OKBUTTONNEEDSINTERACTION → const FILEOPENDIALOGOPTIONS
- FOS_OVERWRITEPROMPT → const FILEOPENDIALOGOPTIONS
- FOS_PATHMUSTEXIST → const FILEOPENDIALOGOPTIONS
- FOS_PICKFOLDERS → const FILEOPENDIALOGOPTIONS
- FOS_SHAREAWARE → const FILEOPENDIALOGOPTIONS
- FOS_STRICTFILETYPES → const FILEOPENDIALOGOPTIONS
- FOS_SUPPORTSTREAMABLEITEMS → const FILEOPENDIALOGOPTIONS
- FR_DIALOGTERM → const FINDREPLACE_FLAGS
- FR_DOWN → const FINDREPLACE_FLAGS
- FR_ENABLEHOOK → const FINDREPLACE_FLAGS
- FR_ENABLETEMPLATE → const FINDREPLACE_FLAGS
- FR_ENABLETEMPLATEHANDLE → const FINDREPLACE_FLAGS
- FR_FINDNEXT → const FINDREPLACE_FLAGS
- FR_HIDEMATCHCASE → const FINDREPLACE_FLAGS
- FR_HIDEUPDOWN → const FINDREPLACE_FLAGS
- FR_HIDEWHOLEWORD → const FINDREPLACE_FLAGS
- FR_MATCHALEFHAMZA → const FINDREPLACE_FLAGS
- FR_MATCHCASE → const FINDREPLACE_FLAGS
- FR_MATCHDIAC → const FINDREPLACE_FLAGS
- FR_MATCHKASHIDA → const FINDREPLACE_FLAGS
- FR_NOMATCHCASE → const FINDREPLACE_FLAGS
- FR_NOT_ENUM → const FONT_RESOURCE_CHARACTERISTICS
- FR_NOUPDOWN → const FINDREPLACE_FLAGS
- FR_NOWHOLEWORD → const FINDREPLACE_FLAGS
- FR_NOWRAPAROUND → const FINDREPLACE_FLAGS
- FR_PRIVATE → const FONT_RESOURCE_CHARACTERISTICS
- FR_RAW → const FINDREPLACE_FLAGS
- FR_REPLACE → const FINDREPLACE_FLAGS
- FR_REPLACEALL → const FINDREPLACE_FLAGS
- FR_SHOWHELP → const FINDREPLACE_FLAGS
- FR_SHOWWRAPAROUND → const FINDREPLACE_FLAGS
- FR_WHOLEWORD → const FINDREPLACE_FLAGS
- FR_WRAPAROUND → const FINDREPLACE_FLAGS
- FRB_ACTIVE → const FRAMEBOTTOMSTATES
- FRB_INACTIVE → const FRAMEBOTTOMSTATES
- FRL_ACTIVE → const FRAMELEFTSTATES
- FRL_INACTIVE → const FRAMELEFTSTATES
- FROM_LEFT_1ST_BUTTON_PRESSED → const int
- FROM_LEFT_2ND_BUTTON_PRESSED → const int
- FROM_LEFT_3RD_BUTTON_PRESSED → const int
- FROM_LEFT_4TH_BUTTON_PRESSED → const int
- FRR_ACTIVE → const FRAMERIGHTSTATES
- FRR_INACTIVE → const FRAMERIGHTSTATES
- FS_ACTIVE → const FRAMESTATES
- FS_INACTIVE → const FRAMESTATES
- FSCTL_ADD_OVERLAY → const int
- FSCTL_ADVANCE_FILE_ID → const int
- FSCTL_ALLOW_EXTENDED_DASD_IO → const int
- Signals the file system driver not to perform any I/O boundary checks on partition read or write calls.
- FSCTL_CLEAN_VOLUME_METADATA → const int
- FSCTL_CORRUPTION_HANDLING → const int
- FSCTL_CREATE_OR_GET_OBJECT_ID → const int
- Retrieves the object identifier for the specified file or directory.
- FSCTL_CREATE_USN_JOURNAL → const int
- Creates an update sequence number (USN) change journal stream on a target volume, or modifies an existing change journal stream.
- FSCTL_CSC_INTERNAL → const int
- FSCTL_CSV_CONTROL → const int
- Retrieves the results of a CSV control operation.
- FSCTL_CSV_GET_VOLUME_NAME_FOR_VOLUME_MOUNT_POINT → const int
- FSCTL_CSV_GET_VOLUME_PATH_NAME → const int
- FSCTL_CSV_GET_VOLUME_PATH_NAMES_FOR_VOLUME_NAME → const int
- FSCTL_CSV_H_BREAKING_SYNC_TUNNEL_REQUEST → const int
- FSCTL_CSV_INTERNAL → const int
- FSCTL_CSV_MGMT_LOCK → const int
- FSCTL_CSV_QUERY_DOWN_LEVEL_FILE_SYSTEM_CHARACTERISTICS → const int
- Retrieves information about a file system for which CSVFS is a proxy.
- FSCTL_CSV_QUERY_VETO_FILE_DIRECT_IO → const int
- FSCTL_CSV_SYNC_TUNNEL_REQUEST → const int
- FSCTL_CSV_TUNNEL_REQUEST → const int
- FSCTL_DELETE_CORRUPTED_REFS_CONTAINER → const int
- FSCTL_DELETE_EXTERNAL_BACKING → const int
- FSCTL_DELETE_OBJECT_ID → const int
- Removes the object identifier from a specified file or directory.
- FSCTL_DELETE_REPARSE_POINT → const int
- Deletes a reparse point from the specified file or directory.
- FSCTL_DELETE_USN_JOURNAL → const int
- Deletes the update sequence number (USN) change journal on a volume, or waits for notification of change journal deletion.
- FSCTL_DFSR_SET_GHOST_HANDLE_STATE → const int
- FSCTL_DISABLE_LOCAL_BUFFERING → const int
- FSCTL_DISMOUNT_VOLUME → const int
- Dismounts a volume regardless of whether or not the volume is currently in use.
- FSCTL_DUPLICATE_EXTENTS_TO_FILE → const int
- Instructs the file system to copy a range of file bytes on behalf of an application.
- FSCTL_DUPLICATE_EXTENTS_TO_FILE_EX → const int
- FSCTL_ENABLE_PER_IO_FLAGS → const int
- FSCTL_ENABLE_UPGRADE → const int
- FSCTL_ENCRYPTION_FSCTL_IO → const int
- FSCTL_ENCRYPTION_KEY_CONTROL → const int
- FSCTL_ENUM_EXTERNAL_BACKING → const int
- FSCTL_ENUM_OVERLAY → const int
- FSCTL_ENUM_USN_DATA → const int
- Enumerates the update sequence number (USN) data between two specified boundaries to obtain master file table (MFT) records.
- FSCTL_EXTEND_VOLUME → const int
- Increases the size of a mounted volume.
- FSCTL_FILE_LEVEL_TRIM → const int
- Indicates ranges within the specified file that do not need to be stored by the storage system.
- FSCTL_FILE_PREFETCH → const int
- FSCTL_FILE_TYPE_NOTIFICATION → const int
- FSCTL_FILESYSTEM_GET_STATISTICS → const int
- Retrieves the information from various file system performance counters.
- FSCTL_FILESYSTEM_GET_STATISTICS_EX → const int
- Retrieves the information from various file system performance counters.
- FSCTL_FIND_FILES_BY_SID → const int
- Searches a directory for a file whose creator owner matches the specified SID.
- FSCTL_GET_BOOT_AREA_INFO → const int
- Retrieves the locations of boot sectors for a volume.
- FSCTL_GET_COMPRESSION → const int
- Retrieves the current compression state of a file or directory on a volume whose file system supports per-stream compression.
- FSCTL_GET_EXTERNAL_BACKING → const int
- FSCTL_GET_INTEGRITY_INFORMATION → const int
- Retrieves the integrity status of a file or directory on a ReFS volume.
- FSCTL_GET_NTFS_FILE_RECORD → const int
- Retrieves the first file record that is in use and is of a lesser than or equal ordinal value to the requested file reference number.
- FSCTL_GET_NTFS_VOLUME_DATA → const int
- Retrieves information about the specified NTFS file system volume.
- FSCTL_GET_OBJECT_ID → const int
- Retrieves the object identifier for the specified file or directory.
- FSCTL_GET_REFS_VOLUME_DATA → const int
- FSCTL_GET_REPAIR → const int
- Retrieves information about the NTFS file system's self-healing mechanism.
- FSCTL_GET_REPARSE_POINT → const int
- Retrieves the reparse point data associated with the file or directory identified by the specified handle.
- FSCTL_GET_RETRIEVAL_POINTER_BASE → const int
- Returns the sector offset to the first logical cluster number (LCN) of the file system relative to the start of the volume.
- FSCTL_GET_RETRIEVAL_POINTER_COUNT → const int
- FSCTL_GET_RETRIEVAL_POINTERS → const int
- Given a file handle, retrieves a data structure that describes the allocation and location on disk of a specific file, or, given a volume handle, the locations of bad clusters on a volume.
- FSCTL_GET_RETRIEVAL_POINTERS_AND_REFCOUNT → const int
- FSCTL_GET_VOLUME_BITMAP → const int
- Retrieves a bitmap of occupied and available clusters on a volume.
- FSCTL_GET_WOF_VERSION → const int
- FSCTL_GHOST_FILE_EXTENTS → const int
- FSCTL_HCS_ASYNC_TUNNEL_REQUEST → const int
- FSCTL_HCS_SYNC_NO_WRITE_TUNNEL_REQUEST → const int
- FSCTL_HCS_SYNC_TUNNEL_REQUEST → const int
- FSCTL_INITIATE_FILE_METADATA_OPTIMIZATION → const int
- FSCTL_INITIATE_REPAIR → const int
- Triggers the NTFS file system to start a self-healing cycle on a single file.
- FSCTL_INVALIDATE_VOLUMES → const int
- FSCTL_IS_CSV_FILE → const int
- Determines whether a file is stored on a CSVFS volume, or retrieves namespace information.
- FSCTL_IS_FILE_ON_CSV_VOLUME → const int
- Determines whether a file is stored on a CSVFS volume, or retrieves namespace information.
- FSCTL_IS_PATHNAME_VALID → const int
- FSCTL_IS_VOLUME_DIRTY → const int
- FSCTL_IS_VOLUME_MOUNTED → const int
- Determines whether the specified volume is mounted, or if the specified file or directory is on a mounted volume.
- FSCTL_IS_VOLUME_OWNED_BYCSVFS → const int
- Determines whether a volume is locked by CSVFS.
- FSCTL_LOCK_VOLUME → const int
- Locks a volume if it is not in use.
- FSCTL_LOOKUP_STREAM_FROM_CLUSTER → const int
- Given a handle to a NTFS volume or a file on a NTFS volume, returns a chain of data structures that describes streams that occupy the specified clusters.
- FSCTL_MAKE_MEDIA_COMPATIBLE → const int
- Closes an open UDF session on write-once media to make the media ROM compatible.
- FSCTL_MARK_AS_SYSTEM_HIVE → const int
- FSCTL_MARK_HANDLE → const int
- Marks a specified file or directory and its change journal record with information about changes to that file or directory.
- FSCTL_MARK_VOLUME_DIRTY → const int
- FSCTL_MOVE_FILE → const int
- Relocates one or more virtual clusters of a file from one logical cluster to another within the same volume.
- FSCTL_NOTIFY_DATA_CHANGE → const int
- FSCTL_NOTIFY_STORAGE_SPACE_ALLOCATION → const int
- FSCTL_OFFLOAD_READ → const int
- FSCTL_OFFLOAD_WRITE → const int
- FSCTL_OPBATCH_ACK_CLOSE_PENDING → const int
- Notifies a server that a client application is ready to close a file.
- FSCTL_OPLOCK_BREAK_ACK_NO_2 → const int
- Responds to notification that an opportunistic lock on a file is about to be broken.
- FSCTL_OPLOCK_BREAK_ACKNOWLEDGE → const int
- Responds to notification that an exclusive opportunistic lock on a file is about to be broken.
- FSCTL_OPLOCK_BREAK_NOTIFY → const int
- Enables the calling application to wait for completion of an opportunistic lock break.
- FSCTL_QUERY_ALLOCATED_RANGES → const int
- Scans a file or alternate stream looking for ranges that may contain nonzero data.
- FSCTL_QUERY_BAD_RANGES → const int
- FSCTL_QUERY_DEPENDENT_VOLUME → const int
- FSCTL_QUERY_DIRECT_ACCESS_EXTENTS → const int
- FSCTL_QUERY_DIRECT_IMAGE_ORIGINAL_BASE → const int
- FSCTL_QUERY_EXTENT_READ_CACHE_INFO → const int
- FSCTL_QUERY_FAT_BPB → const int
- FSCTL_QUERY_FILE_LAYOUT → const int
- FSCTL_QUERY_FILE_METADATA_OPTIMIZATION → const int
- FSCTL_QUERY_FILE_REGIONS → const int
- FSCTL_QUERY_FILE_SYSTEM_RECOGNITION → const int
- Queries for file system recognition information on a volume.
- FSCTL_QUERY_GHOSTED_FILE_EXTENTS → const int
- FSCTL_QUERY_ON_DISK_VOLUME_INFO → const int
- Requests UDF-specific volume information.
- FSCTL_QUERY_PAGEFILE_ENCRYPTION → const int
- FSCTL_QUERY_PERSISTENT_VOLUME_STATE → const int
- FSCTL_QUERY_REFS_SMR_VOLUME_INFO → const int
- FSCTL_QUERY_REFS_VOLUME_COUNTER_INFO → const int
- FSCTL_QUERY_REGION_INFO → const int
- Retrieves the storage tier regions defined for a volume that supports data tiering.
- FSCTL_QUERY_RETRIEVAL_POINTERS → const int
- FSCTL_QUERY_SHARED_VIRTUAL_DISK_SUPPORT → const int
- FSCTL_QUERY_SPARING_INFO → const int
- Retrieves the defect management properties of the volume.
- FSCTL_QUERY_STORAGE_CLASSES → const int
- Retrieves the storage tiers defined for a volume that supports data tiering.
- FSCTL_QUERY_USN_JOURNAL → const int
- Queries for information on the current update sequence number (USN) change journal, its records, and its capacity.
- FSCTL_QUERY_VOLUME_CONTAINER_STATE → const int
- FSCTL_QUERY_VOLUME_NUMA_INFO → const int
- FSCTL_READ_FILE_USN_DATA → const int
- Retrieves the update sequence number (USN) change-journal information for the specified file or directory.
- FSCTL_READ_FROM_PLEX → const int
- Reads from the specified plex.
- FSCTL_READ_RAW_ENCRYPTED → const int
- FSCTL_READ_UNPRIVILEGED_USN_JOURNAL → const int
- FSCTL_READ_USN_JOURNAL → const int
- Retrieves the set of update sequence number (USN) change journal records between two specified USN values.
- FSCTL_REARRANGE_FILE → const int
- FSCTL_RECALL_FILE → const int
- Recalls a file from storage media that Remote Storage manages, which is the hierarchical storage management software.
- FSCTL_REFS_DEALLOCATE_RANGES → const int
- FSCTL_REMOVE_OVERLAY → const int
- FSCTL_REPAIR_COPIES → const int
- Repair data corruption by selecting the proper copy to use.
- FSCTL_REQUEST_BATCH_OPLOCK → const int
- Requests a batch opportunistic lock on a file.
- FSCTL_REQUEST_FILTER_OPLOCK → const int
- Requests a filter opportunistic lock on a file.
- FSCTL_REQUEST_OPLOCK → const int
- Requests an opportunistic lock (oplock) on a file and acknowledges that an oplock break has occurred.
- FSCTL_REQUEST_OPLOCK_LEVEL_1 → const int
- Requests a level 1 opportunistic lock on a file.
- FSCTL_REQUEST_OPLOCK_LEVEL_2 → const int
- Requests a level 2 opportunistic lock on a file.
- FSCTL_RESET_VOLUME_ALLOCATION_HINTS → const int
- FSCTL_RKF_INTERNAL → const int
- FSCTL_SCRUB_DATA → const int
- FSCTL_SCRUB_UNDISCOVERABLE_ID → const int
- FSCTL_SD_GLOBAL_CHANGE → const int
- FSCTL_SECURITY_ID_CHECK → const int
- FSCTL_SET_BOOTLOADER_ACCESSED → const int
- FSCTL_SET_COMPRESSION → const int
- Sets the compression state of a file or directory on a volume whose file system supports per-file and per-directory compression.
- FSCTL_SET_DAX_ALLOC_ALIGNMENT_HINT → const int
- FSCTL_SET_DEFECT_MANAGEMENT → const int
- Sets the software defect management state for the specified file.
- FSCTL_SET_ENCRYPTION → const int
- FSCTL_SET_EXTERNAL_BACKING → const int
- FSCTL_SET_INTEGRITY_INFORMATION → const int
- Retrieves the integrity status of a file or directory on a ReFS volume.
- FSCTL_SET_INTEGRITY_INFORMATION_EX → const int
- FSCTL_SET_LAYER_ROOT → const int
- FSCTL_SET_OBJECT_ID → const int
- Sets the object identifier for the specified file or directory.
- FSCTL_SET_OBJECT_ID_EXTENDED → const int
- Modifies user data associated with the object identifier for the specified file or directory.
- FSCTL_SET_PERSISTENT_VOLUME_STATE → const int
- FSCTL_SET_PURGE_FAILURE_MODE → const int
- FSCTL_SET_REFS_FILE_STRICTLY_SEQUENTIAL → const int
- FSCTL_SET_REFS_SMR_VOLUME_GC_PARAMETERS → const int
- FSCTL_SET_REPAIR → const int
- Sets the mode of an NTFS file system's self-healing capability.
- FSCTL_SET_REPARSE_POINT → const int
- Sets a reparse point on a file or directory.
- FSCTL_SET_REPARSE_POINT_EX → const int
- FSCTL_SET_SHORT_NAME_BEHAVIOR → const int
- FSCTL_SET_SPARSE → const int
- Marks the indicated file as sparse or not sparse.
- FSCTL_SET_VOLUME_COMPRESSION_STATE → const int
- FSCTL_SET_ZERO_DATA → const int
- Fills a specified range of a file with zeros (0).
- FSCTL_SET_ZERO_ON_DEALLOCATION → const int
- Indicates an NTFS file system file handle should have its clusters filled with zeros when it is deallocated.
- FSCTL_SHRINK_VOLUME → const int
- Signals that the volume is to be prepared to perform the shrink operation, the shrink operation is to be committed, or the shrink operation is to be terminated.
- FSCTL_SHUFFLE_FILE → const int
- FSCTL_SIS_COPYFILE → const int
- FSCTL_SIS_LINK_FILES → const int
- FSCTL_SPARSE_OVERALLOCATE → const int
- FSCTL_SSDI_STORAGE_REQUEST → const int
- FSCTL_START_VIRTUALIZATION_INSTANCE_EX → const int
- FSCTL_STORAGE_QOS_CONTROL → const int
- FSCTL_STREAMS_ASSOCIATE_ID → const int
- FSCTL_STREAMS_QUERY_ID → const int
- FSCTL_STREAMS_QUERY_PARAMETERS → const int
- FSCTL_SUSPEND_OVERLAY → const int
- FSCTL_SVHDX_ASYNC_TUNNEL_REQUEST → const int
- FSCTL_SVHDX_SET_INITIATOR_INFORMATION → const int
- FSCTL_SVHDX_SYNC_TUNNEL_REQUEST → const int
- FSCTL_TXFS_CREATE_MINIVERSION → const int
- Creates a new miniversion for the specified file.
- FSCTL_TXFS_CREATE_SECONDARY_RM → const int
- FSCTL_TXFS_GET_METADATA_INFO → const int
- Retrieves Transacted NTFS (TxF) metadata for a file and the GUID of the transaction that has locked the specified file (if the file is locked).
- FSCTL_TXFS_GET_TRANSACTED_VERSION → const int
- Returns a TXFS_GET_TRANSACTED_VERSION structure.
- FSCTL_TXFS_LIST_TRANSACTION_LOCKED_FILES → const int
- Returns a list of all files currently locked by the specified transaction.
- FSCTL_TXFS_LIST_TRANSACTIONS → const int
- Returns a list of all the transactions currently involved in the specified resource manager.
- FSCTL_TXFS_MODIFY_RM → const int
- Sets the log mode and log parameter information for a secondary resource manager (RM).
- FSCTL_TXFS_QUERY_RM_INFORMATION → const int
- Retrieves information for a resource manager (RM).
- FSCTL_TXFS_READ_BACKUP_INFORMATION → const int
- Returns Transactional NTFS (TxF) specific information for the specified file.
- FSCTL_TXFS_READ_BACKUP_INFORMATION2 → const int
- FSCTL_TXFS_ROLLFORWARD_REDO → const int
- FSCTL_TXFS_ROLLFORWARD_UNDO → const int
- FSCTL_TXFS_SAVEPOINT_INFORMATION → const int
- The FSCTL_TXFS_SAVEPOINT_INFORMATION control code controls setting, clearing, and rolling back to the specified savepoint.
- FSCTL_TXFS_SHUTDOWN_RM → const int
- FSCTL_TXFS_START_RM → const int
- FSCTL_TXFS_TRANSACTION_ACTIVE → const int
- Returns a Boolean value that indicates if there were any transactions active on the associated volume when the snapshot was taken.
- FSCTL_TXFS_WRITE_BACKUP_INFORMATION → const int
- Writes Transactional NTFS (TxF) specific information to a specified file.
- FSCTL_TXFS_WRITE_BACKUP_INFORMATION2 → const int
- FSCTL_UNLOCK_VOLUME → const int
- Unlocks a volume.
- FSCTL_UNMAP_SPACE → const int
- FSCTL_UPDATE_OVERLAY → const int
- FSCTL_USN_TRACK_MODIFIED_RANGES → const int
- Enables range tracking feature for update sequence number (USN) change journal stream on a target volume, or modifies already enabled range tracking parameters.
- FSCTL_VIRTUAL_STORAGE_PASSTHROUGH → const int
- FSCTL_VIRTUAL_STORAGE_QUERY_PROPERTY → const int
- FSCTL_VIRTUAL_STORAGE_SET_BEHAVIOR → const int
- FSCTL_WAIT_FOR_REPAIR → const int
- Returns when the specified repairs are completed.
- FSCTL_WRITE_RAW_ENCRYPTED → const int
- FSCTL_WRITE_USN_CLOSE_RECORD → const int
- Generates a record in the update sequence number (USN) change journal stream for the input file.
- FSCTL_WRITE_USN_REASON → const int
- FSHIFT → const ACCEL_VIRT_FLAGS
- FullTrust → const TrustLevel
- The component requires the full privileges of the user.
- FUNC_DISPATCH → const FUNCKIND
- The function can be accessed only through IDispatch.
- FUNC_NONVIRTUAL → const FUNCKIND
- The function is accessed by static address and takes an implicit this pointer.
- FUNC_PUREVIRTUAL → const FUNCKIND
- The function is accessed through the virtual function table (VTBL), and takes an implicit this pointer.
- FUNC_STATIC → const FUNCKIND
- The function is accessed by static address and does not take an implicit this pointer.
- FUNC_VIRTUAL → const FUNCKIND
- The function is accessed the same as PUREVIRTUAL, except the function has an implementation.
- FUNCFLAG_FBINDABLE → const FUNCFLAGS
- The function that supports data binding.
- FUNCFLAG_FDEFAULTBIND → const FUNCFLAGS
- The function that best represents the object.
- FUNCFLAG_FDEFAULTCOLLELEM → const FUNCFLAGS
- Permits an optimization in which the compiler looks for a member named xyz on the type of abc.
- FUNCFLAG_FDISPLAYBIND → const FUNCFLAGS
- The function that is displayed to the user as bindable.
- FUNCFLAG_FHIDDEN → const FUNCFLAGS
- The function should not be displayed to the user, although it exists and is bindable.
- FUNCFLAG_FIMMEDIATEBIND → const FUNCFLAGS
- Mapped as individual bindable properties.
- FUNCFLAG_FNONBROWSABLE → const FUNCFLAGS
- The property appears in an object browser, but not in a properties browser.
- FUNCFLAG_FREPLACEABLE → const FUNCFLAGS
- Tags the interface as having default behaviors.
- FUNCFLAG_FREQUESTEDIT → const FUNCFLAGS
- When set, any call to a method that sets the property results first in a call to IPropertyNotifySink::OnRequestEdit.
- FUNCFLAG_FRESTRICTED → const FUNCFLAGS
- The function should not be accessible from macro languages.
- FUNCFLAG_FSOURCE → const FUNCFLAGS
- The function returns an object that is a source of events.
- FUNCFLAG_FUIDEFAULT → const FUNCFLAGS
- The type information member is the default member for display in the user interface.
- FUNCFLAG_FUSESGETLASTERROR → const FUNCFLAGS
- The function supports GetLastError.
- FUT_EDITING → const FILE_USAGE_TYPE
- The file is being edited by the process that has it open.
- FUT_GENERIC → const FILE_USAGE_TYPE
- The file is open in the process for an unspecified action or an action that does not readily fit into the other two categories.
- FUT_PLAYING → const FILE_USAGE_TYPE
- The file is being played by the process that has it open.
- FVIRTKEY → const ACCEL_VIRT_FLAGS
- FW_BLACK → const FONT_WEIGHT
- FW_BOLD → const FONT_WEIGHT
- FW_DEMIBOLD → const FONT_WEIGHT
- FW_DONTCARE → const FONT_WEIGHT
- FW_EXTRABOLD → const FONT_WEIGHT
- FW_EXTRALIGHT → const FONT_WEIGHT
- FW_HEAVY → const FONT_WEIGHT
- FW_LIGHT → const FONT_WEIGHT
- FW_MEDIUM → const FONT_WEIGHT
- FW_NORMAL → const FONT_WEIGHT
- FW_REGULAR → const FONT_WEIGHT
- FW_SEMIBOLD → const FONT_WEIGHT
- FW_THIN → const FONT_WEIGHT
- FW_ULTRABOLD → const FONT_WEIGHT
- FW_ULTRALIGHT → const FONT_WEIGHT
- GA_PARENT → const GET_ANCESTOR_FLAGS
- GA_ROOT → const GET_ANCESTOR_FLAGS
- GA_ROOTOWNER → const GET_ANCESTOR_FLAGS
- GAA_FLAG_INCLUDE_ALL_COMPARTMENTS → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_INCLUDE_ALL_INTERFACES → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_INCLUDE_GATEWAYS → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_INCLUDE_PREFIX → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_INCLUDE_TUNNEL_BINDINGORDER → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_INCLUDE_WINS_INFO → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_SKIP_ANYCAST → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_SKIP_DNS_SERVER → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_SKIP_FRIENDLY_NAME → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_SKIP_MULTICAST → const GET_ADAPTERS_ADDRESSES_FLAGS
- GAA_FLAG_SKIP_UNICAST → const GET_ADAPTERS_ADDRESSES_FLAGS
- GB2312_CHARSET → const FONT_CHARSET
- GCL_CBCLSEXTRA → const GET_CLASS_LONG_INDEX
- GCL_CBWNDEXTRA → const GET_CLASS_LONG_INDEX
- GCL_HBRBACKGROUND → const GET_CLASS_LONG_INDEX
- GCL_HCURSOR → const GET_CLASS_LONG_INDEX
- GCL_HICON → const GET_CLASS_LONG_INDEX
- GCL_HICONSM → const GET_CLASS_LONG_INDEX
- GCL_HMODULE → const GET_CLASS_LONG_INDEX
- GCL_MENUNAME → const GET_CLASS_LONG_INDEX
- GCL_STYLE → const GET_CLASS_LONG_INDEX
- GCL_WNDPROC → const GET_CLASS_LONG_INDEX
- GCLP_HBRBACKGROUND → const GET_CLASS_LONG_INDEX
- GCLP_HCURSOR → const GET_CLASS_LONG_INDEX
- GCLP_HICON → const GET_CLASS_LONG_INDEX
- GCLP_HICONSM → const GET_CLASS_LONG_INDEX
- GCLP_HMODULE → const GET_CLASS_LONG_INDEX
- GCLP_MENUNAME → const GET_CLASS_LONG_INDEX
- GCLP_WNDPROC → const GET_CLASS_LONG_INDEX
- GCW_ATOM → const GET_CLASS_LONG_INDEX
- GENERIC_ALL → const GENERIC_ACCESS_RIGHTS
- GENERIC_EXECUTE → const GENERIC_ACCESS_RIGHTS
- GENERIC_READ → const GENERIC_ACCESS_RIGHTS
- GENERIC_WRITE → const GENERIC_ACCESS_RIGHTS
- GetFileExInfoStandard → const GET_FILEEX_INFO_LEVELS
- The GetFileAttributesEx or GetFileAttributesTransacted function retrieves a standard set of attribute information.
- GetFileExMaxInfoLevel → const GET_FILEEX_INFO_LEVELS
- One greater than the maximum value.
- GetPowerRequestList → const POWER_INFORMATION_LEVEL
- GetPowerSettingValue → const POWER_INFORMATION_LEVEL
- GHND → const GLOBAL_ALLOC_FLAGS
- GID_BEGIN → const GESTURECONFIG_ID
- GID_END → const GESTURECONFIG_ID
- GID_PAN → const GESTURECONFIG_ID
- GID_PRESSANDTAP → const GESTURECONFIG_ID
- GID_ROLLOVER → const GESTURECONFIG_ID
- GID_ROTATE → const GESTURECONFIG_ID
- GID_TWOFINGERTAP → const GESTURECONFIG_ID
- GID_ZOOM → const GESTURECONFIG_ID
- GMDI_GOINTOPOPUPS → const GET_MENU_DEFAULT_ITEM_FLAGS
- GMDI_USEDISABLED → const GET_MENU_DEFAULT_ITEM_FLAGS
- GMEM_FIXED → const GLOBAL_ALLOC_FLAGS
- GMEM_MOVEABLE → const GLOBAL_ALLOC_FLAGS
- GMEM_ZEROINIT → const GLOBAL_ALLOC_FLAGS
- GMMP_USE_DISPLAY_POINTS → const GET_MOUSE_MOVE_POINTS_EX_RESOLUTION
- GMMP_USE_HIGH_RESOLUTION_POINTS → const GET_MOUSE_MOVE_POINTS_EX_RESOLUTION
- gpContravariant → const CorGenericParamAttr
- gpCovariant → const CorGenericParamAttr
- gpDefaultConstructorConstraint → const CorGenericParamAttr
- gpNonVariant → const CorGenericParamAttr
- gpNoSpecialConstraint → const CorGenericParamAttr
- gpNotNullableValueTypeConstraint → const CorGenericParamAttr
- gpReferenceTypeConstraint → const CorGenericParamAttr
- GPS_BESTEFFORT → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Succeed at getting the store, even if some properties are not returned.
- GPS_DEFAULT → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Return a read-only property store that contains all properties.
- GPS_DELAYCREATION → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Delay memory-intensive operations, such as file access, until a property is requested that requires such access.
- GPS_EXTRINSICPROPERTIES → const GETPROPERTYSTOREFLAGS
- Include properties from the file's secondary stream.
- GPS_EXTRINSICPROPERTIESONLY → const GETPROPERTYSTOREFLAGS
- Include only properties from the file's secondary stream.
- GPS_FASTPROPERTIESONLY → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Provides a store that does not involve reading from the disk or network.
- GPS_HANDLERPROPERTIESONLY → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Include only properties directly from the property handler, which opens the file on the disk, network, or device.
- GPS_MASK_VALID → const GETPROPERTYSTOREFLAGS
- Mask for valid GETPROPERTYSTOREFLAGS values.
- GPS_NO_OPLOCK → const GETPROPERTYSTOREFLAGS
- GPS_OPENSLOWITEM → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Open a slow item (offline file) if necessary.
- GPS_PREFERQUERYPROPERTIES → const GETPROPERTYSTOREFLAGS
- GPS_READWRITE → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Can write properties to the item.
- GPS_TEMPORARY → const GETPROPERTYSTOREFLAGS
- Meaning to a calling process: Provides a writable store, with no initial properties, that exists for the lifetime of the Shell item instance; basically, a property bag attached to the item instance.
- GPS_VOLATILEPROPERTIES → const GETPROPERTYSTOREFLAGS
- GPS_VOLATILEPROPERTIESONLY → const GETPROPERTYSTOREFLAGS
- gpSpecialConstraintMask → const CorGenericParamAttr
- GPTR → const GLOBAL_ALLOC_FLAGS
- gpVarianceMask → const CorGenericParamAttr
- GRAY_BRUSH → const GET_STOCK_OBJECT_FLAGS
- GREEK_CHARSET → const FONT_CHARSET
- GROUP_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- GroupPark → const POWER_INFORMATION_LEVEL
- GT_PEN_DOUBLETAP → const GESTURE_TYPE
- A pen double tap.
- GT_PEN_PRESSANDHOLD → const GESTURE_TYPE
- A pen press and hold.
- GT_PEN_PRESSANDHOLDABORT → const GESTURE_TYPE
- An abort of the pen press and hold.
- GT_PEN_RIGHTTAP → const GESTURE_TYPE
- A pen right tap.
- GT_PEN_TAP → const GESTURE_TYPE
- A pen tap.
- GT_TOUCH_DOUBLETAP → const GESTURE_TYPE
- A touch double tap.
- GT_TOUCH_PRESSANDHOLD → const GESTURE_TYPE
- A touch press and hold.
- GT_TOUCH_PRESSANDHOLDABORT → const GESTURE_TYPE
- An abort of the pen press and hold.
- GT_TOUCH_PRESSANDTAP → const GESTURE_TYPE
- A touch press and tap.
- GT_TOUCH_RIGHTTAP → const GESTURE_TYPE
- A touch right tap.
- GT_TOUCH_TAP → const GESTURE_TYPE
- A touch tap.
- GUI_CARETBLINKING → const GUITHREADINFO_FLAGS
- GUI_INMENUMODE → const GUITHREADINFO_FLAGS
- GUI_INMOVESIZE → const GUITHREADINFO_FLAGS
- GUI_POPUPMENUMODE → const GUITHREADINFO_FLAGS
- GUI_SYSTEMMENUMODE → const GUITHREADINFO_FLAGS
- GW_CHILD → const GET_WINDOW_CMD
- GW_ENABLEDPOPUP → const GET_WINDOW_CMD
- GW_HWNDFIRST → const GET_WINDOW_CMD
- GW_HWNDLAST → const GET_WINDOW_CMD
- GW_HWNDNEXT → const GET_WINDOW_CMD
- GW_HWNDPREV → const GET_WINDOW_CMD
- GW_OWNER → const GET_WINDOW_CMD
- GWL_EXSTYLE → const WINDOW_LONG_PTR_INDEX
- GWL_HINSTANCE → const WINDOW_LONG_PTR_INDEX
- GWL_HWNDPARENT → const WINDOW_LONG_PTR_INDEX
- GWL_ID → const WINDOW_LONG_PTR_INDEX
- GWL_STYLE → const WINDOW_LONG_PTR_INDEX
- GWL_USERDATA → const WINDOW_LONG_PTR_INDEX
- GWL_WNDPROC → const WINDOW_LONG_PTR_INDEX
- GWLP_HINSTANCE → const WINDOW_LONG_PTR_INDEX
- GWLP_HWNDPARENT → const WINDOW_LONG_PTR_INDEX
- GWLP_ID → const WINDOW_LONG_PTR_INDEX
- GWLP_USERDATA → const WINDOW_LONG_PTR_INDEX
- GWLP_WNDPROC → const WINDOW_LONG_PTR_INDEX
- HALFTONE → const STRETCH_BLT_MODE
- HANDLE_FLAG_INHERIT → const HANDLE_FLAGS
- HANDLE_FLAG_PROTECT_FROM_CLOSE → const HANDLE_FLAGS
- HANGEUL_CHARSET → const FONT_CHARSET
- HANGUL_CHARSET → const FONT_CHARSET
- HBS_DISABLED → const HELPBUTTONSTATES
- HBS_HOT → const HELPBUTTONSTATES
- HBS_NORMAL → const HELPBUTTONSTATES
- HBS_PUSHED → const HELPBUTTONSTATES
- HC_ACTION → const int
- HeadingLevel1 → const UIA_HEADINGLEVEL_ID
- HeadingLevel2 → const UIA_HEADINGLEVEL_ID
- HeadingLevel3 → const UIA_HEADINGLEVEL_ID
- HeadingLevel4 → const UIA_HEADINGLEVEL_ID
- HeadingLevel5 → const UIA_HEADINGLEVEL_ID
- HeadingLevel6 → const UIA_HEADINGLEVEL_ID
- HeadingLevel7 → const UIA_HEADINGLEVEL_ID
- HeadingLevel8 → const UIA_HEADINGLEVEL_ID
- HeadingLevel9 → const UIA_HEADINGLEVEL_ID
- HeadingLevel_None → const UIA_HEADINGLEVEL_ID
- HEAP_CREATE_ALIGN_16 → const HEAP_FLAGS
- HEAP_CREATE_ENABLE_EXECUTE → const HEAP_FLAGS
- HEAP_CREATE_ENABLE_TRACING → const HEAP_FLAGS
- HEAP_CREATE_HARDENED → const HEAP_FLAGS
- HEAP_CREATE_SEGMENT_HEAP → const HEAP_FLAGS
- HEAP_DISABLE_COALESCE_ON_FREE → const HEAP_FLAGS
- HEAP_FREE_CHECKING_ENABLED → const HEAP_FLAGS
- HEAP_GENERATE_EXCEPTIONS → const HEAP_FLAGS
- HEAP_GROWABLE → const HEAP_FLAGS
- HEAP_MAXIMUM_TAG → const HEAP_FLAGS
- HEAP_NO_SERIALIZE → const HEAP_FLAGS
- HEAP_NONE → const HEAP_FLAGS
- HEAP_PSEUDO_TAG_FLAG → const HEAP_FLAGS
- HEAP_REALLOC_IN_PLACE_ONLY → const HEAP_FLAGS
- HEAP_TAG_SHIFT → const HEAP_FLAGS
- HEAP_TAIL_CHECKING_ENABLED → const HEAP_FLAGS
- HEAP_ZERO_MEMORY → const HEAP_FLAGS
- HeapCompatibilityInformation → const HEAP_INFORMATION_CLASS
- The heap features that are enabled.
- HeapEnableTerminationOnCorruption → const HEAP_INFORMATION_CLASS
- The terminate-on-corruption feature.
- HeapOptimizeResources → const HEAP_INFORMATION_CLASS
- HeapTag → const HEAP_INFORMATION_CLASS
- HEBREW_CHARSET → const FONT_CHARSET
- HELPMSGSTRING → const String
- A common dialog box sends the HELPMSGSTRING registered message to the window procedure of its owner window when the user clicks the Help button.
- HID_USAGE_GENERIC_BYTE_COUNT → const int
- HID_USAGE_GENERIC_CONTROL_ENABLE → const int
- HID_USAGE_GENERIC_COUNTED_BUFFER → const int
- HID_USAGE_GENERIC_DIAL → const int
- HID_USAGE_GENERIC_DPAD_DOWN → const int
- HID_USAGE_GENERIC_DPAD_LEFT → const int
- HID_USAGE_GENERIC_DPAD_RIGHT → const int
- HID_USAGE_GENERIC_DPAD_UP → const int
- HID_USAGE_GENERIC_FEATURE_NOTIFICATION → const int
- HID_USAGE_GENERIC_GAMEPAD → const int
- HID_USAGE_GENERIC_HATSWITCH → const int
- HID_USAGE_GENERIC_INTERACTIVE_CONTROL → const int
- HID_USAGE_GENERIC_JOYSTICK → const int
- HID_USAGE_GENERIC_KEYBOARD → const int
- HID_USAGE_GENERIC_KEYPAD → const int
- HID_USAGE_GENERIC_MOTION_WAKEUP → const int
- HID_USAGE_GENERIC_MOUSE → const int
- HID_USAGE_GENERIC_MULTI_AXIS_CONTROLLER → const int
- HID_USAGE_GENERIC_POINTER → const int
- HID_USAGE_GENERIC_PORTABLE_DEVICE_CONTROL → const int
- HID_USAGE_GENERIC_RESOLUTION_MULTIPLIER → const int
- HID_USAGE_GENERIC_RX → const int
- HID_USAGE_GENERIC_RY → const int
- HID_USAGE_GENERIC_RZ → const int
- HID_USAGE_GENERIC_SELECT → const int
- HID_USAGE_GENERIC_SLIDER → const int
- HID_USAGE_GENERIC_START → const int
- HID_USAGE_GENERIC_SYSCTL_APP_BREAK → const int
- HID_USAGE_GENERIC_SYSCTL_APP_DBG_BREAK → const int
- HID_USAGE_GENERIC_SYSCTL_APP_MENU → const int
- HID_USAGE_GENERIC_SYSCTL_COLD_RESTART → const int
- HID_USAGE_GENERIC_SYSCTL_CONTEXT_MENU → const int
- HID_USAGE_GENERIC_SYSCTL_DISMISS_NOTIFICATION → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_AUTOSCALE → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_BOTH → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_DUAL → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_EXTERNAL → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_INTERNAL → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_INVERT → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_SWAP → const int
- HID_USAGE_GENERIC_SYSCTL_DISP_TOGGLE → const int
- HID_USAGE_GENERIC_SYSCTL_DOCK → const int
- HID_USAGE_GENERIC_SYSCTL_FN → const int
- HID_USAGE_GENERIC_SYSCTL_FN_LOCK → const int
- HID_USAGE_GENERIC_SYSCTL_FN_LOCK_INDICATOR → const int
- HID_USAGE_GENERIC_SYSCTL_HELP_MENU → const int
- HID_USAGE_GENERIC_SYSCTL_HIBERNATE → const int
- HID_USAGE_GENERIC_SYSCTL_MAIN_MENU → const int
- HID_USAGE_GENERIC_SYSCTL_MENU_DOWN → const int
- HID_USAGE_GENERIC_SYSCTL_MENU_EXIT → const int
- HID_USAGE_GENERIC_SYSCTL_MENU_LEFT → const int
- HID_USAGE_GENERIC_SYSCTL_MENU_RIGHT → const int
- HID_USAGE_GENERIC_SYSCTL_MENU_SELECT → const int
- HID_USAGE_GENERIC_SYSCTL_MENU_UP → const int
- HID_USAGE_GENERIC_SYSCTL_MUTE → const int
- HID_USAGE_GENERIC_SYSCTL_POWER → const int
- HID_USAGE_GENERIC_SYSCTL_SETUP → const int
- HID_USAGE_GENERIC_SYSCTL_SLEEP → const int
- HID_USAGE_GENERIC_SYSCTL_SYS_BREAK → const int
- HID_USAGE_GENERIC_SYSCTL_SYS_DBG_BREAK → const int
- HID_USAGE_GENERIC_SYSCTL_UNDOCK → const int
- HID_USAGE_GENERIC_SYSCTL_WAKE → const int
- HID_USAGE_GENERIC_SYSCTL_WARM_RESTART → const int
- HID_USAGE_GENERIC_SYSTEM_CTL → const int
- HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_BUTTON → const int
- HID_USAGE_GENERIC_SYSTEM_DISPLAY_ROTATION_LOCK_SLIDER_SWITCH → const int
- HID_USAGE_GENERIC_TABLET_PC_SYSTEM_CTL → const int
- HID_USAGE_GENERIC_VBRX → const int
- HID_USAGE_GENERIC_VBRY → const int
- HID_USAGE_GENERIC_VBRZ → const int
- HID_USAGE_GENERIC_VNO → const int
- HID_USAGE_GENERIC_VX → const int
- HID_USAGE_GENERIC_VY → const int
- HID_USAGE_GENERIC_VZ → const int
- HID_USAGE_GENERIC_WHEEL → const int
- HID_USAGE_GENERIC_X → const int
- HID_USAGE_GENERIC_Y → const int
- HID_USAGE_GENERIC_Z → const int
- HID_USAGE_KEYBOARD_aA → const int
- HID_USAGE_KEYBOARD_CAPS_LOCK → const int
- HID_USAGE_KEYBOARD_DELETE → const int
- HID_USAGE_KEYBOARD_DELETE_FORWARD → const int
- HID_USAGE_KEYBOARD_ESCAPE → const int
- HID_USAGE_KEYBOARD_F1 → const int
- HID_USAGE_KEYBOARD_F10 → const int
- HID_USAGE_KEYBOARD_F11 → const int
- HID_USAGE_KEYBOARD_F12 → const int
- HID_USAGE_KEYBOARD_F13 → const int
- HID_USAGE_KEYBOARD_F14 → const int
- HID_USAGE_KEYBOARD_F15 → const int
- HID_USAGE_KEYBOARD_F16 → const int
- HID_USAGE_KEYBOARD_F17 → const int
- HID_USAGE_KEYBOARD_F18 → const int
- HID_USAGE_KEYBOARD_F19 → const int
- HID_USAGE_KEYBOARD_F2 → const int
- HID_USAGE_KEYBOARD_F20 → const int
- HID_USAGE_KEYBOARD_F21 → const int
- HID_USAGE_KEYBOARD_F22 → const int
- HID_USAGE_KEYBOARD_F23 → const int
- HID_USAGE_KEYBOARD_F24 → const int
- HID_USAGE_KEYBOARD_F3 → const int
- HID_USAGE_KEYBOARD_F4 → const int
- HID_USAGE_KEYBOARD_F5 → const int
- HID_USAGE_KEYBOARD_F6 → const int
- HID_USAGE_KEYBOARD_F7 → const int
- HID_USAGE_KEYBOARD_F8 → const int
- HID_USAGE_KEYBOARD_F9 → const int
- HID_USAGE_KEYBOARD_LALT → const int
- HID_USAGE_KEYBOARD_LCTRL → const int
- HID_USAGE_KEYBOARD_LGUI → const int
- HID_USAGE_KEYBOARD_LSHFT → const int
- HID_USAGE_KEYBOARD_NOEVENT → const int
- HID_USAGE_KEYBOARD_NUM_LOCK → const int
- HID_USAGE_KEYBOARD_ONE → const int
- HID_USAGE_KEYBOARD_POSTFAIL → const int
- HID_USAGE_KEYBOARD_PRINT_SCREEN → const int
- HID_USAGE_KEYBOARD_RALT → const int
- HID_USAGE_KEYBOARD_RCTRL → const int
- HID_USAGE_KEYBOARD_RETURN → const int
- HID_USAGE_KEYBOARD_RGUI → const int
- HID_USAGE_KEYBOARD_ROLLOVER → const int
- HID_USAGE_KEYBOARD_RSHFT → const int
- HID_USAGE_KEYBOARD_SCROLL_LOCK → const int
- HID_USAGE_KEYBOARD_UNDEFINED → const int
- HID_USAGE_KEYBOARD_ZERO → const int
- HID_USAGE_KEYBOARD_zZ → const int
- HID_USAGE_PAGE_ALPHANUMERIC → const int
- HID_USAGE_PAGE_ARCADE → const int
- HID_USAGE_PAGE_BARCODE_SCANNER → const int
- HID_USAGE_PAGE_BUTTON → const int
- HID_USAGE_PAGE_CAMERA_CONTROL → const int
- HID_USAGE_PAGE_CONSUMER → const int
- HID_USAGE_PAGE_DIGITIZER → const int
- HID_USAGE_PAGE_GAME → const int
- HID_USAGE_PAGE_GENERIC → const int
- HID_USAGE_PAGE_GENERIC_DEVICE → const int
- HID_USAGE_PAGE_HAPTICS → const int
- HID_USAGE_PAGE_KEYBOARD → const int
- HID_USAGE_PAGE_LED → const int
- HID_USAGE_PAGE_LIGHTING_ILLUMINATION → const int
- HID_USAGE_PAGE_MAGNETIC_STRIPE_READER → const int
- HID_USAGE_PAGE_ORDINAL → const int
- HID_USAGE_PAGE_PID → const int
- HID_USAGE_PAGE_SENSOR → const int
- HID_USAGE_PAGE_SIMULATION → const int
- HID_USAGE_PAGE_SPORT → const int
- HID_USAGE_PAGE_TELEPHONY → const int
- HID_USAGE_PAGE_UNDEFINED → const int
- HID_USAGE_PAGE_UNICODE → const int
- HID_USAGE_PAGE_VR → const int
- HID_USAGE_PAGE_WEIGHING_DEVICE → const int
- HIGH_PRIORITY_CLASS → const PROCESS_CREATION_FLAGS
- HOLLOW_BRUSH → const GET_STOCK_OBJECT_FLAGS
- HORZRES → const GET_DEVICE_CAPS_INDEX
- HORZSIZE → const GET_DEVICE_CAPS_INDEX
- HS_BDIAGONAL → const HATCH_BRUSH_STYLE
- HS_CROSS → const HATCH_BRUSH_STYLE
- HS_DIAGCROSS → const HATCH_BRUSH_STYLE
- HS_FDIAGONAL → const HATCH_BRUSH_STYLE
- HS_HORIZONTAL → const HATCH_BRUSH_STYLE
- HS_VERTICAL → const HATCH_BRUSH_STYLE
- HSS_DISABLED → const HORZSCROLLSTATES
- HSS_HOT → const HORZSCROLLSTATES
- HSS_NORMAL → const HORZSCROLLSTATES
- HSS_PUSHED → const HORZSCROLLSTATES
- HTBORDER → const int
- HTBOTTOM → const int
- HTBOTTOMLEFT → const int
- HTBOTTOMRIGHT → const int
- HTCAPTION → const int
- HTCLIENT → const int
- HTCLOSE → const int
- HTERROR → const int
- HTGROWBOX → const int
- HTHELP → const int
- HTHSCROLL → const int
- HTLEFT → const int
- HTMAXBUTTON → const int
- HTMENU → const int
- HTMINBUTTON → const int
- HTNOWHERE → const int
- HTREDUCE → const int
- HTRIGHT → const int
- HTS_DISABLED → const HORZTHUMBSTATES
- HTS_HOT → const HORZTHUMBSTATES
- HTS_NORMAL → const HORZTHUMBSTATES
- HTS_PUSHED → const HORZTHUMBSTATES
- HTSIZE → const int
- HTSYSMENU → const int
- HTTOP → const int
- HTTOPLEFT → const int
- HTTOPRIGHT → const int
- HTTPREQUEST_PROXYSETTING_DEFAULT → const int
- HTTPREQUEST_PROXYSETTING_DIRECT → const int
- HTTPREQUEST_PROXYSETTING_PRECONFIG → const int
- HTTPREQUEST_PROXYSETTING_PROXY → const int
- HTTPREQUEST_SETCREDENTIALS_FOR_PROXY → const int
- HTTPREQUEST_SETCREDENTIALS_FOR_SERVER → const int
- HTTRANSPARENT → const int
- HTVSCROLL → const int
- HTZOOM → const int
- ICC_ANIMATE_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_BAR_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_COOL_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_DATE_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_HOTKEY_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_INTERNET_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_LINK_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_LISTVIEW_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_NATIVEFNTCTL_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_PAGESCROLLER_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_PROGRESS_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_STANDARD_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_TAB_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_TREEVIEW_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_UPDOWN_CLASS → const INITCOMMONCONTROLSEX_ICC
- ICC_USEREX_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICC_WIN95_CLASSES → const INITCOMMONCONTROLSEX_ICC
- ICON_BIG → const int
- ICON_SMALL → const int
- ICON_SMALL2 → const int
- IDABORT → const MESSAGEBOX_RESULT
- IDASYNC → const MESSAGEBOX_RESULT
- IDCANCEL → const MESSAGEBOX_RESULT
- IDCLOSE → const MESSAGEBOX_RESULT
- IDCONTINUE → const MESSAGEBOX_RESULT
- IDHELP → const MESSAGEBOX_RESULT
- IDIGNORE → const MESSAGEBOX_RESULT
- IDLE_PRIORITY_CLASS → const PROCESS_CREATION_FLAGS
- IdleResiliency → const POWER_INFORMATION_LEVEL
- IDLFLAG_FIN → const IDLFLAGS
- IDLFLAG_FLCID → const IDLFLAGS
- IDLFLAG_FOUT → const IDLFLAGS
- IDLFLAG_FRETVAL → const IDLFLAGS
- IDLFLAG_NONE → const IDLFLAGS
- IDNO → const MESSAGEBOX_RESULT
- IDOK → const MESSAGEBOX_RESULT
- IDRETRY → const MESSAGEBOX_RESULT
- IDTIMEOUT → const MESSAGEBOX_RESULT
- IDTRYAGAIN → const MESSAGEBOX_RESULT
- IDYES → const MESSAGEBOX_RESULT
- IfOperStatusDormant → const IF_OPER_STATUS
- The interface is not in a condition to pass packets.
- IfOperStatusDown → const IF_OPER_STATUS
- The interface is not down and not operational.
- IfOperStatusLowerLayerDown → const IF_OPER_STATUS
- This state is a refinement on the down state.
- IfOperStatusNotPresent → const IF_OPER_STATUS
- This state is a refinement on the down state which indicates that the interface is down specifically because some component (for example, a hardware component) is not present in the system.
- IfOperStatusTesting → const IF_OPER_STATUS
- The interface is being tested.
- IfOperStatusUnknown → const IF_OPER_STATUS
- The interface status is unknown.
- IfOperStatusUp → const IF_OPER_STATUS
- The interface is up and operational.
- IMAGE_BITMAP → const GDI_IMAGE_TYPE
- IMAGE_CURSOR → const GDI_IMAGE_TYPE
- IMAGE_ENHMETAFILE → const int
- IMAGE_FILE_MACHINE_ALPHA → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_ALPHA64 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_AM33 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_AMD64 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_ARM → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_ARM64 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_ARMNT → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_AXP64 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_CEE → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_CEF → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_EBC → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_I386 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_IA64 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_M32R → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_MIPS16 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_MIPSFPU → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_MIPSFPU16 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_POWERPC → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_POWERPCFP → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_R10000 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_R3000 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_R4000 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_SH3 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_SH3DSP → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_SH3E → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_SH4 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_SH5 → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_TARGET_HOST → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_THUMB → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_TRICORE → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_UNKNOWN → const IMAGE_FILE_MACHINE
- IMAGE_FILE_MACHINE_WCEMIPSV2 → const IMAGE_FILE_MACHINE
- IMAGE_ICON → const GDI_IMAGE_TYPE
- IMPLTYPEFLAG_FDEFAULT → const IMPLTYPEFLAGS
- IMPLTYPEFLAG_FDEFAULTVTABLE → const IMPLTYPEFLAGS
- IMPLTYPEFLAG_FRESTRICTED → const IMPLTYPEFLAGS
- IMPLTYPEFLAG_FSOURCE → const IMPLTYPEFLAGS
- INFINITE → const int
- INHERIT_CALLER_PRIORITY → const PROCESS_CREATION_FLAGS
- INHERIT_PARENT_AFFINITY → const PROCESS_CREATION_FLAGS
- INPUT_HARDWARE → const INPUT_TYPE
- INPUT_KEYBOARD → const INPUT_TYPE
- INPUT_MOUSE → const INPUT_TYPE
- INVOKE_FUNC → const INVOKEKIND
- The member is called using a normal function invocation syntax.
- INVOKE_PROPERTYGET → const INVOKEKIND
- The function is invoked using a normal property-access syntax.
- INVOKE_PROPERTYPUT → const INVOKEKIND
- The function is invoked using a property value assignment syntax.
- INVOKE_PROPERTYPUTREF → const INVOKEKIND
- The function is invoked using a property reference assignment syntax.
- IOCTL_DISK_BASE → const int
- IOCTL_DISK_CHECK_VERIFY → const int
- IOCTL_DISK_CONTROLLER_NUMBER → const int
- IOCTL_DISK_CREATE_DISK → const int
- Initializes the specified disk and disk partition table using the information in the CREATE_DISK structure.
- IOCTL_DISK_DELETE_DRIVE_LAYOUT → const int
- Removes the boot signature from the master boot record, so that the disk will be formatted from sector zero to the end of the disk.
- IOCTL_DISK_EJECT_MEDIA → const int
- IOCTL_DISK_FIND_NEW_DEVICES → const int
- IOCTL_DISK_FORMAT_DRIVE → const int
- IOCTL_DISK_FORMAT_TRACKS → const int
- Formats a specified, contiguous set of tracks on a floppy disk.
- IOCTL_DISK_FORMAT_TRACKS_EX → const int
- Formats a specified, contiguous set of tracks on a floppy disk.
- IOCTL_DISK_GET_CACHE_INFORMATION → const int
- Retrieves the disk cache configuration data.
- IOCTL_DISK_GET_DRIVE_GEOMETRY → const int
- Retrieves information about the physical disk's geometry: type, number of cylinders, tracks per cylinder, sectors per track, and bytes per sector.
- IOCTL_DISK_GET_DRIVE_GEOMETRY_EX → const int
- Retrieves extended information about the physical disk's geometry: type, number of cylinders, tracks per cylinder, sectors per track, and bytes per sector.
- IOCTL_DISK_GET_DRIVE_LAYOUT → const int
- Retrieves information for each entry in the partition tables for a disk.
- IOCTL_DISK_GET_DRIVE_LAYOUT_EX → const int
- Retrieves extended information for each entry in the partition tables for a disk.
- IOCTL_DISK_GET_LENGTH_INFO → const int
- Retrieves the length of the specified disk, volume, or partition.
- IOCTL_DISK_GET_MEDIA_TYPES → const int
- IOCTL_DISK_GET_PARTITION_INFO → const int
- Retrieves information about the type, size, and nature of a disk partition.
- IOCTL_DISK_GET_PARTITION_INFO_EX → const int
- Retrieves extended information about the type, size, and nature of a disk partition.
- IOCTL_DISK_GROW_PARTITION → const int
- Enlarges the specified partition.
- IOCTL_DISK_HISTOGRAM_DATA → const int
- IOCTL_DISK_HISTOGRAM_RESET → const int
- IOCTL_DISK_HISTOGRAM_STRUCTURE → const int
- IOCTL_DISK_IS_WRITABLE → const int
- Determines whether the specified disk is writable.
- IOCTL_DISK_LOAD_MEDIA → const int
- IOCTL_DISK_LOGGING → const int
- IOCTL_DISK_MEDIA_REMOVAL → const int
- IOCTL_DISK_PERFORMANCE → const int
- Enables performance counters that provide disk performance information.
- IOCTL_DISK_PERFORMANCE_OFF → const int
- Disables the performance counters that provide disk performance information.
- IOCTL_DISK_REASSIGN_BLOCKS → const int
- Directs the disk device to map one or more blocks to its spare-block pool.
- IOCTL_DISK_REASSIGN_BLOCKS_EX → const int
- Directs the disk device to map one or more blocks to its spare-block pool.
- IOCTL_DISK_RELEASE → const int
- IOCTL_DISK_REQUEST_DATA → const int
- IOCTL_DISK_REQUEST_STRUCTURE → const int
- IOCTL_DISK_RESERVE → const int
- IOCTL_DISK_SENSE_DEVICE → const int
- IOCTL_DISK_SET_CACHE_INFORMATION → const int
- Sets the disk configuration data.
- IOCTL_DISK_SET_DRIVE_LAYOUT → const int
- Partitions a disk as specified by drive layout and partition information data.
- IOCTL_DISK_SET_DRIVE_LAYOUT_EX → const int
- Partitions a disk according to the specified drive layout and partition information data.
- IOCTL_DISK_SET_PARTITION_INFO → const int
- Sets partition information for the specified disk partition.
- IOCTL_DISK_SET_PARTITION_INFO_EX → const int
- Sets partition information for the specified disk partition, including layout information for AT and EFI (Extensible Firmware Interface) partitions.
- IOCTL_DISK_UPDATE_DRIVE_SIZE → const int
- IOCTL_DISK_UPDATE_PROPERTIES → const int
- Invalidates the cached partition table and re-enumerates the device.
- IOCTL_DISK_VERIFY → const int
- Verifies the specified extent on a fixed disk.
- IOCTL_STORAGE_ALLOCATE_BC_STREAM → const int
- IOCTL_STORAGE_ATTRIBUTE_MANAGEMENT → const int
- IOCTL_STORAGE_BASE → const int
- IOCTL_STORAGE_BREAK_RESERVATION → const int
- IOCTL_STORAGE_CHECK_PRIORITY_HINT_SUPPORT → const int
- IOCTL_STORAGE_CHECK_VERIFY → const int
- Determines whether media are accessible for a device.
- IOCTL_STORAGE_CHECK_VERIFY2 → const int
- IOCTL_STORAGE_DEVICE_POWER_CAP → const int
- Windows applications can use this control code to specify a maximum operational power consumption level for a storage device.
- IOCTL_STORAGE_DEVICE_TELEMETRY_NOTIFY → const int
- IOCTL_STORAGE_DEVICE_TELEMETRY_QUERY_CAPS → const int
- IOCTL_STORAGE_DIAGNOSTIC → const int
- IOCTL_STORAGE_EJECT_MEDIA → const int
- Ejects media from a SCSI device.
- IOCTL_STORAGE_EJECTION_CONTROL → const int
- Enables or disables the mechanism that ejects media.
- IOCTL_STORAGE_ENABLE_IDLE_POWER → const int
- IOCTL_STORAGE_EVENT_NOTIFICATION → const int
- IOCTL_STORAGE_FAILURE_PREDICTION_CONFIG → const int
- IOCTL_STORAGE_FIND_NEW_DEVICES → const int
- IOCTL_STORAGE_FIRMWARE_ACTIVATE → const int
- Windows applications can use this control code to activate a firmware image on a specified device.
- IOCTL_STORAGE_FIRMWARE_DOWNLOAD → const int
- Windows applications can use this control code to download a firmware image to the target device, but not activate it.
- IOCTL_STORAGE_FIRMWARE_GET_INFO → const int
- Windows applications can use this control code to query the storage device for detailed firmware information.
- IOCTL_STORAGE_FREE_BC_STREAM → const int
- IOCTL_STORAGE_GET_BC_PROPERTIES → const int
- IOCTL_STORAGE_GET_COUNTERS → const int
- IOCTL_STORAGE_GET_DEVICE_INTERNAL_LOG → const int
- IOCTL_STORAGE_GET_DEVICE_NUMBER → const int
- Retrieves the device type, device number, and, for a partitionable device, the partition number of a device.
- IOCTL_STORAGE_GET_DEVICE_NUMBER_EX → const int
- IOCTL_STORAGE_GET_DEVICE_TELEMETRY → const int
- IOCTL_STORAGE_GET_DEVICE_TELEMETRY_RAW → const int
- IOCTL_STORAGE_GET_HOTPLUG_INFO → const int
- Retrieves the hotplug configuration of the specified device.
- IOCTL_STORAGE_GET_IDLE_POWERUP_REASON → const int
- IOCTL_STORAGE_GET_LB_PROVISIONING_MAP_RESOURCES → const int
- IOCTL_STORAGE_GET_MEDIA_SERIAL_NUMBER → const int
- Retrieves the serial number of a USB device.
- IOCTL_STORAGE_GET_MEDIA_TYPES → const int
- Retrieves the geometry information for the device.
- IOCTL_STORAGE_GET_MEDIA_TYPES_EX → const int
- Retrieves information about the types of media supported by a device.
- IOCTL_STORAGE_GET_PHYSICAL_ELEMENT_STATUS → const int
- IOCTL_STORAGE_LOAD_MEDIA → const int
- Loads media into a device.
- IOCTL_STORAGE_LOAD_MEDIA2 → const int
- IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES → const int
- The IOCTL_STORAGE_MANAGE_DATA_SET_ATTRIBUTES control code communicates attribute information to the volume manager and storage system device.
- IOCTL_STORAGE_MCN_CONTROL → const int
- Enables or disables media change notification.
- IOCTL_STORAGE_MEDIA_REMOVAL → const int
- Enables or disables the mechanism that ejects media, for those devices possessing that locking capability.
- IOCTL_STORAGE_PERSISTENT_RESERVE_IN → const int
- IOCTL_STORAGE_PERSISTENT_RESERVE_OUT → const int
- IOCTL_STORAGE_POWER_ACTIVE → const int
- IOCTL_STORAGE_POWER_IDLE → const int
- IOCTL_STORAGE_PREDICT_FAILURE → const int
- IOCTL_STORAGE_PROTOCOL_COMMAND → const int
- Windows applications can use this control code to return properties of a storage device or adapter.
- IOCTL_STORAGE_QUERY_PROPERTY → const int
- Windows applications can use this control code to return the properties of a storage device or adapter.
- IOCTL_STORAGE_READ_CAPACITY → const int
- Retrieves the geometry information for the device.
- IOCTL_STORAGE_REINITIALIZE_MEDIA → const int
- The IOCTL_STORAGE_REINITIALIZE_MEDIA ioctl (winioctl.h) offloads the erasure process to the storage device.
- IOCTL_STORAGE_RELEASE → const int
- IOCTL_STORAGE_REMOVE_ELEMENT_AND_TRUNCATE → const int
- IOCTL_STORAGE_RESERVE → const int
- IOCTL_STORAGE_RESET_BUS → const int
- IOCTL_STORAGE_RESET_DEVICE → const int
- IOCTL_STORAGE_RPMB_COMMAND → const int
- The IOCTL_STORAGE_RPMB_COMMAND ioctl (winioctl.h) sends an RPMB command to the underlying storage device.
- IOCTL_STORAGE_SET_HOTPLUG_INFO → const int
- Sets the hotplug configuration of the specified device.
- IOCTL_STORAGE_SET_PROPERTY → const int
- IOCTL_STORAGE_SET_TEMPERATURE_THRESHOLD → const int
- Windows applications can use this control code to set the temperature threshold of a device (when it's supported by the device).
- IOCTL_STORAGE_START_DATA_INTEGRITY_CHECK → const int
- IOCTL_STORAGE_STOP_DATA_INTEGRITY_CHECK → const int
- IOCTL_VOLUME_BASE → const int
- IOCTL_VOLUME_GET_VOLUME_DISK_EXTENTS → const int
- Retrieves the physical location of a specified volume on one or more disks.
- IpDadStateDeprecated → const NL_DAD_STATE
- The IP address has been deprecated.
- IpDadStateDuplicate → const NL_DAD_STATE
- A duplicate IP address has been detected.
- IpDadStateInvalid → const NL_DAD_STATE
- The DAD state is invalid.
- IpDadStatePreferred → const NL_DAD_STATE
- The IP address is the preferred address.
- IpDadStateTentative → const NL_DAD_STATE
- The DAD state is tentative.
- IpPrefixOriginDhcp → const NL_PREFIX_ORIGIN
- The IP address prefix was provided by DHCP settings.
- IpPrefixOriginManual → const NL_PREFIX_ORIGIN
- The IP address prefix was manually specified.
- IpPrefixOriginOther → const NL_PREFIX_ORIGIN
- The IP prefix was provided by a source other than those defined in this enumeration.
- IpPrefixOriginRouterAdvertisement → const NL_PREFIX_ORIGIN
- The IP address prefix was obtained through a router advertisement (RA).
- IpPrefixOriginUnchanged → const NL_PREFIX_ORIGIN
- The IP address prefix should be unchanged.
- IpPrefixOriginWellKnown → const NL_PREFIX_ORIGIN
- The IP address prefix is from a well known source.
- IpSuffixOriginDhcp → const NL_SUFFIX_ORIGIN
- The IP address suffix was provided by DHCP settings.
- IpSuffixOriginLinkLayerAddress → const NL_SUFFIX_ORIGIN
- The IP address suffix was obtained from the link-layer address.
- IpSuffixOriginManual → const NL_SUFFIX_ORIGIN
- The IP address suffix was manually specified.
- IpSuffixOriginOther → const NL_SUFFIX_ORIGIN
- The IP address suffix was provided by a source other than those defined in this enumeration.
- IpSuffixOriginRandom → const NL_SUFFIX_ORIGIN
- The IP address suffix was obtained from a random source.
- IpSuffixOriginUnchanged → const NL_SUFFIX_ORIGIN
- The IP address suffix should be unchanged.
- IpSuffixOriginWellKnown → const NL_SUFFIX_ORIGIN
- The IP address suffix is from a well-known source.
- ITALIC_FONTTYPE → const CHOOSEFONT_FONT_TYPE
- JOB_OBJECT_IO_RATE_CONTROL_ENABLE → const JOB_OBJECT_IO_RATE_CONTROL_FLAGS
- JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ALL → const JOB_OBJECT_IO_RATE_CONTROL_FLAGS
- JOB_OBJECT_IO_RATE_CONTROL_FORCE_UNIT_ACCESS_ON_SOFT_CAP → const JOB_OBJECT_IO_RATE_CONTROL_FLAGS
- JOB_OBJECT_IO_RATE_CONTROL_STANDALONE_VOLUME → const JOB_OBJECT_IO_RATE_CONTROL_FLAGS
- JOB_OBJECT_IO_RATE_CONTROL_VALID_FLAGS → const JOB_OBJECT_IO_RATE_CONTROL_FLAGS
- JobObjectAssociateCompletionPortInformation → const JOBOBJECTINFOCLASS
- JobObjectBasicAccountingInformation → const JOBOBJECTINFOCLASS
- JobObjectBasicAndIoAccountingInformation → const JOBOBJECTINFOCLASS
- JobObjectBasicLimitInformation → const JOBOBJECTINFOCLASS
- JobObjectBasicProcessIdList → const JOBOBJECTINFOCLASS
- JobObjectBasicUIRestrictions → const JOBOBJECTINFOCLASS
- JobObjectCompletionCounter → const JOBOBJECTINFOCLASS
- JobObjectCompletionFilter → const JOBOBJECTINFOCLASS
- JobObjectCpuRateControlInformation → const JOBOBJECTINFOCLASS
- JobObjectCreateSilo → const JOBOBJECTINFOCLASS
- JobObjectEndOfJobTimeInformation → const JOBOBJECTINFOCLASS
- JobObjectExtendedLimitInformation → const JOBOBJECTINFOCLASS
- JobObjectGroupInformation → const JOBOBJECTINFOCLASS
- JobObjectGroupInformationEx → const JOBOBJECTINFOCLASS
- JobObjectJobSetInformation → const JOBOBJECTINFOCLASS
- JobObjectLimitViolationInformation → const JOBOBJECTINFOCLASS
- JobObjectLimitViolationInformation2 → const JOBOBJECTINFOCLASS
- JobObjectNetRateControlInformation → const JOBOBJECTINFOCLASS
- JobObjectNetworkAccountingInformation → const JOBOBJECTINFOCLASS
- JobObjectNotificationLimitInformation → const JOBOBJECTINFOCLASS
- JobObjectNotificationLimitInformation2 → const JOBOBJECTINFOCLASS
- JobObjectReserved10Information → const JOBOBJECTINFOCLASS
- JobObjectReserved11Information → const JOBOBJECTINFOCLASS
- JobObjectReserved12Information → const JOBOBJECTINFOCLASS
- JobObjectReserved13Information → const JOBOBJECTINFOCLASS
- JobObjectReserved14Information → const JOBOBJECTINFOCLASS
- JobObjectReserved15Information → const JOBOBJECTINFOCLASS
- JobObjectReserved16Information → const JOBOBJECTINFOCLASS
- JobObjectReserved17Information → const JOBOBJECTINFOCLASS
- JobObjectReserved18Information → const JOBOBJECTINFOCLASS
- JobObjectReserved19Information → const JOBOBJECTINFOCLASS
- JobObjectReserved1Information → const JOBOBJECTINFOCLASS
- JobObjectReserved20Information → const JOBOBJECTINFOCLASS
- JobObjectReserved21Information → const JOBOBJECTINFOCLASS
- JobObjectReserved22Information → const JOBOBJECTINFOCLASS
- JobObjectReserved23Information → const JOBOBJECTINFOCLASS
- JobObjectReserved24Information → const JOBOBJECTINFOCLASS
- JobObjectReserved25Information → const JOBOBJECTINFOCLASS
- JobObjectReserved26Information → const JOBOBJECTINFOCLASS
- JobObjectReserved27Information → const JOBOBJECTINFOCLASS
- JobObjectReserved28Information → const JOBOBJECTINFOCLASS
- JobObjectReserved2Information → const JOBOBJECTINFOCLASS
- JobObjectReserved3Information → const JOBOBJECTINFOCLASS
- JobObjectReserved4Information → const JOBOBJECTINFOCLASS
- JobObjectReserved5Information → const JOBOBJECTINFOCLASS
- JobObjectReserved6Information → const JOBOBJECTINFOCLASS
- JobObjectReserved7Information → const JOBOBJECTINFOCLASS
- JobObjectReserved8Information → const JOBOBJECTINFOCLASS
- JobObjectReserved9Information → const JOBOBJECTINFOCLASS
- JobObjectSecurityLimitInformation → const JOBOBJECTINFOCLASS
- JobObjectSiloBasicInformation → const JOBOBJECTINFOCLASS
- JOHAB_CHARSET → const FONT_CHARSET
- kAddingDocumentSequence → const EPrintXPSJobProgress
- kAddingFixedDocument → const EPrintXPSJobProgress
- kAddingFixedPage → const EPrintXPSJobProgress
- kDocumentSequenceAdded → const EPrintXPSJobProgress
- KernelEnabled → const MACHINE_ATTRIBUTES
- The specified architecture of code can run in kernel mode.
- KEY_ALL_ACCESS → const REG_SAM_FLAGS
- KEY_CREATE_LINK → const REG_SAM_FLAGS
- KEY_CREATE_SUB_KEY → const REG_SAM_FLAGS
- KEY_ENUMERATE_SUB_KEYS → const REG_SAM_FLAGS
- KEY_EVENT → const int
- KEY_EXECUTE → const REG_SAM_FLAGS
- KEY_NOTIFY → const REG_SAM_FLAGS
- KEY_QUERY_VALUE → const REG_SAM_FLAGS
- KEY_READ → const REG_SAM_FLAGS
- KEY_SET_VALUE → const REG_SAM_FLAGS
- KEY_WOW64_32KEY → const REG_SAM_FLAGS
- KEY_WOW64_64KEY → const REG_SAM_FLAGS
- KEY_WOW64_RES → const REG_SAM_FLAGS
- KEY_WRITE → const REG_SAM_FLAGS
- KEYEVENTF_EXTENDEDKEY → const KEYBD_EVENT_FLAGS
- KEYEVENTF_KEYUP → const KEYBD_EVENT_FLAGS
- KEYEVENTF_SCANCODE → const KEYBD_EVENT_FLAGS
- KEYEVENTF_UNICODE → const KEYBD_EVENT_FLAGS
- KF_ALTDOWN → const int
- KF_CATEGORY_COMMON → const KF_CATEGORY
- Common folders are those file system folders used for sharing data and settings, accessible by all users of a system.
- KF_CATEGORY_FIXED → const KF_CATEGORY
- Fixed file system folders are not managed by the Shell and are usually given a permanent path when the system is installed.
- KF_CATEGORY_PERUSER → const KF_CATEGORY
- Per-user folders are those stored under each user's profile and accessible only by that user.
- KF_CATEGORY_VIRTUAL → const KF_CATEGORY
- Virtual folders are not part of the file system, which is to say that they have no path.
- KF_DLGMODE → const int
- KF_EXTENDED → const int
- KF_FLAG_ALIAS_ONLY → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_CREATE → const KNOWN_FOLDER_FLAG
- Specifies to force the creation of the specified folder if that folder doesn't already exist.
- KF_FLAG_DEFAULT → const KNOWN_FOLDER_FLAG
- Specifies no special retrieval options.
- KF_FLAG_DEFAULT_PATH → const KNOWN_FOLDER_FLAG
- Specifies to retrieve the default path for a known folder.
- KF_FLAG_DONT_UNEXPAND → const KNOWN_FOLDER_FLAG
- Specfies to store the full path in the registry without using environment strings.
- KF_FLAG_DONT_VERIFY → const KNOWN_FOLDER_FLAG
- Specifies not to verify the folder's existence before attempting to retrieve the path or IDList.
- KF_FLAG_FORCE_APP_DATA_REDIRECTION → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_FORCE_APPCONTAINER_REDIRECTION → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_FORCE_PACKAGE_REDIRECTION → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_INIT → const KNOWN_FOLDER_FLAG
-
Specifies to initialize the folder using its
Desktop.inisettings. - KF_FLAG_NO_ALIAS → const KNOWN_FOLDER_FLAG
-
Specifies to retrieve the true system path for the folder, free of any
aliased placeholders such as
%USERPROFILE%, returned bySHGetKnownFolderIDListand IKnownFolder::GetIDList. - KF_FLAG_NO_APPCONTAINER_REDIRECTION → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_NO_PACKAGE_REDIRECTION → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_NOT_PARENT_RELATIVE → const KNOWN_FOLDER_FLAG
- Specifies to retrieve the folder's default path independent of the current location of its parent.
- KF_FLAG_RETURN_FILTER_REDIRECTION_TARGET → const KNOWN_FOLDER_FLAG
- .
- KF_FLAG_SIMPLE_IDLIST → const KNOWN_FOLDER_FLAG
- Specifies to build a simple IDList (PIDL).
- KF_MENUMODE → const int
- KF_REDIRECT_CHECK_ONLY → const KF_REDIRECT_FLAGS
- Do not perform a redirection, simply check whether redirection has occurred.
- KF_REDIRECT_COPY_CONTENTS → const KF_REDIRECT_FLAGS
- Copy the existing contents—both files and subfolders—of the known folder to the redirected folder.
- KF_REDIRECT_COPY_SOURCE_DACL → const KF_REDIRECT_FLAGS
- Copy the DACL of the source folder to the target to maintain current access permissions.
- KF_REDIRECT_DEL_SOURCE_CONTENTS → const KF_REDIRECT_FLAGS
- Delete the contents of the source folder after they have been copied to the redirected folder.
- KF_REDIRECT_EXCLUDE_ALL_KNOWN_SUBFOLDERS → const KF_REDIRECT_FLAGS
- Reserved.
- KF_REDIRECT_OWNER_USER → const KF_REDIRECT_FLAGS
- Sets the user as the owner of a newly created target folder unless the user is a member of the Administrator group, in which case Administrator is set as the owner.
- KF_REDIRECT_PIN → const KF_REDIRECT_FLAGS
- Pin the target folder.
- KF_REDIRECT_SET_OWNER_EXPLICIT → const KF_REDIRECT_FLAGS
- Set the owner of a newly created target folder.
- KF_REDIRECT_UNPIN → const KF_REDIRECT_FLAGS
- Unpin the source folder.
- KF_REDIRECT_USER_EXCLUSIVE → const KF_REDIRECT_FLAGS
- Ensure that only the user has permission to access the redirected folder.
- KF_REDIRECT_WITH_UI → const KF_REDIRECT_FLAGS
- Display UI during the redirection.
- KF_REDIRECTION_CAPABILITIES_ALLOW_ALL → const KF_REDIRECTION_CAPABILITIES
- The folder can be redirected if any of the bits in the lower byte of the value are set but no DENY flag is set.
- KF_REDIRECTION_CAPABILITIES_DENY_ALL → const KF_REDIRECTION_CAPABILITIES
- Redirection is not allowed.
- KF_REDIRECTION_CAPABILITIES_DENY_PERMISSIONS → const KF_REDIRECTION_CAPABILITIES
- The folder cannot be redirected because the calling application does not have sufficient permissions.
- KF_REDIRECTION_CAPABILITIES_DENY_POLICY → const KF_REDIRECTION_CAPABILITIES
- The folder cannot be redirected because the policy prohibits redirecting this folder.
- KF_REDIRECTION_CAPABILITIES_DENY_POLICY_REDIRECTED → const KF_REDIRECTION_CAPABILITIES
- The folder cannot be redirected because it is already redirected by group policy.
- KF_REDIRECTION_CAPABILITIES_REDIRECTABLE → const KF_REDIRECTION_CAPABILITIES
- The folder can be redirected.
- KF_REPEAT → const int
- KF_UP → const int
- KFDF_LOCAL_REDIRECT_ONLY → const KF_DEFINITION_FLAGS
- Prevent a per-user known folder from being redirected to a network location.
- KFDF_NO_REDIRECT_UI → const KF_DEFINITION_FLAGS
- Introduced in Windows 8.1.
- KFDF_PRECREATE → const KF_DEFINITION_FLAGS
- Create the folder when the user first logs on.
- KFDF_PUBLISHEXPANDEDPATH → const KF_DEFINITION_FLAGS
- Introduced in Windows 7.
- KFDF_ROAMABLE → const KF_DEFINITION_FLAGS
- Can be roamed through a PC-to-PC synchronization.
- KFDF_STREAM → const KF_DEFINITION_FLAGS
- Introduced in Windows 7.
- kFixedDocumentAdded → const EPrintXPSJobProgress
- kFixedPageAdded → const EPrintXPSJobProgress
- kFontAdded → const EPrintXPSJobProgress
- kImageAdded → const EPrintXPSJobProgress
- kJobConsumption → const EPrintXPSJobOperation
- kJobProduction → const EPrintXPSJobOperation
- KLF_ACTIVATE → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_NOTELLSHELL → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_REORDER → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_REPLACELANG → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_RESET → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_SETFORPROCESS → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_SHIFTLOCK → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- KLF_SUBSTITUTE_OK → const ACTIVATE_KEYBOARD_LAYOUT_FLAGS
- kResourceAdded → const EPrintXPSJobProgress
- kXpsDocumentCommitted → const EPrintXPSJobProgress
- LABEL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- LastResumePerformance → const POWER_INFORMATION_LEVEL
- LastSleepTime → const POWER_INFORMATION_LEVEL
- LastWakeTime → const POWER_INFORMATION_LEVEL
- LBSELCHSTRING → const String
- An Open or Save As dialog box sends the LBSELCHSTRING registered message to your hook procedure when the selection changes in any of the list boxes or combo boxes of the dialog box.
- LC_INTERIORS → const int
- LC_MARKER → const int
- LC_NONE → const int
- LC_POLYLINE → const int
- LC_POLYMARKER → const int
- LC_STYLED → const int
- LC_WIDE → const int
- LC_WIDESTYLED → const int
- LEFT_ALT_PRESSED → const int
- LEFT_CTRL_PRESSED → const int
- LF_FACESIZE → const int
- LF_FULLFACESIZE → const int
- LHND → const LOCAL_ALLOC_FLAGS
- LINECAPS → const GET_DEVICE_CAPS_INDEX
- LIST_MODULES_32BIT → const ENUM_PROCESS_MODULES_EX_FLAGS
- LIST_MODULES_64BIT → const ENUM_PROCESS_MODULES_EX_FLAGS
- LIST_MODULES_ALL → const ENUM_PROCESS_MODULES_EX_FLAGS
- LIST_MODULES_DEFAULT → const ENUM_PROCESS_MODULES_EX_FLAGS
- LLKHF_ALTDOWN → const KBDLLHOOKSTRUCT_FLAGS
- LLKHF_EXTENDED → const KBDLLHOOKSTRUCT_FLAGS
- LLKHF_INJECTED → const KBDLLHOOKSTRUCT_FLAGS
- LLKHF_LOWER_IL_INJECTED → const KBDLLHOOKSTRUCT_FLAGS
- LLKHF_UP → const KBDLLHOOKSTRUCT_FLAGS
- LLMHF_INJECTED → const int
- LLMHF_LOWER_IL_INJECTED → const int
- LMEM_FIXED → const LOCAL_ALLOC_FLAGS
- LMEM_MOVEABLE → const LOCAL_ALLOC_FLAGS
- LMEM_ZEROINIT → const LOCAL_ALLOC_FLAGS
- LOAD_IGNORE_CODE_AUTHZ_LEVEL → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_AS_DATAFILE → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_AS_DATAFILE_EXCLUSIVE → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_AS_IMAGE_RESOURCE → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_REQUIRE_SIGNED_TARGET → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SAFE_CURRENT_DIRS → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SEARCH_APPLICATION_DIR → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SEARCH_DEFAULT_DIRS → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SEARCH_DLL_LOAD_DIR → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SEARCH_SYSTEM32 → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SEARCH_SYSTEM32_NO_FORWARDER → const LOAD_LIBRARY_FLAGS
- LOAD_LIBRARY_SEARCH_USER_DIRS → const LOAD_LIBRARY_FLAGS
- LOAD_WITH_ALTERED_SEARCH_PATH → const LOAD_LIBRARY_FLAGS
- LOCALE_NAME_MAX_LENGTH → const int
- LOCALE_SYSTEM_DEFAULT → const int
- LOCALE_USER_DEFAULT → const int
- LOCK_EXCLUSIVE → const LOCKTYPE
- If this lock is granted, writing to the specified range of bytes is prohibited except by the owner that was granted this lock.
- LOCK_ONLYONCE → const LOCKTYPE
- If this lock is granted, no other LOCK_ONLYONCE lock can be obtained on the range.
- LOCK_WRITE → const LOCKTYPE
- If this lock is granted, the specified range of bytes can be opened and read any number of times, but writing to the locked range is prohibited except for the owner that was granted this lock.
- LOCKFILE_EXCLUSIVE_LOCK → const LOCK_FILE_FLAGS
- LOCKFILE_FAIL_IMMEDIATELY → const LOCK_FILE_FLAGS
- LogicalProcessorIdling → const POWER_INFORMATION_LEVEL
- LOGPIXELSX → const GET_DEVICE_CAPS_INDEX
- LOGPIXELSY → const GET_DEVICE_CAPS_INDEX
- LPTR → const LOCAL_ALLOC_FLAGS
- LR_COPYDELETEORG → const IMAGE_FLAGS
- LR_COPYFROMRESOURCE → const IMAGE_FLAGS
- LR_COPYRETURNORG → const IMAGE_FLAGS
- LR_CREATEDIBSECTION → const IMAGE_FLAGS
- LR_DEFAULTCOLOR → const IMAGE_FLAGS
- LR_DEFAULTSIZE → const IMAGE_FLAGS
- LR_LOADFROMFILE → const IMAGE_FLAGS
- LR_LOADMAP3DCOLORS → const IMAGE_FLAGS
- LR_LOADTRANSPARENT → const IMAGE_FLAGS
- LR_MONOCHROME → const IMAGE_FLAGS
- LR_SHARED → const IMAGE_FLAGS
- LR_VGACOLOR → const IMAGE_FLAGS
- LSFW_LOCK → const FOREGROUND_WINDOW_LOCK_CODE
- LSFW_UNLOCK → const FOREGROUND_WINDOW_LOCK_CODE
- LTGRAY_BRUSH → const GET_STOCK_OBJECT_FLAGS
- LWA_ALPHA → const LAYERED_WINDOW_ATTRIBUTES_FLAGS
- LWA_COLORKEY → const LAYERED_WINDOW_ATTRIBUTES_FLAGS
- MAC_CHARSET → const FONT_CHARSET
- MAILSLOT_NO_MESSAGE → const int
- MAILSLOT_WAIT_FOREVER → const int
- MAPVK_VK_TO_CHAR → const MAP_VIRTUAL_KEY_TYPE
- MAPVK_VK_TO_VSC → const MAP_VIRTUAL_KEY_TYPE
- MAPVK_VK_TO_VSC_EX → const MAP_VIRTUAL_KEY_TYPE
- MAPVK_VSC_TO_VK → const MAP_VIRTUAL_KEY_TYPE
- MAPVK_VSC_TO_VK_EX → const MAP_VIRTUAL_KEY_TYPE
- MARKPARITY → const DCB_PARITY
- MAX_PATH → const int
- MAXBS_DISABLED → const MAXBUTTONSTATES
- MAXBS_HOT → const MAXBUTTONSTATES
- MAXBS_NORMAL → const MAXBUTTONSTATES
- MAXBS_PUSHED → const MAXBUTTONSTATES
- MAXIMUM_ALLOWED → const int
- MaximumFileInfoByHandleClass → const FILE_INFO_BY_HANDLE_CLASS
- This value is used for validation.
- MaxJobObjectInfoClass → const JOBOBJECTINFOCLASS
- MaxServiceRegistryStateType → const SERVICE_REGISTRY_STATE_TYPE
- Reserved.
- MaxTokenInfoClass → const TOKEN_INFORMATION_CLASS
- The maximum value for this enumeration.
- MB_ABORTRETRYIGNORE → const MESSAGEBOX_STYLE
- MB_APPLMODAL → const MESSAGEBOX_STYLE
- MB_CANCELTRYCONTINUE → const MESSAGEBOX_STYLE
- MB_DEFAULT_DESKTOP_ONLY → const MESSAGEBOX_STYLE
- MB_DEFBUTTON1 → const MESSAGEBOX_STYLE
- MB_DEFBUTTON2 → const MESSAGEBOX_STYLE
- MB_DEFBUTTON3 → const MESSAGEBOX_STYLE
- MB_DEFBUTTON4 → const MESSAGEBOX_STYLE
- MB_DEFMASK → const MESSAGEBOX_STYLE
- MB_HELP → const MESSAGEBOX_STYLE
- MB_ICONASTERISK → const MESSAGEBOX_STYLE
- MB_ICONERROR → const MESSAGEBOX_STYLE
- MB_ICONEXCLAMATION → const MESSAGEBOX_STYLE
- MB_ICONHAND → const MESSAGEBOX_STYLE
- MB_ICONINFORMATION → const MESSAGEBOX_STYLE
- MB_ICONMASK → const MESSAGEBOX_STYLE
- MB_ICONQUESTION → const MESSAGEBOX_STYLE
- MB_ICONSTOP → const MESSAGEBOX_STYLE
- MB_ICONWARNING → const MESSAGEBOX_STYLE
- MB_MISCMASK → const MESSAGEBOX_STYLE
- MB_MODEMASK → const MESSAGEBOX_STYLE
- MB_NOFOCUS → const MESSAGEBOX_STYLE
- MB_OK → const MESSAGEBOX_STYLE
- MB_OKCANCEL → const MESSAGEBOX_STYLE
- MB_RETRYCANCEL → const MESSAGEBOX_STYLE
- MB_RIGHT → const MESSAGEBOX_STYLE
- MB_RTLREADING → const MESSAGEBOX_STYLE
- MB_SERVICE_NOTIFICATION → const MESSAGEBOX_STYLE
- MB_SERVICE_NOTIFICATION_NT3X → const MESSAGEBOX_STYLE
- MB_SETFOREGROUND → const MESSAGEBOX_STYLE
- MB_SYSTEMMODAL → const MESSAGEBOX_STYLE
- MB_TASKMODAL → const MESSAGEBOX_STYLE
- MB_TOPMOST → const MESSAGEBOX_STYLE
- MB_TYPEMASK → const MESSAGEBOX_STYLE
- MB_USERICON → const MESSAGEBOX_STYLE
- MB_YESNO → const MESSAGEBOX_STYLE
- MB_YESNOCANCEL → const MESSAGEBOX_STYLE
- MC_APERTURE_GRILL_CATHODE_RAY_TUBE → const MC_DISPLAY_TECHNOLOGY_TYPE
- Aperture-grill CRT.
- MC_BLUE_DRIVE → const MC_DRIVE_TYPE
- Blue drive.
- MC_BLUE_GAIN → const MC_GAIN_TYPE
- Blue gain.
- MC_CAPS_BRIGHTNESS → const int
- MC_CAPS_COLOR_TEMPERATURE → const int
- MC_CAPS_CONTRAST → const int
- MC_CAPS_DEGAUSS → const int
- MC_CAPS_DISPLAY_AREA_POSITION → const int
- MC_CAPS_DISPLAY_AREA_SIZE → const int
- MC_CAPS_MONITOR_TECHNOLOGY_TYPE → const int
- MC_CAPS_NONE → const int
- MC_CAPS_RED_GREEN_BLUE_DRIVE → const int
- MC_CAPS_RED_GREEN_BLUE_GAIN → const int
- MC_CAPS_RESTORE_FACTORY_COLOR_DEFAULTS → const int
- MC_CAPS_RESTORE_FACTORY_DEFAULTS → const int
- MC_COLOR_TEMPERATURE_10000K → const MC_COLOR_TEMPERATURE
- 10,000 K.
- MC_COLOR_TEMPERATURE_11500K → const MC_COLOR_TEMPERATURE
- 11,500 K.
- MC_COLOR_TEMPERATURE_4000K → const MC_COLOR_TEMPERATURE
- 4,000 kelvins (K).
- MC_COLOR_TEMPERATURE_5000K → const MC_COLOR_TEMPERATURE
- 5,000 K.
- MC_COLOR_TEMPERATURE_6500K → const MC_COLOR_TEMPERATURE
- 6,500 K.
- MC_COLOR_TEMPERATURE_7500K → const MC_COLOR_TEMPERATURE
- 7,500 K.
- MC_COLOR_TEMPERATURE_8200K → const MC_COLOR_TEMPERATURE
- 8,200 K.
- MC_COLOR_TEMPERATURE_9300K → const MC_COLOR_TEMPERATURE
- 9,300 K.
- MC_COLOR_TEMPERATURE_UNKNOWN → const MC_COLOR_TEMPERATURE
- Unknown temperature.
- MC_ELECTROLUMINESCENT → const MC_DISPLAY_TECHNOLOGY_TYPE
- Electroluminescent display.
- MC_FIELD_EMISSION_DEVICE → const MC_DISPLAY_TECHNOLOGY_TYPE
- Field emission device (FED) display.
- MC_GREEN_DRIVE → const MC_DRIVE_TYPE
- Green drive.
- MC_GREEN_GAIN → const MC_GAIN_TYPE
- Green gain.
- MC_HEIGHT → const MC_SIZE_TYPE
- Height.
- MC_HORIZONTAL_POSITION → const MC_POSITION_TYPE
- Horizontal position.
- MC_LIQUID_CRYSTAL_ON_SILICON → const MC_DISPLAY_TECHNOLOGY_TYPE
- Liquid crystal on silicon (LCOS) display.
- MC_MICROELECTROMECHANICAL → const MC_DISPLAY_TECHNOLOGY_TYPE
- Microelectromechanical display.
- MC_ORGANIC_LIGHT_EMITTING_DIODE → const MC_DISPLAY_TECHNOLOGY_TYPE
- Organic light emitting diode (LED) display.
- MC_PLASMA → const MC_DISPLAY_TECHNOLOGY_TYPE
- Plasma display.
- MC_RED_DRIVE → const MC_DRIVE_TYPE
- Red drive.
- MC_RED_GAIN → const MC_GAIN_TYPE
- Red gain.
- MC_RESTORE_FACTORY_DEFAULTS_ENABLES_MONITOR_SETTINGS → const int
- MC_SHADOW_MASK_CATHODE_RAY_TUBE → const MC_DISPLAY_TECHNOLOGY_TYPE
- Shadow-mask cathode ray tube (CRT).
- MC_SUPPORTED_COLOR_TEMPERATURE_10000K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_11500K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_4000K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_5000K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_6500K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_7500K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_8200K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_9300K → const int
- MC_SUPPORTED_COLOR_TEMPERATURE_NONE → const int
- MC_THIN_FILM_TRANSISTOR → const MC_DISPLAY_TECHNOLOGY_TYPE
- Thin-film transistor (TFT) display.
- MC_VERTICAL_POSITION → const MC_POSITION_TYPE
- Vertical position.
- MC_WIDTH → const MC_SIZE_TYPE
- Width.
- MCI_BREAK → const int
- The MCI_BREAK command sets a break key for an MCI device.
- MCI_CLOSE → const int
- The MCI_CLOSE command releases access to a device or file.
- MCI_COPY → const int
- The MCI_COPY command copies data to the clipboard.
- MCI_CUE → const int
- The MCI_CUE command cues a device so that playback or recording begins with minimum delay.
- MCI_CUT → const int
- The MCI_CUT command removes data from the file and copies it to the clipboard.
- MCI_DELETE → const int
- The MCI_DELETE command removes data from the file.
- MCI_ESCAPE → const int
- The MCI_ESCAPE command sends a string directly to the device.
- MCI_FREEZE → const int
- The MCI_FREEZE command freezes motion on the display.
- MCI_FROM → const int
- MCI_GETDEVCAPS → const int
- The MCI_GETDEVCAPS command retrieves static information about a device.
- MCI_INFO → const int
- The MCI_INFO command retrieves string information from a device.
- MCI_INFO_COPYRIGHT → const int
- MCI_INFO_FILE → const int
- MCI_INFO_MEDIA_IDENTITY → const int
- MCI_INFO_MEDIA_UPC → const int
- MCI_INFO_NAME → const int
- MCI_INFO_PRODUCT → const int
- MCI_LOAD → const int
- The MCI_LOAD command loads a file.
- MCI_NOTIFY → const int
- MCI_OPEN → const int
- The MCI_OPEN command initializes a device or file.
- MCI_OPEN_ALIAS → const int
- MCI_OPEN_ELEMENT → const int
- MCI_OPEN_ELEMENT_ID → const int
- MCI_OPEN_SHAREABLE → const int
- MCI_OPEN_TYPE → const int
- MCI_OPEN_TYPE_ID → const int
- MCI_PASTE → const int
- The MCI_PASTE command pastes data from the clipboard into a file.
- MCI_PAUSE → const int
- The MCI_PAUSE command pauses the current action.
- MCI_PLAY → const int
- The MCI_PLAY command signals the device to begin transmitting output data.
- MCI_PUT → const int
- The MCI_PUT command sets the source, destination, and frame rectangles.
- MCI_REALIZE → const int
- The MCI_REALIZE command causes a graphic device to realize its palette into a device context (DC).
- MCI_RECORD → const int
- The MCI_RECORD command starts recording from the current position or from one specified location to another specified location.
- MCI_RESUME → const int
- The MCI_RESUME command causes a paused device to resume the paused operation.
- MCI_SAVE → const int
- The MCI_SAVE command saves the current file.
- MCI_SEEK → const int
- The MCI_SEEK command changes the current position in the content as quickly as possible.
- MCI_SEEK_TO_END → const int
- MCI_SEEK_TO_START → const int
- MCI_SEQ_STATUS_COPYRIGHT → const int
- MCI_SEQ_STATUS_DIVTYPE → const int
- MCI_SEQ_STATUS_MASTER → const int
- MCI_SEQ_STATUS_NAME → const int
- MCI_SEQ_STATUS_OFFSET → const int
- MCI_SEQ_STATUS_PORT → const int
- MCI_SEQ_STATUS_SLAVE → const int
- MCI_SEQ_STATUS_TEMPO → const int
- MCI_SET → const int
- The MCI_SET command sets device information.
- MCI_SPIN → const int
- The MCI_SPIN command starts the device spinning up or down.
- MCI_STATUS → const int
- The MCI_STATUS command retrieves information about an MCI device.
- MCI_STATUS_CURRENT_TRACK → const int
- MCI_STATUS_ITEM → const int
- MCI_STATUS_LENGTH → const int
- MCI_STATUS_MEDIA_PRESENT → const int
- MCI_STATUS_MODE → const int
- MCI_STATUS_NUMBER_OF_TRACKS → const int
- MCI_STATUS_POSITION → const int
- MCI_STATUS_READY → const int
- MCI_STATUS_START → const int
- MCI_STATUS_TIME_FORMAT → const int
- MCI_STEP → const int
- The MCI_STEP command steps the player one or more frames.
- MCI_STOP → const int
- The MCI_STOP command stops all play and record sequences, unloads all play buffers, and ceases display of video images.
- MCI_SYSINFO → const int
- The MCI_SYSINFO command retrieves information about MCI devices.
- MCI_TO → const int
- MCI_TRACK → const int
- MCI_UNFREEZE → const int
- The MCI_UNFREEZE command restores motion to an area of the video buffer frozen with the MCI_FREEZE command.
- MCI_UPDATE → const int
- The MCI_UPDATE command updates the display rectangle.
- MCI_WAIT → const int
- MCI_WHERE → const int
- The MCI_WHERE command obtains the clipping rectangle for the video device.
- MCI_WINDOW → const int
- Specifies the window and the window characteristics for graphic devices.
- MCIERR_BAD_CONSTANT → const int
- MCIERR_BAD_INTEGER → const int
- MCIERR_BAD_TIME_FORMAT → const int
- MCIERR_BASE → const int
- MCIERR_CANNOT_LOAD_DRIVER → const int
- MCIERR_CANNOT_USE_ALL → const int
- MCIERR_CREATEWINDOW → const int
- MCIERR_CUSTOM_DRIVER_BASE → const int
- MCIERR_DEVICE_LENGTH → const int
- MCIERR_DEVICE_LOCKED → const int
- MCIERR_DEVICE_NOT_INSTALLED → const int
- MCIERR_DEVICE_NOT_READY → const int
- MCIERR_DEVICE_OPEN → const int
- MCIERR_DEVICE_ORD_LENGTH → const int
- MCIERR_DEVICE_TYPE_REQUIRED → const int
- MCIERR_DRIVER → const int
- MCIERR_DRIVER_INTERNAL → const int
- MCIERR_DUPLICATE_ALIAS → const int
- MCIERR_DUPLICATE_FLAGS → const int
- MCIERR_EXTENSION_NOT_FOUND → const int
- MCIERR_EXTRA_CHARACTERS → const int
- MCIERR_FILE_NOT_FOUND → const int
- MCIERR_FILE_NOT_SAVED → const int
- MCIERR_FILE_READ → const int
- MCIERR_FILE_WRITE → const int
- MCIERR_FILENAME_REQUIRED → const int
- MCIERR_FLAGS_NOT_COMPATIBLE → const int
- MCIERR_GET_CD → const int
- MCIERR_HARDWARE → const int
- MCIERR_ILLEGAL_FOR_AUTO_OPEN → const int
- MCIERR_INTERNAL → const int
- MCIERR_INVALID_DEVICE_ID → const int
- MCIERR_INVALID_DEVICE_NAME → const int
- MCIERR_INVALID_FILE → const int
- MCIERR_MISSING_COMMAND_STRING → const int
- MCIERR_MISSING_DEVICE_NAME → const int
- MCIERR_MISSING_PARAMETER → const int
- MCIERR_MISSING_STRING_ARGUMENT → const int
- MCIERR_MULTIPLE → const int
- MCIERR_MUST_USE_SHAREABLE → const int
- MCIERR_NEW_REQUIRES_ALIAS → const int
- MCIERR_NO_CLOSING_QUOTE → const int
- MCIERR_NO_ELEMENT_ALLOWED → const int
- MCIERR_NO_IDENTITY → const int
- MCIERR_NO_INTEGER → const int
- MCIERR_NO_WINDOW → const int
- MCIERR_NONAPPLICABLE_FUNCTION → const int
- MCIERR_NOTIFY_ON_AUTO_OPEN → const int
- MCIERR_NULL_PARAMETER_BLOCK → const int
- MCIERR_OUT_OF_MEMORY → const int
- MCIERR_OUTOFRANGE → const int
- MCIERR_PARAM_OVERFLOW → const int
- MCIERR_PARSER_INTERNAL → const int
- MCIERR_SEQ_DIV_INCOMPATIBLE → const int
- MCIERR_SEQ_NOMIDIPRESENT → const int
- MCIERR_SEQ_PORT_INUSE → const int
- MCIERR_SEQ_PORT_MAPNODEVICE → const int
- MCIERR_SEQ_PORT_MISCERROR → const int
- MCIERR_SEQ_PORT_NONEXISTENT → const int
- MCIERR_SEQ_PORTUNSPECIFIED → const int
- MCIERR_SEQ_TIMER → const int
- MCIERR_SET_CD → const int
- MCIERR_SET_DRIVE → const int
- MCIERR_UNNAMED_RESOURCE → const int
- MCIERR_UNRECOGNIZED_COMMAND → const int
- MCIERR_UNRECOGNIZED_KEYWORD → const int
- MCIERR_UNSUPPORTED_FUNCTION → const int
- MCIERR_WAVE_INPUTSINUSE → const int
- MCIERR_WAVE_INPUTSUNSUITABLE → const int
- MCIERR_WAVE_INPUTUNSPECIFIED → const int
- MCIERR_WAVE_OUTPUTSINUSE → const int
- MCIERR_WAVE_OUTPUTSUNSUITABLE → const int
- MCIERR_WAVE_OUTPUTUNSPECIFIED → const int
- MCIERR_WAVE_SETINPUTINUSE → const int
- MCIERR_WAVE_SETINPUTUNSUITABLE → const int
- MCIERR_WAVE_SETOUTPUTINUSE → const int
- MCIERR_WAVE_SETOUTPUTUNSUITABLE → const int
- mdAbstract → const CorMethodAttr
- mdAssem → const CorMethodAttr
- mdCheckAccessOnOverride → const CorMethodAttr
- MDCL_DISABLED → const MDICLOSEBUTTONSTATES
- MDCL_HOT → const MDICLOSEBUTTONSTATES
- MDCL_NORMAL → const MDICLOSEBUTTONSTATES
- MDCL_PUSHED → const MDICLOSEBUTTONSTATES
- mdFamANDAssem → const CorMethodAttr
- mdFamily → const CorMethodAttr
- mdFamORAssem → const CorMethodAttr
- mdFinal → const CorMethodAttr
- mdHasSecurity → const CorMethodAttr
- mdHideBySig → const CorMethodAttr
- MDITILE_HORIZONTAL → const TILE_WINDOWS_HOW
- MDITILE_SKIPDISABLED → const CASCADE_WINDOWS_HOW
- MDITILE_VERTICAL → const TILE_WINDOWS_HOW
- MDITILE_ZORDER → const CASCADE_WINDOWS_HOW
- mdMemberAccessMask → const CorMethodAttr
- MDMI_DISABLED → const MDIMINBUTTONSTATES
- MDMI_HOT → const MDIMINBUTTONSTATES
- MDMI_NORMAL → const MDIMINBUTTONSTATES
- MDMI_PUSHED → const MDIMINBUTTONSTATES
- MDMSPKR_CALLSETUP → const MODEMSETTINGS_SPEAKER_MODE
- MDMSPKR_DIAL → const MODEMSETTINGS_SPEAKER_MODE
- MDMSPKR_OFF → const MODEMSETTINGS_SPEAKER_MODE
- MDMSPKR_ON → const MODEMSETTINGS_SPEAKER_MODE
- MDMSPKRFLAG_CALLSETUP → const MODEMDEVCAPS_SPEAKER_MODE
- MDMSPKRFLAG_DIAL → const MODEMDEVCAPS_SPEAKER_MODE
- MDMSPKRFLAG_OFF → const MODEMDEVCAPS_SPEAKER_MODE
- MDMSPKRFLAG_ON → const MODEMDEVCAPS_SPEAKER_MODE
- MDMVOL_HIGH → const MODEM_SPEAKER_VOLUME
- MDMVOL_LOW → const MODEM_SPEAKER_VOLUME
- MDMVOL_MEDIUM → const MODEM_SPEAKER_VOLUME
- MDMVOLFLAG_HIGH → const MODEMDEVCAPS_SPEAKER_VOLUME
- MDMVOLFLAG_LOW → const MODEMDEVCAPS_SPEAKER_VOLUME
- MDMVOLFLAG_MEDIUM → const MODEMDEVCAPS_SPEAKER_VOLUME
- mdNewSlot → const CorMethodAttr
- mdPinvokeImpl → const CorMethodAttr
- mdPrivate → const CorMethodAttr
- mdPrivateScope → const CorMethodAttr
- mdPublic → const CorMethodAttr
- MDRE_DISABLED → const MDIRESTOREBUTTONSTATES
- MDRE_HOT → const MDIRESTOREBUTTONSTATES
- MDRE_NORMAL → const MDIRESTOREBUTTONSTATES
- MDRE_PUSHED → const MDIRESTOREBUTTONSTATES
- mdRequireSecObject → const CorMethodAttr
- mdReservedMask → const CorMethodAttr
- mdReuseSlot → const CorMethodAttr
- mdRTSpecialName → const CorMethodAttr
- mdSpecialName → const CorMethodAttr
- mdStatic → const CorMethodAttr
- MDT_ANGULAR_DPI → const MONITOR_DPI_TYPE
- The angular DPI.
- MDT_DEFAULT → const MONITOR_DPI_TYPE
- The default DPI setting for a monitor is MDT_EFFECTIVE_DPI.
- MDT_EFFECTIVE_DPI → const MONITOR_DPI_TYPE
- The effective DPI.
- MDT_RAW_DPI → const MONITOR_DPI_TYPE
- The raw DPI.
- mdtAssembly → const CorTokenType
- mdtAssemblyRef → const CorTokenType
- mdtBaseType → const CorTokenType
- mdtCustomAttribute → const CorTokenType
- mdtEvent → const CorTokenType
- mdtExportedType → const CorTokenType
- mdtFieldDef → const CorTokenType
- mdtFile → const CorTokenType
- mdtGenericParam → const CorTokenType
- mdtGenericParamConstraint → const CorTokenType
- mdtInterfaceImpl → const CorTokenType
- mdtManifestResource → const CorTokenType
- mdtMemberRef → const CorTokenType
- mdtMethodDef → const CorTokenType
- mdtMethodImpl → const CorTokenType
- mdtMethodSpec → const CorTokenType
- mdtModule → const CorTokenType
- mdtModuleRef → const CorTokenType
- mdtName → const CorTokenType
- mdtParamDef → const CorTokenType
- mdtPermission → const CorTokenType
- mdtProperty → const CorTokenType
- mdtSignature → const CorTokenType
- mdtString → const CorTokenType
- mdtTypeDef → const CorTokenType
- mdtTypeRef → const CorTokenType
- mdtTypeSpec → const CorTokenType
- mdUnmanagedExport → const CorMethodAttr
- mdVirtual → const CorMethodAttr
- mdVtableLayoutMask → const CorMethodAttr
- MEM_4MB_PAGES → const int
- MEM_64K_PAGES → const int constant
- A hint to the operating system to map the memory using 64K pages, if possible.
- MEM_COALESCE_PLACEHOLDERS → const int
- MEM_COMMIT → const VIRTUAL_ALLOCATION_TYPE
- MEM_DECOMMIT → const VIRTUAL_FREE_TYPE
- MEM_DIFFERENT_IMAGE_BASE_OK → const int
- MEM_FREE → const VIRTUAL_ALLOCATION_TYPE
- MEM_IMAGE → const PAGE_TYPE
- MEM_LARGE_PAGES → const VIRTUAL_ALLOCATION_TYPE
- MEM_MAPPED → const PAGE_TYPE
- MEM_PHYSICAL → const int
- MEM_PRESERVE_PLACEHOLDER → const UNMAP_VIEW_OF_FILE_FLAGS
- MEM_PRIVATE → const PAGE_TYPE
- MEM_RELEASE → const VIRTUAL_FREE_TYPE
- MEM_REPLACE_PLACEHOLDER → const VIRTUAL_ALLOCATION_TYPE
- MEM_RESERVE → const VIRTUAL_ALLOCATION_TYPE
- MEM_RESERVE_PLACEHOLDER → const VIRTUAL_ALLOCATION_TYPE
- MEM_RESET → const VIRTUAL_ALLOCATION_TYPE
- MEM_RESET_UNDO → const VIRTUAL_ALLOCATION_TYPE
- MEM_ROTATE → const int
- MEM_TOP_DOWN → const int
- MEM_UNMAP_NONE → const UNMAP_VIEW_OF_FILE_FLAGS
- MEM_UNMAP_WITH_TRANSIENT_BOOST → const UNMAP_VIEW_OF_FILE_FLAGS
- MEM_WRITE_WATCH → const int
- MERGECOPY → const ROP_CODE
- MERGEPAINT → const ROP_CODE
- METHOD_BUFFERED → const int
- METHOD_IN_DIRECT → const int
- METHOD_NEITHER → const int
- METHOD_OUT_DIRECT → const int
- MF_APPEND → const MENU_ITEM_FLAGS
- MF_BITMAP → const MENU_ITEM_FLAGS
- MF_BYCOMMAND → const MENU_ITEM_FLAGS
- MF_BYPOSITION → const MENU_ITEM_FLAGS
- MF_CHANGE → const MENU_ITEM_FLAGS
- MF_CHECKED → const MENU_ITEM_FLAGS
- MF_DEFAULT → const MENU_ITEM_FLAGS
- MF_DELETE → const MENU_ITEM_FLAGS
- MF_DISABLED → const MENU_ITEM_FLAGS
- MF_ENABLED → const MENU_ITEM_FLAGS
- MF_END → const MENU_ITEM_FLAGS
- MF_GRAYED → const MENU_ITEM_FLAGS
- MF_HELP → const MENU_ITEM_FLAGS
- MF_HILITE → const MENU_ITEM_FLAGS
- MF_INSERT → const MENU_ITEM_FLAGS
- MF_MENUBARBREAK → const MENU_ITEM_FLAGS
- MF_MENUBREAK → const MENU_ITEM_FLAGS
- MF_MOUSESELECT → const MENU_ITEM_FLAGS
- MF_OWNERDRAW → const MENU_ITEM_FLAGS
- MF_POPUP → const MENU_ITEM_FLAGS
- MF_REMOVE → const MENU_ITEM_FLAGS
- MF_RIGHTJUSTIFY → const MENU_ITEM_FLAGS
- MF_SEPARATOR → const MENU_ITEM_FLAGS
- MF_STRING → const MENU_ITEM_FLAGS
- MF_SYSMENU → const MENU_ITEM_FLAGS
- MF_UNCHECKED → const MENU_ITEM_FLAGS
- MF_UNHILITE → const MENU_ITEM_FLAGS
- MF_USECHECKBITMAPS → const MENU_ITEM_FLAGS
- MFS_CHECKED → const MENU_ITEM_STATE
- MFS_DEFAULT → const MENU_ITEM_STATE
- MFS_DISABLED → const MENU_ITEM_STATE
- MFS_ENABLED → const MENU_ITEM_STATE
- MFS_GRAYED → const MENU_ITEM_STATE
- MFS_HILITE → const MENU_ITEM_STATE
- MFS_UNCHECKED → const MENU_ITEM_STATE
- MFS_UNHILITE → const MENU_ITEM_STATE
- MFT_BITMAP → const MENU_ITEM_TYPE
- MFT_MENUBARBREAK → const MENU_ITEM_TYPE
- MFT_MENUBREAK → const MENU_ITEM_TYPE
- MFT_OWNERDRAW → const MENU_ITEM_TYPE
- MFT_RADIOCHECK → const MENU_ITEM_TYPE
- MFT_RIGHTJUSTIFY → const MENU_ITEM_TYPE
- MFT_RIGHTORDER → const MENU_ITEM_TYPE
- MFT_SEPARATOR → const MENU_ITEM_TYPE
- MFT_STRING → const MENU_ITEM_TYPE
- miAggressiveInlining → const CorMethodImpl
- miCodeTypeMask → const CorMethodImpl
- MIDI_IO_STATUS → const MIDI_WAVE_OPEN_TYPE
- MIDI_MAPPER → const int constant
- MIDIERR_BADOPENMODE → const int
- MIDIERR_DONT_CONTINUE → const int
- MIDIERR_INVALIDSETUP → const int
- MIDIERR_LASTERROR → const int
- MIDIERR_NODEVICE → const int
- MIDIERR_NOMAP → const int
- MIDIERR_NOTREADY → const int
- MIDIERR_STILLPLAYING → const int
- MIDIERR_UNPREPARED → const int
- miForwardRef → const CorMethodImpl
- miIL → const CorMethodImpl
- MIIM_BITMAP → const MENU_ITEM_MASK
- MIIM_CHECKMARKS → const MENU_ITEM_MASK
- MIIM_DATA → const MENU_ITEM_MASK
- MIIM_FTYPE → const MENU_ITEM_MASK
- MIIM_ID → const MENU_ITEM_MASK
- MIIM_STATE → const MENU_ITEM_MASK
- MIIM_STRING → const MENU_ITEM_MASK
- MIIM_SUBMENU → const MENU_ITEM_MASK
- MIIM_TYPE → const MENU_ITEM_MASK
- miInternalCall → const CorMethodImpl
- MIM_APPLYTOSUBMENUS → const MENUINFO_MASK
- MIM_BACKGROUND → const MENUINFO_MASK
- MIM_HELPID → const MENUINFO_MASK
- MIM_MAXHEIGHT → const MENUINFO_MASK
- MIM_MENUDATA → const MENUINFO_MASK
- MIM_STYLE → const MENUINFO_MASK
- miManaged → const CorMethodImpl
- miManagedMask → const CorMethodImpl
- miMaxMethodImplVal → const CorMethodImpl
- miNative → const CorMethodImpl
- MINBS_DISABLED → const MINBUTTONSTATES
- MINBS_HOT → const MINBUTTONSTATES
- MINBS_NORMAL → const MINBUTTONSTATES
- MINBS_PUSHED → const MINBUTTONSTATES
- miNoInlining → const CorMethodImpl
- miNoOptimization → const CorMethodImpl
- miOPTIL → const CorMethodImpl
- miPreserveSig → const CorMethodImpl
- miRuntime → const CorMethodImpl
- miSecurityMitigations → const CorMethodImpl
- miSynchronized → const CorMethodImpl
- MITMProtectionNotDefined → const AUTHENTICATION_REQUIREMENTS
- MITMProtectionNotRequired → const AUTHENTICATION_REQUIREMENTS
- MITMProtectionNotRequiredBonding → const AUTHENTICATION_REQUIREMENTS
- MITMProtectionNotRequiredGeneralBonding → const AUTHENTICATION_REQUIREMENTS
- MITMProtectionRequired → const AUTHENTICATION_REQUIREMENTS
- MITMProtectionRequiredBonding → const AUTHENTICATION_REQUIREMENTS
- MITMProtectionRequiredGeneralBonding → const AUTHENTICATION_REQUIREMENTS
- miUnmanaged → const CorMethodImpl
- miUserMask → const CorMethodImpl
- MM_ANISOTROPIC → const HDC_MAP_MODE
- MM_HIENGLISH → const HDC_MAP_MODE
- MM_HIMETRIC → const HDC_MAP_MODE
- MM_ISOTROPIC → const HDC_MAP_MODE
- MM_JOY1BUTTONDOWN → const int
- The MM_JOY1BUTTONDOWN message notifies the window that has captured joystick JOYSTICKID1 that a button has been pressed.
- MM_JOY1BUTTONUP → const int
- The MM_JOY1BUTTONUP message notifies the window that has captured joystick JOYSTICKID1 that a button has been released.
- MM_JOY1MOVE → const int
- The MM_JOY1MOVE message notifies the window that has captured joystick JOYSTICKID1 that the joystick position has changed.
- MM_JOY1ZMOVE → const int
- The MM_JOY1ZMOVE message notifies the window that has captured joystick JOYSTICKID1 that the joystick position on the z-axis has changed.
- MM_JOY2BUTTONDOWN → const int
- The MM_JOY2BUTTONDOWN message notifies the window that has captured joystick JOYSTICKID2 that a button has been pressed.
- MM_JOY2BUTTONUP → const int
- The MM_JOY2BUTTONUP message notifies the window that has captured joystick JOYSTICKID2 that a button has been released.
- MM_JOY2MOVE → const int
- The MM_JOY2MOVE message notifies the window that has captured joystick JOYSTICKID2 that the joystick position has changed.
- MM_JOY2ZMOVE → const int
- The MM_JOY2ZMOVE message notifies the window that has captured joystick JOYSTICKID2 that the joystick position on the z-axis has changed.
- MM_LOENGLISH → const HDC_MAP_MODE
- MM_LOMETRIC → const HDC_MAP_MODE
- MM_MCINOTIFY → const int
- The MM_MCINOTIFY message notifies an application that an MCI device has completed an operation.
- MM_MCISIGNAL → const int
- The MM_MCISIGNAL message is sent to a window to notify an application that an MCI device has reached a position defined in a previous signal ( MCI_SIGNAL) command.
- MM_MIM_CLOSE → const int
- The MM_MIM_CLOSE message is sent to a window when a MIDI input device is closed.
- MM_MIM_DATA → const int
- The MM_MIM_DATA message is sent to a window when a complete MIDI message is received by a MIDI input device.
- MM_MIM_ERROR → const int
- The MM_MIM_ERROR message is sent to a window when an invalid MIDI message is received.
- MM_MIM_LONGDATA → const int
- The MM_MIM_LONGDATA message is sent to a window when either a complete MIDI system-exclusive message is received or when a buffer has been filled with system-exclusive data.
- MM_MIM_LONGERROR → const int
- The MM_MIM_LONGERROR message is sent to a window when an invalid or incomplete MIDI system-exclusive message is received.
- MM_MIM_MOREDATA → const int
- The MM_MIM_MOREDATA message is sent to a callback window when a MIDI message is received by a MIDI input device but the application is not processing MIM_DATA messages fast enough to keep up with the input device driver.
- MM_MIM_OPEN → const int
- The MM_MIM_OPEN message is sent to a window when a MIDI input device is opened.
- MM_MIXM_CONTROL_CHANGE → const int
- The MM_MIXM_CONTROL_CHANGE message is sent by a mixer device to notify an application that the state of a control associated with an audio line has changed.
- MM_MIXM_LINE_CHANGE → const int
- The MM_MIXM_LINE_CHANGE message is sent by a mixer device to notify an application that the state of an audio line on the specified device has changed.
- MM_MOM_CLOSE → const int
- The MM_MOM_CLOSE message is sent to a window when a MIDI output device is closed.
- MM_MOM_DONE → const int
- The MM_MOM_DONE message is sent to a window when the specified MIDI system-exclusive or stream buffer has been played and is being returned to the application.
- MM_MOM_OPEN → const int
- The MM_MOM_OPEN message is sent to a window when a MIDI output device is opened.
- MM_MOM_POSITIONCB → const int
- The MM_MOM_POSITIONCB message is sent to a window when an MEVT_F_CALLBACK event is reached in the MIDI output stream.
- MM_TEXT → const HDC_MAP_MODE
- MM_TWIPS → const HDC_MAP_MODE
- MM_WIM_CLOSE → const int
- The MM_WIM_CLOSE message is sent to a window when a waveform-audio input device is closed.
- MM_WIM_DATA → const int
- The MM_WIM_DATA message is sent to a window when waveform-audio data is present in the input buffer and the buffer is being returned to the application.
- MM_WIM_OPEN → const int
- The MM_WIM_OPEN message is sent to a window when a waveform-audio input device is opened.
- MM_WOM_CLOSE → const int
- The MM_WOM_CLOSE message is sent to a window when a waveform-audio output device is closed.
- MM_WOM_DONE → const int
- The MM_WOM_DONE message is sent to a window when the given output buffer is being returned to the application.
- MM_WOM_OPEN → const int
- The MM_WOM_OPEN message is sent to a window when the given waveform-audio output device is opened.
- MMSYSERR_ALLOCATED → const int
- MMSYSERR_BADDB → const int
- MMSYSERR_BADDEVICEID → const int
- MMSYSERR_BADERRNUM → const int
- MMSYSERR_DELETEERROR → const int
- MMSYSERR_ERROR → const int
- MMSYSERR_HANDLEBUSY → const int
- MMSYSERR_INVALFLAG → const int
- MMSYSERR_INVALHANDLE → const int
- MMSYSERR_INVALIDALIAS → const int
- MMSYSERR_INVALPARAM → const int
- MMSYSERR_KEYNOTFOUND → const int
- MMSYSERR_LASTERROR → const int
- MMSYSERR_MOREDATA → const int
- MMSYSERR_NODRIVER → const int
- MMSYSERR_NODRIVERCB → const int
- MMSYSERR_NOERROR → const int
- MMSYSERR_NOMEM → const int
- MMSYSERR_NOTENABLED → const int
- MMSYSERR_NOTSUPPORTED → const int
- MMSYSERR_READERROR → const int
- MMSYSERR_VALNOTFOUND → const int
- MMSYSERR_WRITEERROR → const int
- MN_GETHMENU → const int
- Retrieves the menu handle for the current window.
- MNCS_ACTIVE → const MINCAPTIONSTATES
- MNCS_DISABLED → const MINCAPTIONSTATES
- MNCS_INACTIVE → const MINCAPTIONSTATES
- MNS_AUTODISMISS → const MENUINFO_STYLE
- MNS_CHECKORBMP → const MENUINFO_STYLE
- MNS_DRAGDROP → const MENUINFO_STYLE
- MNS_MODELESS → const MENUINFO_STYLE
- MNS_NOCHECK → const MENUINFO_STYLE
- MNS_NOTIFYBYPOS → const MENUINFO_STYLE
- MOD_ALT → const HOT_KEY_MODIFIERS
- MOD_CONTROL → const HOT_KEY_MODIFIERS
- MOD_NOREPEAT → const HOT_KEY_MODIFIERS
- MOD_SHIFT → const HOT_KEY_MODIFIERS
- MOD_WIN → const HOT_KEY_MODIFIERS
- MONITOR_DEFAULTTONEAREST → const MONITOR_FROM_FLAGS
- MONITOR_DEFAULTTONULL → const MONITOR_FROM_FLAGS
- MONITOR_DEFAULTTOPRIMARY → const MONITOR_FROM_FLAGS
- MonitorCapabilities → const POWER_INFORMATION_LEVEL
- MONITORINFOF_PRIMARY → const int
- MonitorInvocation → const POWER_INFORMATION_LEVEL
- MOUSE_ATTRIBUTES_CHANGED → const MOUSE_STATE
- MOUSE_EVENT → const int
- MOUSE_HWHEELED → const int
- MOUSE_MOVE_ABSOLUTE → const MOUSE_STATE
- MOUSE_MOVE_NOCOALESCE → const MOUSE_STATE
- MOUSE_MOVE_RELATIVE → const MOUSE_STATE
- MOUSE_MOVED → const int
- MOUSE_VIRTUAL_DESKTOP → const MOUSE_STATE
- MOUSE_WHEELED → const int
- MOUSEEVENTF_ABSOLUTE → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_HWHEEL → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_LEFTDOWN → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_LEFTUP → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_MIDDLEDOWN → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_MIDDLEUP → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_MOVE → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_MOVE_NOCOALESCE → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_RIGHTDOWN → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_RIGHTUP → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_VIRTUALDESK → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_WHEEL → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_XDOWN → const MOUSE_EVENT_FLAGS
- MOUSEEVENTF_XUP → const MOUSE_EVENT_FLAGS
- MOVEFILE_COPY_ALLOWED → const MOVE_FILE_FLAGS
- MOVEFILE_CREATE_HARDLINK → const MOVE_FILE_FLAGS
- MOVEFILE_DELAY_UNTIL_REBOOT → const MOVE_FILE_FLAGS
- MOVEFILE_FAIL_IF_NOT_TRACKABLE → const MOVE_FILE_FLAGS
- MOVEFILE_REPLACE_EXISTING → const MOVE_FILE_FLAGS
- MOVEFILE_WRITE_THROUGH → const MOVE_FILE_FLAGS
- MS_CLIPAROUNDCURSOR → const int
- MS_CTS_ON → const MODEM_STATUS_FLAGS
- MS_DSR_ON → const MODEM_STATUS_FLAGS
- MS_INVERTCOLORS → const int
- MS_RING_ON → const MODEM_STATUS_FLAGS
- MS_RLSD_ON → const MODEM_STATUS_FLAGS
- MS_SHOWMAGNIFIEDCURSOR → const int
- MSG_DONTROUTE → const SEND_RECV_FLAGS
- MSG_OOB → const SEND_RECV_FLAGS
- MSG_PEEK → const SEND_RECV_FLAGS
- MSG_PUSH_IMMEDIATE → const SEND_RECV_FLAGS
- MSG_WAITALL → const SEND_RECV_FLAGS
- MSGFLT_ADD → const CHANGE_WINDOW_MESSAGE_FILTER_FLAGS
- MSGFLT_ALLOW → const WINDOW_MESSAGE_FILTER_ACTION
- MSGFLT_DISALLOW → const WINDOW_MESSAGE_FILTER_ACTION
- MSGFLT_REMOVE → const CHANGE_WINDOW_MESSAGE_FILTER_FLAGS
- MSGFLT_RESET → const WINDOW_MESSAGE_FILTER_ACTION
- MSGFLTINFO_ALLOWED_HIGHER → const MSGFLTINFO_STATUS
- MSGFLTINFO_ALREADYALLOWED_FORWND → const MSGFLTINFO_STATUS
- MSGFLTINFO_ALREADYDISALLOWED_FORWND → const MSGFLTINFO_STATUS
- MSGFLTINFO_NONE → const MSGFLTINFO_STATUS
- MUTEX_ALL_ACCESS → const SYNCHRONIZATION_ACCESS_RIGHTS
- MUTEX_MODIFY_STATE → const SYNCHRONIZATION_ACCESS_RIGHTS
- MW_FILTERMODE_EXCLUDE → const MW_FILTERMODE
- MW_FILTERMODE_INCLUDE → const MW_FILTERMODE
- MWMO_ALERTABLE → const MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
- MWMO_INPUTAVAILABLE → const MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
- MWMO_NONE → const MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
- MWMO_WAITALL → const MSG_WAIT_FOR_MULTIPLE_OBJECTS_EX_FLAGS
- MXCS_ACTIVE → const MAXCAPTIONSTATES
- MXCS_DISABLED → const MAXCAPTIONSTATES
- MXCS_INACTIVE → const MAXCAPTIONSTATES
- NATIVE_TYPE_ANSIBSTR → const CorNativeType
- NATIVE_TYPE_ARRAY → const CorNativeType
- NATIVE_TYPE_ASANY → const CorNativeType
- NATIVE_TYPE_BOOLEAN → const CorNativeType
- NATIVE_TYPE_BSTR → const CorNativeType
- NATIVE_TYPE_BYVALSTR → const CorNativeType
- NATIVE_TYPE_CURRENCY → const CorNativeType
- NATIVE_TYPE_CUSTOMMARSHALER → const CorNativeType
- NATIVE_TYPE_DATE → const CorNativeType
- NATIVE_TYPE_DECIMAL → const CorNativeType
- NATIVE_TYPE_END → const CorNativeType
- NATIVE_TYPE_ERROR → const CorNativeType
- NATIVE_TYPE_FIXEDARRAY → const CorNativeType
- NATIVE_TYPE_FIXEDSYSSTRING → const CorNativeType
- NATIVE_TYPE_FUNC → const CorNativeType
- NATIVE_TYPE_HSTRING → const CorNativeType
- NATIVE_TYPE_I1 → const CorNativeType
- NATIVE_TYPE_I2 → const CorNativeType
- NATIVE_TYPE_I4 → const CorNativeType
- NATIVE_TYPE_I8 → const CorNativeType
- NATIVE_TYPE_IDISPATCH → const CorNativeType
- NATIVE_TYPE_IINSPECTABLE → const CorNativeType
- NATIVE_TYPE_INT → const CorNativeType
- NATIVE_TYPE_INTF → const CorNativeType
- NATIVE_TYPE_IUNKNOWN → const CorNativeType
- NATIVE_TYPE_LPSTR → const CorNativeType
- NATIVE_TYPE_LPSTRUCT → const CorNativeType
- NATIVE_TYPE_LPTSTR → const CorNativeType
- NATIVE_TYPE_LPUTF8STR → const CorNativeType
- NATIVE_TYPE_LPWSTR → const CorNativeType
- NATIVE_TYPE_MAX → const CorNativeType
- NATIVE_TYPE_NESTEDSTRUCT → const CorNativeType
- NATIVE_TYPE_OBJECTREF → const CorNativeType
- NATIVE_TYPE_PTR → const CorNativeType
- NATIVE_TYPE_R4 → const CorNativeType
- NATIVE_TYPE_R8 → const CorNativeType
- NATIVE_TYPE_SAFEARRAY → const CorNativeType
- NATIVE_TYPE_STRUCT → const CorNativeType
- NATIVE_TYPE_SYSCHAR → const CorNativeType
- NATIVE_TYPE_TBSTR → const CorNativeType
- NATIVE_TYPE_U1 → const CorNativeType
- NATIVE_TYPE_U2 → const CorNativeType
- NATIVE_TYPE_U4 → const CorNativeType
- NATIVE_TYPE_U8 → const CorNativeType
- NATIVE_TYPE_UINT → const CorNativeType
- NATIVE_TYPE_VARIANT → const CorNativeType
- NATIVE_TYPE_VARIANTBOOL → const CorNativeType
- NATIVE_TYPE_VOID → const CorNativeType
- The navigation direction is to the first child.
- The navigation direction is to the last child.
- The navigation direction is to the next sibling.
- The navigation direction is to the parent.
- The navigation direction is to the previous sibling.
- NET_IF_CONNECTION_DEDICATED → const NET_IF_CONNECTION_TYPE
- Specifies the dedicated connection type.
- NET_IF_CONNECTION_DEMAND → const NET_IF_CONNECTION_TYPE
- Specifies the demand-dial connection type.
- NET_IF_CONNECTION_MAXIMUM → const NET_IF_CONNECTION_TYPE
- A maximum value for testing purposes.
- NET_IF_CONNECTION_PASSIVE → const NET_IF_CONNECTION_TYPE
- Specifies the passive connection type.
- NIF_GUID → const NOTIFY_ICON_DATA_FLAGS
- NIF_ICON → const NOTIFY_ICON_DATA_FLAGS
- NIF_INFO → const NOTIFY_ICON_DATA_FLAGS
- NIF_MESSAGE → const NOTIFY_ICON_DATA_FLAGS
- NIF_REALTIME → const NOTIFY_ICON_DATA_FLAGS
- NIF_SHOWTIP → const NOTIFY_ICON_DATA_FLAGS
- NIF_STATE → const NOTIFY_ICON_DATA_FLAGS
- NIF_TIP → const NOTIFY_ICON_DATA_FLAGS
- NIIF_ERROR → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_ICON_MASK → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_INFO → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_LARGE_ICON → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_NONE → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_NOSOUND → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_RESPECT_QUIET_TIME → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_USER → const NOTIFY_ICON_INFOTIP_FLAGS
- NIIF_WARNING → const NOTIFY_ICON_INFOTIP_FLAGS
- NIM_ADD → const NOTIFY_ICON_MESSAGE
- NIM_DELETE → const NOTIFY_ICON_MESSAGE
- NIM_MODIFY → const NOTIFY_ICON_MESSAGE
- NIM_SETFOCUS → const NOTIFY_ICON_MESSAGE
- NIM_SETVERSION → const NOTIFY_ICON_MESSAGE
- NIN_BALLOONHIDE → const int
- NIN_BALLOONSHOW → const int
- NIN_BALLOONTIMEOUT → const int
- NIN_BALLOONUSERCLICK → const int
- NIN_KEYSELECT → const int constant
- If a user selects a notify icon with the keyboard and activates it with the SPACEBAR or ENTER key, the version 5.0 Shell sends the associated application an NIN_KEYSELECT notification. Earlier versions send WM_RBUTTONDOWN and WM_RBUTTONUP messages.
- NIN_POPUPCLOSE → const int
- NIN_POPUPOPEN → const int
- NIN_SELECT → const int
- NINF_KEY → const int
- NIS_HIDDEN → const NOTIFY_ICON_STATE
- NIS_SHAREDICON → const NOTIFY_ICON_STATE
- NldsDeprecated → const NL_DAD_STATE
- NldsDuplicate → const NL_DAD_STATE
- NldsInvalid → const NL_DAD_STATE
- NldsPreferred → const NL_DAD_STATE
- NldsTentative → const NL_DAD_STATE
- NLM_CONNECTION_COST_APPROACHINGDATALIMIT → const NLM_CONNECTION_COST
- The connection is approaching the data limit specified by the carrier.
- NLM_CONNECTION_COST_CONGESTED → const NLM_CONNECTION_COST
- The network is experiencing high traffic load and is congested.
- NLM_CONNECTION_COST_FIXED → const NLM_CONNECTION_COST
- The use of this connection is unrestricted up to a specific data transfer limit.
- NLM_CONNECTION_COST_OVERDATALIMIT → const NLM_CONNECTION_COST
- The connection is currently in an OverDataLimit state as it has exceeded the carrier specified data transfer limit.
- NLM_CONNECTION_COST_ROAMING → const NLM_CONNECTION_COST
- The connection is roaming outside the network and affiliates of the home provider.
- NLM_CONNECTION_COST_UNKNOWN → const NLM_CONNECTION_COST
- The cost is unknown.
- NLM_CONNECTION_COST_UNRESTRICTED → const NLM_CONNECTION_COST
- The connection is unlimited and is considered to be unrestricted of usage charges and capacity constraints.
- NLM_CONNECTION_COST_VARIABLE → const NLM_CONNECTION_COST
- This connection is regulated on a per byte basis.
- NLM_CONNECTIVITY_DISCONNECTED → const NLM_CONNECTIVITY
- The underlying network interfaces have no connectivity to any network.
- NLM_CONNECTIVITY_IPV4_INTERNET → const NLM_CONNECTIVITY
- There is connectivity to the Internet using the IPv4 protocol.
- NLM_CONNECTIVITY_IPV4_LOCALNETWORK → const NLM_CONNECTIVITY
- There is connectivity to a routed network using the IPv4 protocol.
- NLM_CONNECTIVITY_IPV4_NOTRAFFIC → const NLM_CONNECTIVITY
- There is connectivity to a network, but the service cannot detect any IPv4 Network Traffic.
- NLM_CONNECTIVITY_IPV4_SUBNET → const NLM_CONNECTIVITY
- There is connectivity to the local subnet using the IPv4 protocol.
- NLM_CONNECTIVITY_IPV6_INTERNET → const NLM_CONNECTIVITY
- There is connectivity to the Internet using the IPv6 protocol.
- NLM_CONNECTIVITY_IPV6_LOCALNETWORK → const NLM_CONNECTIVITY
- There is connectivity to a local network using the IPv6 protocol.
- NLM_CONNECTIVITY_IPV6_NOTRAFFIC → const NLM_CONNECTIVITY
- There is connectivity to a network, but the service cannot detect any IPv6 Network Traffic.
- NLM_CONNECTIVITY_IPV6_SUBNET → const NLM_CONNECTIVITY
- There is connectivity to the local subnet using the IPv6 protocol.
- NLM_DOMAIN_TYPE_DOMAIN_AUTHENTICATED → const NLM_DOMAIN_TYPE
- The Network is an Active Directory Network, and this machine is authenticated against it.
- NLM_DOMAIN_TYPE_DOMAIN_NETWORK → const NLM_DOMAIN_TYPE
- The Network is an Active Directory Network, but this machine is not authenticated against it.
- NLM_DOMAIN_TYPE_NON_DOMAIN_NETWORK → const NLM_DOMAIN_TYPE
- The Network is not an Active Directory Network.
- NLM_ENUM_NETWORK_ALL → const NLM_ENUM_NETWORK
- Returns connected and disconnected networks.
- NLM_ENUM_NETWORK_CONNECTED → const NLM_ENUM_NETWORK
- Returns connected networks.
- NLM_ENUM_NETWORK_DISCONNECTED → const NLM_ENUM_NETWORK
- Returns disconnected networks.
- NLM_NETWORK_CATEGORY_DOMAIN_AUTHENTICATED → const NLM_NETWORK_CATEGORY
- The network is authenticated against an Active Directory domain.
- NLM_NETWORK_CATEGORY_PRIVATE → const NLM_NETWORK_CATEGORY
- The network is a private (trusted) network.
- NLM_NETWORK_CATEGORY_PUBLIC → const NLM_NETWORK_CATEGORY
- The network is a public (untrusted) network.
- NlsoDhcp → const NL_SUFFIX_ORIGIN
- NlsoLinkLayerAddress → const NL_SUFFIX_ORIGIN
- NlsoManual → const NL_SUFFIX_ORIGIN
- NlsoOther → const NL_SUFFIX_ORIGIN
- NlsoRandom → const NL_SUFFIX_ORIGIN
- NlsoWellKnown → const NL_SUFFIX_ORIGIN
- NO_ERROR → const WIN32_ERROR
- NOMIRRORBITMAP → const ROP_CODE
- NONANTIALIASED_QUALITY → const FONT_QUALITY
- NONZEROLHND → const LOCAL_ALLOC_FLAGS
- NONZEROLPTR → const LOCAL_ALLOC_FLAGS
- NOPARITY → const DCB_PARITY
- NORMAL_PRIORITY_CLASS → const PROCESS_CREATION_FLAGS
- NotificationKind_ActionAborted → const NotificationKind
- The current element has a notification that an action was aborted.
- NotificationKind_ActionCompleted → const NotificationKind
- The current element has a notification that an action was completed.
- NotificationKind_ItemAdded → const NotificationKind
- The current element and/or the container has had something added to it that should be presented to the user.
- NotificationKind_ItemRemoved → const NotificationKind
- The current element has had something removed from inside of it that should be presented to the user.
- NotificationKind_Other → const NotificationKind
- The current element has a notification not an add, remove, completed, or aborted action.
- NotificationProcessing_All → const NotificationProcessing
- These notifications should be presented to the user when possible.
- NotificationProcessing_CurrentThenMostRecent → const NotificationProcessing
- These notifications should be presented to the user when possible.
- NotificationProcessing_ImportantAll → const NotificationProcessing
- These notifications should be presented to the user as soon as possible and all of the notifications from this source should be delivered to the user.
- NotificationProcessing_ImportantCurrentThenMostRecent → const NotificationProcessing
- NotificationProcessing_ImportantMostRecent → const NotificationProcessing
- These notifications should be presented to the user as soon as possible.
- NotificationProcessing_MostRecent → const NotificationProcessing
- These notifications should be presented to the user when possible.
- NOTIFY_FOR_ALL_SESSIONS → const int
- NOTIFY_FOR_THIS_SESSION → const int
- NOTIFYICON_VERSION → const int
- NOTIFYICON_VERSION_4 → const int
- NotifyUserModeLegacyPowerEvent → const POWER_INFORMATION_LEVEL
- NotifyUserPowerSetting → const POWER_INFORMATION_LEVEL
- NOTSRCCOPY → const ROP_CODE
- NOTSRCERASE → const ROP_CODE
- NULL → const int constant
- A zero value; used to represent an empty bitmask.
- NULL_BRUSH → const GET_STOCK_OBJECT_FLAGS
- NULL_PEN → const GET_STOCK_OBJECT_FLAGS
- NULLREGION → const GDI_REGION_TYPE
- NUMBRUSHES → const GET_DEVICE_CAPS_INDEX
- NUMCOLORS → const GET_DEVICE_CAPS_INDEX
- NUMFONTS → const GET_DEVICE_CAPS_INDEX
- NUMLOCK_ON → const int
- NUMMARKERS → const GET_DEVICE_CAPS_INDEX
- NUMPENS → const GET_DEVICE_CAPS_INDEX
- NUMRESERVED → const GET_DEVICE_CAPS_INDEX
- OBJID_ALERT → const OBJECT_IDENTIFIER
- OBJID_CARET → const OBJECT_IDENTIFIER
- OBJID_CLIENT → const OBJECT_IDENTIFIER
- OBJID_CURSOR → const OBJECT_IDENTIFIER
- OBJID_HSCROLL → const OBJECT_IDENTIFIER
- OBJID_MENU → const OBJECT_IDENTIFIER
- OBJID_NATIVEOM → const OBJECT_IDENTIFIER
- OBJID_QUERYCLASSNAMEIDX → const OBJECT_IDENTIFIER
- OBJID_SIZEGRIP → const OBJECT_IDENTIFIER
- OBJID_SOUND → const OBJECT_IDENTIFIER
- OBJID_SYSMENU → const OBJECT_IDENTIFIER
- OBJID_TITLEBAR → const OBJECT_IDENTIFIER
- OBJID_VSCROLL → const OBJECT_IDENTIFIER
- OBJID_WINDOW → const OBJECT_IDENTIFIER
- OBSOLETE_DISK_GET_WRITE_CACHE_STATE → const int
- OBSOLETE_IOCTL_STORAGE_RESET_BUS → const int
- OBSOLETE_IOCTL_STORAGE_RESET_DEVICE → const int
- OCR_APPSTARTING → const SYSTEM_CURSOR_ID
- OCR_CROSS → const SYSTEM_CURSOR_ID
- OCR_HAND → const SYSTEM_CURSOR_ID
- OCR_HELP → const SYSTEM_CURSOR_ID
- OCR_IBEAM → const SYSTEM_CURSOR_ID
- OCR_NO → const SYSTEM_CURSOR_ID
- OCR_NORMAL → const SYSTEM_CURSOR_ID
- OCR_SIZEALL → const SYSTEM_CURSOR_ID
- OCR_SIZENESW → const SYSTEM_CURSOR_ID
- OCR_SIZENS → const SYSTEM_CURSOR_ID
- OCR_SIZENWSE → const SYSTEM_CURSOR_ID
- OCR_SIZEWE → const SYSTEM_CURSOR_ID
- OCR_UP → const SYSTEM_CURSOR_ID
- OCR_WAIT → const SYSTEM_CURSOR_ID
- ODDPARITY → const DCB_PARITY
- OEM_CHARSET → const FONT_CHARSET
- OEM_FIXED_FONT → const GET_STOCK_OBJECT_FLAGS
- ofCheckIntegrity → const CorOpenFlags
- ofCopyMemory → const CorOpenFlags
- Off → const LiveSetting
- OFN_ALLOWMULTISELECT → const OPEN_FILENAME_FLAGS
- OFN_CREATEPROMPT → const OPEN_FILENAME_FLAGS
- OFN_DONTADDTORECENT → const OPEN_FILENAME_FLAGS
- OFN_ENABLEHOOK → const OPEN_FILENAME_FLAGS
- OFN_ENABLEINCLUDENOTIFY → const OPEN_FILENAME_FLAGS
- OFN_ENABLESIZING → const OPEN_FILENAME_FLAGS
- OFN_ENABLETEMPLATE → const OPEN_FILENAME_FLAGS
- OFN_ENABLETEMPLATEHANDLE → const OPEN_FILENAME_FLAGS
- OFN_EX_NONE → const OPEN_FILENAME_FLAGS_EX
- OFN_EX_NOPLACESBAR → const OPEN_FILENAME_FLAGS_EX
- OFN_EXPLORER → const OPEN_FILENAME_FLAGS
- OFN_EXTENSIONDIFFERENT → const OPEN_FILENAME_FLAGS
- OFN_FILEMUSTEXIST → const OPEN_FILENAME_FLAGS
- OFN_FORCESHOWHIDDEN → const OPEN_FILENAME_FLAGS
- OFN_HIDEREADONLY → const OPEN_FILENAME_FLAGS
- OFN_LONGNAMES → const OPEN_FILENAME_FLAGS
- OFN_NOCHANGEDIR → const OPEN_FILENAME_FLAGS
- OFN_NODEREFERENCELINKS → const OPEN_FILENAME_FLAGS
- OFN_NOLONGNAMES → const OPEN_FILENAME_FLAGS
- OFN_NONETWORKBUTTON → const OPEN_FILENAME_FLAGS
- OFN_NOREADONLYRETURN → const OPEN_FILENAME_FLAGS
- OFN_NOTESTFILECREATE → const OPEN_FILENAME_FLAGS
- OFN_NOVALIDATE → const OPEN_FILENAME_FLAGS
- OFN_OVERWRITEPROMPT → const OPEN_FILENAME_FLAGS
- OFN_PATHMUSTEXIST → const OPEN_FILENAME_FLAGS
- OFN_READONLY → const OPEN_FILENAME_FLAGS
- OFN_SHAREAWARE → const OPEN_FILENAME_FLAGS
- OFN_SHOWHELP → const OPEN_FILENAME_FLAGS
- ofNoTransform → const CorOpenFlags
- ofNoTypeLib → const CorOpenFlags
- ofRead → const CorOpenFlags
- ofReadOnly → const CorOpenFlags
- ofReadWriteMask → const CorOpenFlags
- ofReserved → const CorOpenFlags
- ofReserved1 → const CorOpenFlags
- ofReserved2 → const CorOpenFlags
- ofReserved3 → const CorOpenFlags
- ofTakeOwnership → const CorOpenFlags
- ofWrite → const CorOpenFlags
- ONE5STOPBITS → const DCB_STOP_BITS
- ONESTOPBIT → const DCB_STOP_BITS
- OPAQUE → const BACKGROUND_MODE
- OPEN_ALWAYS → const FILE_CREATION_DISPOSITION
- OPEN_EXISTING → const FILE_CREATION_DISPOSITION
- ORIENTATION_PREFERENCE_LANDSCAPE → const ORIENTATION_PREFERENCE
- The process represents a desktop app that can be used in landscape mode.
- ORIENTATION_PREFERENCE_LANDSCAPE_FLIPPED → const ORIENTATION_PREFERENCE
- The process represents a desktop app that can be used in flipped landscape mode.
- ORIENTATION_PREFERENCE_NONE → const ORIENTATION_PREFERENCE
- The process has no device orientation preferences.
- ORIENTATION_PREFERENCE_PORTRAIT → const ORIENTATION_PREFERENCE
- The process represents a desktop app that can be used in portrait mode.
- ORIENTATION_PREFERENCE_PORTRAIT_FLIPPED → const ORIENTATION_PREFERENCE
- The process represents a desktop app that can be used in flipped portrait mode.
- OrientationType_Horizontal → const OrientationType
- The control has horizontal orientation.
- OrientationType_None → const OrientationType
- The control has no orientation.
- OrientationType_Vertical → const OrientationType
- The control has vertical orientation.
- OTD_FORCE_RECT_SIZING → const OPEN_THEME_DATA_FLAGS
- OTD_NONCLIENT → const OPEN_THEME_DATA_FLAGS
- OUT_CHARACTER_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_DEFAULT_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_DEVICE_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_OUTLINE_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_PS_ONLY_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_RASTER_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_SCREEN_OUTLINE_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_STRING_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_STROKE_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_TT_ONLY_PRECIS → const FONT_OUTPUT_PRECISION
- OUT_TT_PRECIS → const FONT_OUTPUT_PRECISION
- OWNER_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- PAGE_ENCLAVE_DECOMMIT → const PAGE_PROTECTION_FLAGS
- PAGE_ENCLAVE_MASK → const PAGE_PROTECTION_FLAGS
- PAGE_ENCLAVE_SS_FIRST → const PAGE_PROTECTION_FLAGS
- PAGE_ENCLAVE_SS_REST → const PAGE_PROTECTION_FLAGS
- PAGE_ENCLAVE_THREAD_CONTROL → const PAGE_PROTECTION_FLAGS
- PAGE_ENCLAVE_UNVALIDATED → const PAGE_PROTECTION_FLAGS
- PAGE_EXECUTE → const PAGE_PROTECTION_FLAGS
- PAGE_EXECUTE_READ → const PAGE_PROTECTION_FLAGS
- PAGE_EXECUTE_READWRITE → const PAGE_PROTECTION_FLAGS
- PAGE_EXECUTE_WRITECOPY → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_COHERENT → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_EXECUTE → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_EXECUTE_READ → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_EXECUTE_READWRITE → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_NOACCESS → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_NOCACHE → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_READONLY → const PAGE_PROTECTION_FLAGS
- PAGE_GRAPHICS_READWRITE → const PAGE_PROTECTION_FLAGS
- PAGE_GUARD → const PAGE_PROTECTION_FLAGS
- PAGE_NOACCESS → const PAGE_PROTECTION_FLAGS
- PAGE_NOCACHE → const PAGE_PROTECTION_FLAGS
- PAGE_READONLY → const PAGE_PROTECTION_FLAGS
- PAGE_READWRITE → const PAGE_PROTECTION_FLAGS
- PAGE_REVERT_TO_FILE_MAP → const PAGE_PROTECTION_FLAGS
- PAGE_TARGETS_INVALID → const PAGE_PROTECTION_FLAGS
- PAGE_TARGETS_NO_UPDATE → const PAGE_PROTECTION_FLAGS
- PAGE_WRITECOMBINE → const PAGE_PROTECTION_FLAGS
- PAGE_WRITECOPY → const PAGE_PROTECTION_FLAGS
- PARAMFLAG_FHASCUSTDATA → const PARAMFLAGS
- PARAMFLAG_FHASDEFAULT → const PARAMFLAGS
- PARAMFLAG_FIN → const PARAMFLAGS
- PARAMFLAG_FLCID → const PARAMFLAGS
- PARAMFLAG_FOPT → const PARAMFLAGS
- PARAMFLAG_FOUT → const PARAMFLAGS
- PARAMFLAG_FRETVAL → const PARAMFLAGS
- PARAMFLAG_NONE → const PARAMFLAGS
- PARITY_EVEN → const COMMPROP_STOP_PARITY
- PARITY_MARK → const COMMPROP_STOP_PARITY
- PARITY_NONE → const COMMPROP_STOP_PARITY
- PARITY_ODD → const COMMPROP_STOP_PARITY
- PARITY_SPACE → const COMMPROP_STOP_PARITY
- PartialTrust → const TrustLevel
- The component has access to resources requested in the app manifest and approved by the user.
- PATCOPY → const ROP_CODE
- PATHCCH_ALLOW_LONG_PATHS → const PATHCCH_OPTIONS
- PATHCCH_CANONICALIZE_SLASHES → const PATHCCH_OPTIONS
- PATHCCH_DO_NOT_NORMALIZE_SEGMENTS → const PATHCCH_OPTIONS
- PATHCCH_ENSURE_IS_EXTENDED_LENGTH_PATH → const PATHCCH_OPTIONS
- PATHCCH_ENSURE_TRAILING_SLASH → const PATHCCH_OPTIONS
- PATHCCH_FORCE_DISABLE_LONG_NAME_PROCESS → const PATHCCH_OPTIONS
- PATHCCH_FORCE_ENABLE_LONG_NAME_PROCESS → const PATHCCH_OPTIONS
- PATHCCH_NONE → const PATHCCH_OPTIONS
- PATINVERT → const ROP_CODE
- PATPAINT → const ROP_CODE
- PBM_DELTAPOS → const int
- Advances the current position of a progress bar by a specified increment and redraws the bar to reflect the new position.
- PBM_GETBARCOLOR → const int
- Gets the color of the progress bar.
- PBM_GETBKCOLOR → const int
- Gets the background color of the progress bar.
- PBM_GETPOS → const int
- Retrieves the current position of the progress bar.
- PBM_GETRANGE → const int
- Retrieves information about the current high and low limits of a given progress bar control.
- PBM_GETSTATE → const int
- Gets the state of the progress bar.
- PBM_GETSTEP → const int
- Retrieves the step increment from a progress bar.
- PBM_SETBARCOLOR → const int
- Sets the color of the progress indicator bar in the progress bar control.
- PBM_SETBKCOLOR → const int
- Sets the background color in the progress bar.
- PBM_SETMARQUEE → const int
- Sets the progress bar to marquee mode.
- PBM_SETPOS → const int
- Sets the current position for a progress bar and redraws the bar to reflect the new position.
- PBM_SETRANGE → const int
- Sets the minimum and maximum values for a progress bar and redraws the bar to reflect the new range.
- PBM_SETRANGE32 → const int
- Sets the minimum and maximum values for a progress bar to 32-bit values, and redraws the bar to reflect the new range.
- PBM_SETSTATE → const int
- Sets the state of the progress bar.
- PBM_SETSTEP → const int
- Specifies the step increment for a progress bar.
- PBM_STEPIT → const int
- Advances the current position for a progress bar by the step increment and redraws the bar to reflect the new position.
- PBS_MARQUEE → const int
- PBS_SMOOTH → const int
- PBS_SMOOTHREVERSE → const int
- PBS_VERTICAL → const int
- PBST_ERROR → const int
- PBST_NORMAL → const int
- PBST_PAUSED → const int
- PBT_APMBATTERYLOW → const int
- Notifies applications that the battery power is low.
- PBT_APMPOWERSTATUSCHANGE → const int
- Notifies applications of a change in the power status of the computer, such as a switch from battery power to A/C.
- PBT_APMRESUMEAUTOMATIC → const int
- Notifies applications that the system is resuming from sleep or hibernation.
- PBT_APMRESUMESUSPEND → const int
- Notifies applications that the system has resumed operation after being suspended.
- PBT_APMSUSPEND → const int
- Notifies applications that the computer is about to enter a suspended state.
- PBT_POWERSETTINGCHANGE → const int
- Power setting change event sent with a WM_POWERBROADCAST window message or in a HandlerEx notification callback for services.
- PC_INTERIORS → const int
- PC_NONE → const int
- PC_PATHS → const int
- PC_POLYGON → const int
- PC_POLYPOLYGON → const int
- PC_RECTANGLE → const int
- PC_SCANLINE → const int
- PC_STYLED → const int
- PC_TRAPEZOID → const int
- PC_WIDE → const int
- PC_WIDESTYLED → const int
- PC_WINDPOLYGON → const int
- PdcInvocation → const POWER_INFORMATION_LEVEL
- PDEVICESIZE → const GET_DEVICE_CAPS_INDEX
- pdHasDefault → const CorParamAttr
- pdHasFieldMarshal → const CorParamAttr
- pdIn → const CorParamAttr
- pdOptional → const CorParamAttr
- pdOut → const CorParamAttr
- pdReservedMask → const CorParamAttr
- pdUnused → const CorParamAttr
- pe32BitPreferred → const CorPEKind
- pe32BitRequired → const CorPEKind
- pe32Plus → const CorPEKind
- pe32Unmanaged → const CorPEKind
- peILonly → const CorPEKind
- peNot → const CorPEKind
- PHYSICALHEIGHT → const GET_DEVICE_CAPS_INDEX
- PHYSICALOFFSETX → const GET_DEVICE_CAPS_INDEX
- PHYSICALOFFSETY → const GET_DEVICE_CAPS_INDEX
- PhysicalPowerButtonPress → const POWER_INFORMATION_LEVEL
- PHYSICALWIDTH → const GET_DEVICE_CAPS_INDEX
- PIPE_ACCEPT_REMOTE_CLIENTS → const NAMED_PIPE_MODE
- PIPE_ACCESS_DUPLEX → const FILE_FLAGS_AND_ATTRIBUTES
- PIPE_ACCESS_INBOUND → const FILE_FLAGS_AND_ATTRIBUTES
- PIPE_ACCESS_OUTBOUND → const FILE_FLAGS_AND_ATTRIBUTES
- PIPE_CLIENT_END → const NAMED_PIPE_MODE
- PIPE_NOWAIT → const NAMED_PIPE_MODE
- PIPE_READMODE_BYTE → const NAMED_PIPE_MODE
- PIPE_READMODE_MESSAGE → const NAMED_PIPE_MODE
- PIPE_REJECT_REMOTE_CLIENTS → const NAMED_PIPE_MODE
- PIPE_SERVER_END → const NAMED_PIPE_MODE
- PIPE_TYPE_BYTE → const NAMED_PIPE_MODE
- PIPE_TYPE_MESSAGE → const NAMED_PIPE_MODE
- PIPE_UNLIMITED_INSTANCES → const int
- PIPE_WAIT → const NAMED_PIPE_MODE
- PKCS_7_ASN_ENCODING → const CERT_QUERY_ENCODING_TYPE
- PLANES → const GET_DEVICE_CAPS_INDEX
- PlatformIdleStates → const POWER_INFORMATION_LEVEL
- PlatformIdleVeto → const POWER_INFORMATION_LEVEL
- PlatformInformation → const POWER_INFORMATION_LEVEL
- PlatformRole → const POWER_INFORMATION_LEVEL
- PlmPowerRequestCreate → const POWER_INFORMATION_LEVEL
- PM_NOREMOVE → const PEEK_MESSAGE_REMOVE_TYPE
- PM_NOYIELD → const PEEK_MESSAGE_REMOVE_TYPE
- PM_QS_INPUT → const PEEK_MESSAGE_REMOVE_TYPE
- PM_QS_PAINT → const PEEK_MESSAGE_REMOVE_TYPE
- PM_QS_POSTMESSAGE → const PEEK_MESSAGE_REMOVE_TYPE
- PM_QS_SENDMESSAGE → const PEEK_MESSAGE_REMOVE_TYPE
- PM_REMOVE → const PEEK_MESSAGE_REMOVE_TYPE
- pmBestFitDisabled → const CorPinvokeMap
- pmBestFitEnabled → const CorPinvokeMap
- pmBestFitMask → const CorPinvokeMap
- pmBestFitUseAssem → const CorPinvokeMap
- pmCallConvCdecl → const CorPinvokeMap
- pmCallConvFastcall → const CorPinvokeMap
- pmCallConvMask → const CorPinvokeMap
- pmCallConvStdcall → const CorPinvokeMap
- pmCallConvThiscall → const CorPinvokeMap
- pmCallConvWinapi → const CorPinvokeMap
- pmCharSetAnsi → const CorPinvokeMap
- pmCharSetAuto → const CorPinvokeMap
- pmCharSetMask → const CorPinvokeMap
- pmCharSetNotSpec → const CorPinvokeMap
- pmCharSetUnicode → const CorPinvokeMap
- pmMaxValue → const CorPinvokeMap
- pmNoMangle → const CorPinvokeMap
- pmSupportsLastError → const CorPinvokeMap
- pmThrowOnUnmappableCharDisabled → const CorPinvokeMap
- pmThrowOnUnmappableCharEnabled → const CorPinvokeMap
- pmThrowOnUnmappableCharMask → const CorPinvokeMap
- pmThrowOnUnmappableCharUseAssem → const CorPinvokeMap
- POINTER_CHANGE_FIFTHBUTTON_DOWN → const POINTER_BUTTON_CHANGE_TYPE
- The fifth button (see POINTER_FLAG_FIFTHBUTTON) transitioned to a pressed state.
- POINTER_CHANGE_FIFTHBUTTON_UP → const POINTER_BUTTON_CHANGE_TYPE
- The fifth button (see POINTER_FLAG_FIFTHBUTTON) transitioned to a released state.
- POINTER_CHANGE_FIRSTBUTTON_DOWN → const POINTER_BUTTON_CHANGE_TYPE
- The first button (see POINTER_FLAG_FIRSTBUTTON) transitioned to a pressed state.
- POINTER_CHANGE_FIRSTBUTTON_UP → const POINTER_BUTTON_CHANGE_TYPE
- The first button (see POINTER_FLAG_FIRSTBUTTON) transitioned to a released state.
- POINTER_CHANGE_FOURTHBUTTON_DOWN → const POINTER_BUTTON_CHANGE_TYPE
- The fourth button (see POINTER_FLAG_FOURTHBUTTON) transitioned to a pressed state.
- POINTER_CHANGE_FOURTHBUTTON_UP → const POINTER_BUTTON_CHANGE_TYPE
- The fourth button (see POINTER_FLAG_FOURTHBUTTON) transitioned to a released state.
- POINTER_CHANGE_NONE → const POINTER_BUTTON_CHANGE_TYPE
- No change in button state.
- POINTER_CHANGE_SECONDBUTTON_DOWN → const POINTER_BUTTON_CHANGE_TYPE
- The second button (see POINTER_FLAG_SECONDBUTTON) transitioned to a pressed state.
- POINTER_CHANGE_SECONDBUTTON_UP → const POINTER_BUTTON_CHANGE_TYPE
- The second button (see POINTER_FLAG_SECONDBUTTON) transitioned to a released state.
- POINTER_CHANGE_THIRDBUTTON_DOWN → const POINTER_BUTTON_CHANGE_TYPE
- The third button (see POINTER_FLAG_THIRDBUTTON) transitioned to a pressed state.
- POINTER_CHANGE_THIRDBUTTON_UP → const POINTER_BUTTON_CHANGE_TYPE
- The third button (see POINTER_FLAG_THIRDBUTTON) transitioned to a released state.
- POINTER_FLAG_CANCELED → const POINTER_FLAGS
- POINTER_FLAG_CAPTURECHANGED → const POINTER_FLAGS
- POINTER_FLAG_CONFIDENCE → const POINTER_FLAGS
- POINTER_FLAG_DOWN → const POINTER_FLAGS
- POINTER_FLAG_FIFTHBUTTON → const POINTER_FLAGS
- POINTER_FLAG_FIRSTBUTTON → const POINTER_FLAGS
- POINTER_FLAG_FOURTHBUTTON → const POINTER_FLAGS
- POINTER_FLAG_HASTRANSFORM → const POINTER_FLAGS
- POINTER_FLAG_HWHEEL → const POINTER_FLAGS
- POINTER_FLAG_INCONTACT → const POINTER_FLAGS
- POINTER_FLAG_INRANGE → const POINTER_FLAGS
- POINTER_FLAG_NEW → const POINTER_FLAGS
- POINTER_FLAG_NONE → const POINTER_FLAGS
- POINTER_FLAG_PRIMARY → const POINTER_FLAGS
- POINTER_FLAG_SECONDBUTTON → const POINTER_FLAGS
- POINTER_FLAG_THIRDBUTTON → const POINTER_FLAGS
- POINTER_FLAG_UP → const POINTER_FLAGS
- POINTER_FLAG_UPDATE → const POINTER_FLAGS
- POINTER_FLAG_WHEEL → const POINTER_FLAGS
- Polite → const LiveSetting
- POLYGONALCAPS → const GET_DEVICE_CAPS_INDEX
- PowerInformationInternal → const POWER_INFORMATION_LEVEL
- PowerInformationLevelMaximum → const POWER_INFORMATION_LEVEL
- PowerInformationLevelUnused0 → const POWER_INFORMATION_LEVEL
- PowerRequestAction → const POWER_INFORMATION_LEVEL
- PowerRequestActionInternal → const POWER_INFORMATION_LEVEL
- PowerRequestCreate → const POWER_INFORMATION_LEVEL
- PowerSettingNotificationName → const POWER_INFORMATION_LEVEL
- PowerShutdownNotification → const POWER_INFORMATION_LEVEL
- prHasDefault → const CorPropertyAttr
- PRINT_EXECUTION_CONTEXT_APPLICATION → const PRINT_EXECUTION_CONTEXT
- PRINT_EXECUTION_CONTEXT_FILTER_PIPELINE → const PRINT_EXECUTION_CONTEXT
- PRINT_EXECUTION_CONTEXT_SPOOLER_ISOLATION_HOST → const PRINT_EXECUTION_CONTEXT
- PRINT_EXECUTION_CONTEXT_SPOOLER_SERVICE → const PRINT_EXECUTION_CONTEXT
- PRINT_EXECUTION_CONTEXT_WOW64 → const PRINT_EXECUTION_CONTEXT
- PRINTER_ACCESS_ADMINISTER → const PRINTER_ACCESS_RIGHTS
- PRINTER_ACCESS_MANAGE_LIMITED → const PRINTER_ACCESS_RIGHTS
- PRINTER_ACCESS_USE → const PRINTER_ACCESS_RIGHTS
- PRINTER_ALL_ACCESS → const PRINTER_ACCESS_RIGHTS
- PRINTER_DELETE → const PRINTER_ACCESS_RIGHTS
- PRINTER_ENUM_CATEGORY_3D → const int
- PRINTER_ENUM_CATEGORY_ALL → const int
- PRINTER_ENUM_CONNECTIONS → const int
- PRINTER_ENUM_CONTAINER → const int
- PRINTER_ENUM_DEFAULT → const int
- PRINTER_ENUM_EXPAND → const int
- PRINTER_ENUM_FAVORITE → const int
- PRINTER_ENUM_HIDE → const int
- PRINTER_ENUM_ICON1 → const int
- PRINTER_ENUM_ICON2 → const int
- PRINTER_ENUM_ICON3 → const int
- PRINTER_ENUM_ICON4 → const int
- PRINTER_ENUM_ICON5 → const int
- PRINTER_ENUM_ICON6 → const int
- PRINTER_ENUM_ICON7 → const int
- PRINTER_ENUM_ICON8 → const int
- PRINTER_ENUM_ICONMASK → const int
- PRINTER_ENUM_LOCAL → const int
- PRINTER_ENUM_NAME → const int
- PRINTER_ENUM_NETWORK → const int
- PRINTER_ENUM_REMOTE → const int
- PRINTER_ENUM_SHARED → const int
- PRINTER_EXECUTE → const PRINTER_ACCESS_RIGHTS
- PRINTER_FONTTYPE → const CHOOSEFONT_FONT_TYPE
- PRINTER_OPTION_CACHE → const PRINTER_OPTION_FLAGS
- PRINTER_OPTION_CLIENT_CHANGE → const PRINTER_OPTION_FLAGS
- PRINTER_OPTION_NO_CACHE → const PRINTER_OPTION_FLAGS
- PRINTER_OPTION_NO_CLIENT_DATA → const PRINTER_OPTION_FLAGS
- PRINTER_READ → const PRINTER_ACCESS_RIGHTS
- PRINTER_READ_CONTROL → const PRINTER_ACCESS_RIGHTS
- PRINTER_STANDARD_RIGHTS_EXECUTE → const PRINTER_ACCESS_RIGHTS
- PRINTER_STANDARD_RIGHTS_READ → const PRINTER_ACCESS_RIGHTS
- PRINTER_STANDARD_RIGHTS_REQUIRED → const PRINTER_ACCESS_RIGHTS
- PRINTER_STANDARD_RIGHTS_WRITE → const PRINTER_ACCESS_RIGHTS
- PRINTER_SYNCHRONIZE → const PRINTER_ACCESS_RIGHTS
- PRINTER_WRITE → const PRINTER_ACCESS_RIGHTS
- PRINTER_WRITE_DAC → const PRINTER_ACCESS_RIGHTS
- PRINTER_WRITE_OWNER → const PRINTER_ACCESS_RIGHTS
- PROC_THREAD_ATTRIBUTE_ADDITIVE → const int
- PROC_THREAD_ATTRIBUTE_INPUT → const int
- PROC_THREAD_ATTRIBUTE_NUMBER → const int
- PROC_THREAD_ATTRIBUTE_PSEUDOCONSOLE → const int
- PROC_THREAD_ATTRIBUTE_THREAD → const int
- PROCESS_ALL_ACCESS → const PROCESS_ACCESS_RIGHTS
- PROCESS_CREATE_PROCESS → const PROCESS_ACCESS_RIGHTS
- PROCESS_CREATE_THREAD → const PROCESS_ACCESS_RIGHTS
- PROCESS_DELETE → const PROCESS_ACCESS_RIGHTS
- PROCESS_DPI_UNAWARE → const PROCESS_DPI_AWARENESS
- DPI unaware.
- PROCESS_DUP_HANDLE → const PROCESS_ACCESS_RIGHTS
- PROCESS_MODE_BACKGROUND_BEGIN → const PROCESS_CREATION_FLAGS
- PROCESS_MODE_BACKGROUND_END → const PROCESS_CREATION_FLAGS
- PROCESS_NAME_NATIVE → const PROCESS_NAME_FORMAT
- PROCESS_NAME_WIN32 → const PROCESS_NAME_FORMAT
- PROCESS_PER_MONITOR_DPI_AWARE → const PROCESS_DPI_AWARENESS
- Per monitor DPI aware.
- PROCESS_QUERY_INFORMATION → const PROCESS_ACCESS_RIGHTS
- PROCESS_QUERY_LIMITED_INFORMATION → const PROCESS_ACCESS_RIGHTS
- PROCESS_READ_CONTROL → const PROCESS_ACCESS_RIGHTS
- PROCESS_SET_INFORMATION → const PROCESS_ACCESS_RIGHTS
- PROCESS_SET_LIMITED_INFORMATION → const PROCESS_ACCESS_RIGHTS
- PROCESS_SET_QUOTA → const PROCESS_ACCESS_RIGHTS
- PROCESS_SET_SESSIONID → const PROCESS_ACCESS_RIGHTS
- PROCESS_STANDARD_RIGHTS_REQUIRED → const PROCESS_ACCESS_RIGHTS
- PROCESS_SUSPEND_RESUME → const PROCESS_ACCESS_RIGHTS
- PROCESS_SYNCHRONIZE → const PROCESS_ACCESS_RIGHTS
- PROCESS_SYSTEM_DPI_AWARE → const PROCESS_DPI_AWARENESS
- System DPI aware.
- PROCESS_TERMINATE → const PROCESS_ACCESS_RIGHTS
- PROCESS_VM_OPERATION → const PROCESS_ACCESS_RIGHTS
- PROCESS_VM_READ → const PROCESS_ACCESS_RIGHTS
- PROCESS_VM_WRITE → const PROCESS_ACCESS_RIGHTS
- PROCESS_WRITE_DAC → const PROCESS_ACCESS_RIGHTS
- PROCESS_WRITE_OWNER → const PROCESS_ACCESS_RIGHTS
- PROCESSOR_ARCHITECTURE_ALPHA → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_ALPHA64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_AMD64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_ARM → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_ARM32_ON_WIN64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_ARM64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_IA32_ON_ARM64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_IA32_ON_WIN64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_IA64 → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_INTEL → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_MIPS → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_MSIL → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_NEUTRAL → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_PPC → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_SHX → const PROCESSOR_ARCHITECTURE
- PROCESSOR_ARCHITECTURE_UNKNOWN → const PROCESSOR_ARCHITECTURE
- ProcessorCap → const POWER_INFORMATION_LEVEL
- ProcessorIdleDomains → const POWER_INFORMATION_LEVEL
- ProcessorIdleStates → const POWER_INFORMATION_LEVEL
- ProcessorIdleStatesHv → const POWER_INFORMATION_LEVEL
- ProcessorIdleVeto → const POWER_INFORMATION_LEVEL
- ProcessorInformation → const POWER_INFORMATION_LEVEL
- ProcessorInformationEx → const POWER_INFORMATION_LEVEL
- ProcessorLoad → const POWER_INFORMATION_LEVEL
- ProcessorPerfCapHv → const POWER_INFORMATION_LEVEL
- ProcessorPerfStates → const POWER_INFORMATION_LEVEL
- ProcessorPerfStatesHv → const POWER_INFORMATION_LEVEL
- ProcessorPowerPolicyAc → const POWER_INFORMATION_LEVEL
- ProcessorPowerPolicyCurrent → const POWER_INFORMATION_LEVEL
- ProcessorPowerPolicyDc → const POWER_INFORMATION_LEVEL
- ProcessorSetIdle → const POWER_INFORMATION_LEVEL
- ProcessorStateHandler → const POWER_INFORMATION_LEVEL
- ProcessorStateHandler2 → const POWER_INFORMATION_LEVEL
- ProcThreadAttributeAllApplicationPackagesPolicy → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeChildProcessPolicy → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeComponentFilter → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeDesktopAppPolicy → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeEnableOptionalXStateFeatures → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeGroupAffinity → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeHandleList → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeIdealProcessor → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeJobList → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeMachineType → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeMitigationAuditPolicy → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeMitigationPolicy → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeParentProcess → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributePreferredNode → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeProtectionLevel → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributePseudoConsole → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeSafeOpenPromptOriginClaim → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeSecurityCapabilities → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeSveVectorLength → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeTrustedApp → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeUmsThread → const PROC_THREAD_ATTRIBUTE_NUM
- ProcThreadAttributeWin32kFilter → const PROC_THREAD_ATTRIBUTE_NUM
- PRODUCT_ARM64_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_AZURE_NANO_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_AZURE_SERVER_AGENTBRIDGE → const OS_PRODUCT_TYPE
- PRODUCT_AZURE_SERVER_CLOUDHOST → const OS_PRODUCT_TYPE
- PRODUCT_AZURE_SERVER_CLOUDMOS → const OS_PRODUCT_TYPE
- PRODUCT_AZURE_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_AZURE_SERVER_NANOHOST → const OS_PRODUCT_TYPE
- PRODUCT_AZURESTACKHCI_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_BUSINESS → const OS_PRODUCT_TYPE
- PRODUCT_BUSINESS_N → const OS_PRODUCT_TYPE
- PRODUCT_CLOUD → const OS_PRODUCT_TYPE
- PRODUCT_CLOUD_HOST_INFRASTRUCTURE_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_CLOUD_STORAGE_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_CLOUDE → const OS_PRODUCT_TYPE
- PRODUCT_CLOUDEDITION → const OS_PRODUCT_TYPE
- PRODUCT_CLOUDEDITIONN → const OS_PRODUCT_TYPE
- PRODUCT_CLOUDEN → const OS_PRODUCT_TYPE
- PRODUCT_CLOUDN → const OS_PRODUCT_TYPE
- PRODUCT_CLUSTER_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_CLUSTER_SERVER_V → const OS_PRODUCT_TYPE
- PRODUCT_CONNECTED_CAR → const OS_PRODUCT_TYPE
- PRODUCT_CORE → const OS_PRODUCT_TYPE
- PRODUCT_CORE_ARM → const OS_PRODUCT_TYPE
- PRODUCT_CORE_CONNECTED → const OS_PRODUCT_TYPE
- PRODUCT_CORE_CONNECTED_COUNTRYSPECIFIC → const OS_PRODUCT_TYPE
- PRODUCT_CORE_CONNECTED_N → const OS_PRODUCT_TYPE
- PRODUCT_CORE_CONNECTED_SINGLELANGUAGE → const OS_PRODUCT_TYPE
- PRODUCT_CORE_COUNTRYSPECIFIC → const OS_PRODUCT_TYPE
- PRODUCT_CORE_N → const OS_PRODUCT_TYPE
- PRODUCT_CORE_SINGLELANGUAGE → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_A_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_EVALUATION_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_EVALUATION_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_NANO_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_SERVER_AZURE_EDITION → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_SERVER_CORE_AZURE_EDITION → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_SERVER_CORE_V → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_SERVER_V → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_WS_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_DATACENTER_WS_SERVER_CORE_AZURE_EDITION → const OS_PRODUCT_TYPE
- PRODUCT_EDUCATION → const OS_PRODUCT_TYPE
- PRODUCT_EDUCATION_N → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_A → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_AUTOMOTIVE → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_E → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_E_EVAL → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_EVAL → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_INDUSTRY → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_INDUSTRY_A → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_INDUSTRY_A_E → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_INDUSTRY_E → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_INDUSTRY_E_EVAL → const OS_PRODUCT_TYPE
- PRODUCT_EMBEDDED_INDUSTRY_EVAL → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_E → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_EVALUATION → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_N → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_N_EVALUATION → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_S → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_S_EVALUATION → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_S_N → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_S_N_EVALUATION → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SERVER_CORE_V → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SERVER_IA64 → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SERVER_V → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SUBSCRIPTION → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISE_SUBSCRIPTION_N → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISEG → const OS_PRODUCT_TYPE
- PRODUCT_ENTERPRISEGN → const OS_PRODUCT_TYPE
- PRODUCT_ESSENTIALBUSINESS_SERVER_ADDL → const OS_PRODUCT_TYPE
- PRODUCT_ESSENTIALBUSINESS_SERVER_ADDLSVC → const OS_PRODUCT_TYPE
- PRODUCT_ESSENTIALBUSINESS_SERVER_MGMT → const OS_PRODUCT_TYPE
- PRODUCT_ESSENTIALBUSINESS_SERVER_MGMTSVC → const OS_PRODUCT_TYPE
- PRODUCT_HOLOGRAPHIC → const OS_PRODUCT_TYPE
- PRODUCT_HOLOGRAPHIC_BUSINESS → const OS_PRODUCT_TYPE
- PRODUCT_HOME_BASIC → const OS_PRODUCT_TYPE
- PRODUCT_HOME_BASIC_E → const OS_PRODUCT_TYPE
- PRODUCT_HOME_BASIC_N → const OS_PRODUCT_TYPE
- PRODUCT_HOME_PREMIUM → const OS_PRODUCT_TYPE
- PRODUCT_HOME_PREMIUM_E → const OS_PRODUCT_TYPE
- PRODUCT_HOME_PREMIUM_N → const OS_PRODUCT_TYPE
- PRODUCT_HOME_PREMIUM_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_HOME_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_HUBOS → const OS_PRODUCT_TYPE
- PRODUCT_HYPERV → const OS_PRODUCT_TYPE
- PRODUCT_INDUSTRY_HANDHELD → const OS_PRODUCT_TYPE
- PRODUCT_IOTEDGEOS → const OS_PRODUCT_TYPE
- PRODUCT_IOTENTERPRISE → const OS_PRODUCT_TYPE
- PRODUCT_IOTENTERPRISEK → const OS_PRODUCT_TYPE
- PRODUCT_IOTENTERPRISES → const OS_PRODUCT_TYPE
- PRODUCT_IOTENTERPRISESEVAL → const OS_PRODUCT_TYPE
- PRODUCT_IOTENTERPRISESK → const OS_PRODUCT_TYPE
- PRODUCT_IOTOS → const OS_PRODUCT_TYPE
- PRODUCT_IOTUAP → const OS_PRODUCT_TYPE
- PRODUCT_LITE → const OS_PRODUCT_TYPE
- PRODUCT_MEDIUMBUSINESS_SERVER_MANAGEMENT → const OS_PRODUCT_TYPE
- PRODUCT_MEDIUMBUSINESS_SERVER_MESSAGING → const OS_PRODUCT_TYPE
- PRODUCT_MEDIUMBUSINESS_SERVER_SECURITY → const OS_PRODUCT_TYPE
- PRODUCT_MULTIPOINT_PREMIUM_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_MULTIPOINT_STANDARD_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_NANO_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_ONECOREUPDATEOS → const OS_PRODUCT_TYPE
- PRODUCT_PPI_PRO → const OS_PRODUCT_TYPE
- PRODUCT_PRO_CHINA → const OS_PRODUCT_TYPE
- PRODUCT_PRO_FOR_EDUCATION → const OS_PRODUCT_TYPE
- PRODUCT_PRO_FOR_EDUCATION_N → const OS_PRODUCT_TYPE
- PRODUCT_PRO_SINGLE_LANGUAGE → const OS_PRODUCT_TYPE
- PRODUCT_PRO_WORKSTATION → const OS_PRODUCT_TYPE
- PRODUCT_PRO_WORKSTATION_N → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_E → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_EMBEDDED → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_N → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_S → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_S_N → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_STUDENT → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_STUDENT_N → const OS_PRODUCT_TYPE
- PRODUCT_PROFESSIONAL_WMC → const OS_PRODUCT_TYPE
- PRODUCT_SB_SOLUTION_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_SB_SOLUTION_SERVER_EM → const OS_PRODUCT_TYPE
- PRODUCT_SERVER_FOR_SB_SOLUTIONS → const OS_PRODUCT_TYPE
- PRODUCT_SERVER_FOR_SB_SOLUTIONS_EM → const OS_PRODUCT_TYPE
- PRODUCT_SERVER_FOR_SMALLBUSINESS → const OS_PRODUCT_TYPE
- PRODUCT_SERVER_FOR_SMALLBUSINESS_V → const OS_PRODUCT_TYPE
- PRODUCT_SERVER_FOUNDATION → const OS_PRODUCT_TYPE
- PRODUCT_SERVERRDSH → const OS_PRODUCT_TYPE
- PRODUCT_SMALLBUSINESS_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_SMALLBUSINESS_SERVER_PREMIUM → const OS_PRODUCT_TYPE
- PRODUCT_SMALLBUSINESS_SERVER_PREMIUM_CORE → const OS_PRODUCT_TYPE
- PRODUCT_SOLUTION_EMBEDDEDSERVER → const OS_PRODUCT_TYPE
- PRODUCT_SOLUTION_EMBEDDEDSERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_A_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_EVALUATION_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_EVALUATION_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_NANO_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_SERVER_CORE_V → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_SERVER_SOLUTIONS → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_SERVER_SOLUTIONS_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_SERVER_V → const OS_PRODUCT_TYPE
- PRODUCT_STANDARD_WS_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STARTER → const OS_PRODUCT_TYPE
- PRODUCT_STARTER_E → const OS_PRODUCT_TYPE
- PRODUCT_STARTER_N → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_ENTERPRISE_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_ENTERPRISE_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_EXPRESS_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_EXPRESS_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_STANDARD_EVALUATION_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_STANDARD_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_STANDARD_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_WORKGROUP_EVALUATION_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_WORKGROUP_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_STORAGE_WORKGROUP_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_THINPC → const OS_PRODUCT_TYPE
- PRODUCT_ULTIMATE → const OS_PRODUCT_TYPE
- PRODUCT_ULTIMATE_E → const OS_PRODUCT_TYPE
- PRODUCT_ULTIMATE_N → const OS_PRODUCT_TYPE
- PRODUCT_UNDEFINED → const OS_PRODUCT_TYPE
- PRODUCT_UNLICENSED → const OS_PRODUCT_TYPE
- PRODUCT_UTILITY_VM → const OS_PRODUCT_TYPE
- PRODUCT_VALIDATION → const OS_PRODUCT_TYPE
- PRODUCT_WEB_SERVER → const OS_PRODUCT_TYPE
- PRODUCT_WEB_SERVER_CORE → const OS_PRODUCT_TYPE
- PRODUCT_WNC → const OS_PRODUCT_TYPE
- PRODUCT_XBOX_DURANGOHOSTOS → const OS_PRODUCT_TYPE
- PRODUCT_XBOX_ERAOS → const OS_PRODUCT_TYPE
- PRODUCT_XBOX_GAMEOS → const OS_PRODUCT_TYPE
- PRODUCT_XBOX_KEYSTONE → const OS_PRODUCT_TYPE
- PRODUCT_XBOX_SCARLETTHOSTOS → const OS_PRODUCT_TYPE
- PRODUCT_XBOX_SYSTEMOS → const OS_PRODUCT_TYPE
- PROFILE_KERNEL → const PROCESS_CREATION_FLAGS
- PROFILE_SERVER → const PROCESS_CREATION_FLAGS
- PROFILE_USER → const PROCESS_CREATION_FLAGS
- PROGRESS_CANCEL → const COPYPROGRESSROUTINE_PROGRESS
- PROGRESS_CLASS → const String
- PROGRESS_CONTINUE → const COPYPROGRESSROUTINE_PROGRESS
- PROGRESS_QUIET → const COPYPROGRESSROUTINE_PROGRESS
- PROGRESS_STOP → const COPYPROGRESSROUTINE_PROGRESS
- PROOF_QUALITY → const FONT_QUALITY
- PropertyConditionFlags_IgnoreCase → const PropertyConditionFlags
- Comparison of string properties is not case-sensitive.
- PropertyConditionFlags_MatchSubstring → const PropertyConditionFlags
- Comparison of substring properties is enabled.
- PropertyConditionFlags_None → const PropertyConditionFlags
- No flags.
- PROTECTED_DACL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- PROTECTED_SACL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- ProviderOptions_ClientSideProvider → const ProviderOptions
- The provider is a client-side (proxy) provider.
- ProviderOptions_HasNativeIAccessible → const ProviderOptions
- The provider implements the IAccessible interface.
- ProviderOptions_NonClientAreaProvider → const ProviderOptions
- The provider is a non-client-area provider.
- ProviderOptions_OverrideProvider → const ProviderOptions
- The provider overrides another provider.
- ProviderOptions_ProviderOwnsSetFocus → const ProviderOptions
- The provider handles its own focus, and does not want UI Automation to set focus to the nearest window on its behalf.
- ProviderOptions_RefuseNonClientSupport → const ProviderOptions
- The provider handles its own non-client area and does not want UI Automation to provide default accessibility support for controls in the non-client area, such as minimize/maximize buttons and menu bars.
- ProviderOptions_ServerSideProvider → const ProviderOptions
- The provider is a server-side provider.
- ProviderOptions_UseClientCoordinates → const ProviderOptions
- The provider works in client coordinates instead of screen coordinates.
- ProviderOptions_UseComThreading → const ProviderOptions
- The provider has explicit support for COM threading models, so that calls by UI Automation on COM-based providers are received on the appropriate thread.
- prReservedMask → const CorPropertyAttr
- prRTSpecialName → const CorPropertyAttr
- PRSPEC_LPWSTR → const PROPSPEC_KIND
- PRSPEC_PROPID → const PROPSPEC_KIND
- prSpecialName → const CorPropertyAttr
- prUnused → const CorPropertyAttr
- PS_ALTERNATE → const PEN_STYLE
- PS_COSMETIC → const PEN_STYLE
- PS_DASH → const PEN_STYLE
- PS_DASHDOT → const PEN_STYLE
- PS_DASHDOTDOT → const PEN_STYLE
- PS_DOT → const PEN_STYLE
- PS_ENDCAP_FLAT → const PEN_STYLE
- PS_ENDCAP_MASK → const PEN_STYLE
- PS_ENDCAP_ROUND → const PEN_STYLE
- PS_ENDCAP_SQUARE → const PEN_STYLE
- PS_GEOMETRIC → const PEN_STYLE
- PS_INSIDEFRAME → const PEN_STYLE
- PS_JOIN_BEVEL → const PEN_STYLE
- PS_JOIN_MASK → const PEN_STYLE
- PS_JOIN_MITER → const PEN_STYLE
- PS_JOIN_ROUND → const PEN_STYLE
- PS_NULL → const PEN_STYLE
- PS_SOLID → const PEN_STYLE
- PS_STYLE_MASK → const PEN_STYLE
- PS_TYPE_MASK → const PEN_STYLE
- PS_USERSTYLE → const PEN_STYLE
- PT_MOUSE → const POINTER_INPUT_TYPE
- PT_PEN → const POINTER_INPUT_TYPE
- PT_POINTER → const POINTER_INPUT_TYPE
- PT_TOUCH → const POINTER_INPUT_TYPE
- PT_TOUCHPAD → const POINTER_INPUT_TYPE
- PURGE_RXABORT → const PURGE_COMM_FLAGS
- PURGE_RXCLEAR → const PURGE_COMM_FLAGS
- PURGE_TXABORT → const PURGE_COMM_FLAGS
- PURGE_TXCLEAR → const PURGE_COMM_FLAGS
- PW_CLIENTONLY → const PRINT_WINDOW_FLAGS
- QS_ALLEVENTS → const QUEUE_STATUS_FLAGS
- QS_ALLINPUT → const QUEUE_STATUS_FLAGS
- QS_ALLPOSTMESSAGE → const QUEUE_STATUS_FLAGS
- QS_HOTKEY → const QUEUE_STATUS_FLAGS
- QS_INPUT → const QUEUE_STATUS_FLAGS
- QS_KEY → const QUEUE_STATUS_FLAGS
- QS_MOUSE → const QUEUE_STATUS_FLAGS
- QS_MOUSEBUTTON → const QUEUE_STATUS_FLAGS
- QS_MOUSEMOVE → const QUEUE_STATUS_FLAGS
- QS_PAINT → const QUEUE_STATUS_FLAGS
- QS_POINTER → const int
- QS_POSTMESSAGE → const QUEUE_STATUS_FLAGS
- QS_RAWINPUT → const QUEUE_STATUS_FLAGS
- QS_SENDMESSAGE → const QUEUE_STATUS_FLAGS
- QS_TIMER → const QUEUE_STATUS_FLAGS
- QS_TOUCH → const int
- QueryPotentialDripsConstraint → const POWER_INFORMATION_LEVEL
- RASTERCAPS → const GET_DEVICE_CAPS_INDEX
- RBS_DISABLED → const RESTOREBUTTONSTATES
- RBS_HOT → const RESTOREBUTTONSTATES
- RBS_NORMAL → const RESTOREBUTTONSTATES
- RBS_PUSHED → const RESTOREBUTTONSTATES
- RC_BANDING → const int
- RC_BIGFONT → const int
- RC_BITBLT → const int
- RC_BITMAP64 → const int
- RC_DEVBITS → const int
- RC_DI_BITMAP → const int
- RC_DIBTODEV → const int
- RC_FLOODFILL → const int
- RC_GDI20_OUTPUT → const int
- RC_GDI20_STATE → const int
- RC_OP_DX_OUTPUT → const int
- RC_PALETTE → const int
- RC_SAVEBITMAP → const int
- RC_SCALING → const int
- RC_STRETCHBLT → const int
- RC_STRETCHDIB → const int
- RDW_ALLCHILDREN → const REDRAW_WINDOW_FLAGS
- RDW_ERASE → const REDRAW_WINDOW_FLAGS
- RDW_ERASENOW → const REDRAW_WINDOW_FLAGS
- RDW_FRAME → const REDRAW_WINDOW_FLAGS
- RDW_INTERNALPAINT → const REDRAW_WINDOW_FLAGS
- RDW_INVALIDATE → const REDRAW_WINDOW_FLAGS
- RDW_NOCHILDREN → const REDRAW_WINDOW_FLAGS
- RDW_NOERASE → const REDRAW_WINDOW_FLAGS
- RDW_NOFRAME → const REDRAW_WINDOW_FLAGS
- RDW_NOINTERNALPAINT → const REDRAW_WINDOW_FLAGS
- RDW_UPDATENOW → const REDRAW_WINDOW_FLAGS
- RDW_VALIDATE → const REDRAW_WINDOW_FLAGS
- READ_CONTROL → const FILE_ACCESS_RIGHTS
- REALTIME_PRIORITY_CLASS → const PROCESS_CREATION_FLAGS
- REG_BINARY → const REG_VALUE_TYPE
- REG_CREATED_NEW_KEY → const REG_CREATE_KEY_DISPOSITION
- REG_DWORD → const REG_VALUE_TYPE
- REG_DWORD_BIG_ENDIAN → const REG_VALUE_TYPE
- REG_DWORD_LITTLE_ENDIAN → const REG_VALUE_TYPE
- REG_EXPAND_SZ → const REG_VALUE_TYPE
- REG_FORCE_RESTORE → const REG_RESTORE_KEY_FLAGS
- REG_FULL_RESOURCE_DESCRIPTOR → const REG_VALUE_TYPE
- REG_LATEST_FORMAT → const REG_SAVE_FORMAT
- REG_LINK → const REG_VALUE_TYPE
- REG_MULTI_SZ → const REG_VALUE_TYPE
- REG_NO_COMPRESSION → const REG_SAVE_FORMAT
- REG_NONE → const REG_VALUE_TYPE
- REG_NOTIFY_CHANGE_ATTRIBUTES → const REG_NOTIFY_FILTER
- REG_NOTIFY_CHANGE_LAST_SET → const REG_NOTIFY_FILTER
- REG_NOTIFY_CHANGE_NAME → const REG_NOTIFY_FILTER
- REG_NOTIFY_CHANGE_SECURITY → const REG_NOTIFY_FILTER
- REG_NOTIFY_THREAD_AGNOSTIC → const REG_NOTIFY_FILTER
- REG_OPENED_EXISTING_KEY → const REG_CREATE_KEY_DISPOSITION
- REG_OPTION_BACKUP_RESTORE → const REG_OPEN_CREATE_OPTIONS
- REG_OPTION_CREATE_LINK → const REG_OPEN_CREATE_OPTIONS
- REG_OPTION_DONT_VIRTUALIZE → const REG_OPEN_CREATE_OPTIONS
- REG_OPTION_NON_VOLATILE → const REG_OPEN_CREATE_OPTIONS
- REG_OPTION_OPEN_LINK → const REG_OPEN_CREATE_OPTIONS
- REG_OPTION_RESERVED → const REG_OPEN_CREATE_OPTIONS
- REG_OPTION_VOLATILE → const REG_OPEN_CREATE_OPTIONS
- REG_QWORD → const REG_VALUE_TYPE
- REG_QWORD_LITTLE_ENDIAN → const REG_VALUE_TYPE
- REG_RESOURCE_LIST → const REG_VALUE_TYPE
- REG_RESOURCE_REQUIREMENTS_LIST → const REG_VALUE_TYPE
- REG_STANDARD_FORMAT → const REG_SAVE_FORMAT
- REG_SZ → const REG_VALUE_TYPE
- REG_WHOLE_HIVE_VOLATILE → const REG_RESTORE_KEY_FLAGS
- REGDB_E_CLASSNOTREG → const HRESULT
-
Represents the HRESULT value
0x80040154(-2147221164). - REGDB_E_IIDNOTREG → const HRESULT
-
Represents the HRESULT value
0x80040155(-2147221163). - RegisterSpmPowerSettings → const POWER_INFORMATION_LEVEL
- REGULAR_FONTTYPE → const CHOOSEFONT_FONT_TYPE
- RelationAll → const LOGICAL_PROCESSOR_RELATIONSHIP
- On input, retrieves information about all possible relationship types.
- RelationCache → const LOGICAL_PROCESSOR_RELATIONSHIP
- The specified logical processors share a cache.
- RelationGroup → const LOGICAL_PROCESSOR_RELATIONSHIP
- The specified logical processors share a single processor group.
- RelationNumaNode → const LOGICAL_PROCESSOR_RELATIONSHIP
- The specified logical processors are part of the same NUMA node.
- RelationNumaNodeEx → const LOGICAL_PROCESSOR_RELATIONSHIP
- Requests that the full affinity be returned.
- RelationProcessorCore → const LOGICAL_PROCESSOR_RELATIONSHIP
- The specified logical processors share a single processor core.
- RelationProcessorDie → const LOGICAL_PROCESSOR_RELATIONSHIP
- The specified logical processors share a single processor die.
- RelationProcessorModule → const LOGICAL_PROCESSOR_RELATIONSHIP
- RelationProcessorPackage → const LOGICAL_PROCESSOR_RELATIONSHIP
- The specified logical processors share a physical package (a single package socketed or soldered onto a motherboard may contain multiple processor cores or threads, each of which is treated as a separate processor by the operating system).
- RemovableMedia → const MEDIA_TYPE
- Removable media other than floppy.
- RGN_AND → const RGN_COMBINE_MODE
- RGN_COPY → const RGN_COMBINE_MODE
- RGN_DIFF → const RGN_COMBINE_MODE
- RGN_ERROR → const GDI_REGION_TYPE
- RGN_MAX → const RGN_COMBINE_MODE
- RGN_MIN → const RGN_COMBINE_MODE
- RGN_OR → const RGN_COMBINE_MODE
- RGN_XOR → const RGN_COMBINE_MODE
- RID_HEADER → const RAW_INPUT_DATA_COMMAND_FLAGS
- RID_INPUT → const RAW_INPUT_DATA_COMMAND_FLAGS
- RIDEV_APPKEYS → const RAWINPUTDEVICE_FLAGS
- RIDEV_CAPTUREMOUSE → const RAWINPUTDEVICE_FLAGS
- RIDEV_DEVNOTIFY → const RAWINPUTDEVICE_FLAGS
- RIDEV_EXCLUDE → const RAWINPUTDEVICE_FLAGS
- RIDEV_EXINPUTSINK → const RAWINPUTDEVICE_FLAGS
- RIDEV_INPUTSINK → const RAWINPUTDEVICE_FLAGS
- RIDEV_NOHOTKEYS → const RAWINPUTDEVICE_FLAGS
- RIDEV_NOLEGACY → const RAWINPUTDEVICE_FLAGS
- RIDEV_PAGEONLY → const RAWINPUTDEVICE_FLAGS
- RIDEV_REMOVE → const RAWINPUTDEVICE_FLAGS
- RIDI_DEVICEINFO → const RAW_INPUT_DEVICE_INFO_COMMAND
- RIDI_DEVICENAME → const RAW_INPUT_DEVICE_INFO_COMMAND
- RIDI_PREPARSEDDATA → const RAW_INPUT_DEVICE_INFO_COMMAND
- RIGHT_ALT_PRESSED → const int
- RIGHT_CTRL_PRESSED → const int
- RIGHTMOST_BUTTON_PRESSED → const int
- RIM_TYPEHID → const RID_DEVICE_INFO_TYPE
- RIM_TYPEKEYBOARD → const RID_DEVICE_INFO_TYPE
- RIM_TYPEMOUSE → const RID_DEVICE_INFO_TYPE
- RO_E_CHANGE_NOTIFICATION_IN_PROGRESS → const HRESULT
-
Represents the HRESULT value
0x80000015(-2147483627). - RO_E_CLOSED → const HRESULT
-
Represents the HRESULT value
0x80000013(-2147483629). - RO_E_ERROR_STRING_NOT_FOUND → const HRESULT
-
Represents the HRESULT value
0x80000016(-2147483626). - RO_E_EXCLUSIVE_WRITE → const HRESULT
-
Represents the HRESULT value
0x80000014(-2147483628). - RO_E_INVALID_METADATA_FILE → const HRESULT
-
Represents the HRESULT value
0x80000012(-2147483630). - RO_E_METADATA_INVALID_TYPE_FORMAT → const HRESULT
-
Represents the HRESULT value
0x80000011(-2147483631). - RO_E_METADATA_NAME_IS_NAMESPACE → const HRESULT
-
Represents the HRESULT value
0x80000010(-2147483632). - RO_E_METADATA_NAME_NOT_FOUND → const HRESULT
-
Represents the HRESULT value
0x8000000F(-2147483633). - RO_INIT_MULTITHREADED → const RO_INIT_TYPE
- Initializes the thread for multi-threaded concurrency.
- RO_INIT_SINGLETHREADED → const RO_INIT_TYPE
- ROTFLAGS_ALLOWANYCLIENT → const ROT_FLAGS
- ROTFLAGS_REGISTRATIONKEEPSALIVE → const ROT_FLAGS
- RowOrColumnMajor_ColumnMajor → const RowOrColumnMajor
- Data in the table should be read column by column.
- RowOrColumnMajor_Indeterminate → const RowOrColumnMajor
- The best way to present the data is indeterminate.
- RowOrColumnMajor_RowMajor → const RowOrColumnMajor
- Data in the table should be read row by row.
- RPC_C_AUTHN_DCE_PRIVATE → const int
- RPC_C_AUTHN_DCE_PUBLIC → const int
- RPC_C_AUTHN_DEC_PUBLIC → const int
- RPC_C_AUTHN_DPA → const int
- RPC_C_AUTHN_GSS_KERBEROS → const int
- RPC_C_AUTHN_GSS_NEGOTIATE → const int
- RPC_C_AUTHN_GSS_SCHANNEL → const int
- RPC_C_AUTHN_LEVEL_CALL → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_LEVEL_CONNECT → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_LEVEL_DEFAULT → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_LEVEL_NONE → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_LEVEL_PKT → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_LEVEL_PKT_INTEGRITY → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_LEVEL_PKT_PRIVACY → const RPC_C_AUTHN_LEVEL
- RPC_C_AUTHN_MSN → const int
- RPC_C_AUTHN_NONE → const int
- RPC_C_AUTHN_WINNT → const int
- RPC_C_AUTHZ_DCE → const int
- RPC_C_AUTHZ_DEFAULT → const int
- RPC_C_AUTHZ_NAME → const int
- RPC_C_AUTHZ_NONE → const int
- RPC_C_IMP_LEVEL_ANONYMOUS → const RPC_C_IMP_LEVEL
- RPC_C_IMP_LEVEL_DEFAULT → const RPC_C_IMP_LEVEL
- RPC_C_IMP_LEVEL_DELEGATE → const RPC_C_IMP_LEVEL
- RPC_C_IMP_LEVEL_IDENTIFY → const RPC_C_IMP_LEVEL
- RPC_C_IMP_LEVEL_IMPERSONATE → const RPC_C_IMP_LEVEL
- RPC_E_CHANGED_MODE → const HRESULT
-
Represents the HRESULT value
0x80010106(-2147417850). - RPC_E_TOO_LATE → const HRESULT
-
Represents the HRESULT value
0x80010119(-2147417831). - RPC_S_ACCESS_DENIED → const RPC_STATUS
- RPC_S_ADDRESS_ERROR → const RPC_STATUS
- RPC_S_ALREADY_LISTENING → const RPC_STATUS
- RPC_S_ALREADY_REGISTERED → const RPC_STATUS
- RPC_S_ASYNC_CALL_PENDING → const RPC_STATUS
- RPC_S_BINDING_HAS_NO_AUTH → const RPC_STATUS
- RPC_S_BINDING_INCOMPLETE → const RPC_STATUS
- RPC_S_BUFFER_TOO_SMALL → const RPC_STATUS
- RPC_S_CALL_CANCELLED → const RPC_STATUS
- RPC_S_CALL_FAILED → const RPC_STATUS
- RPC_S_CALL_FAILED_DNE → const RPC_STATUS
- RPC_S_CALL_IN_PROGRESS → const RPC_STATUS
- RPC_S_CANNOT_SUPPORT → const RPC_STATUS
- RPC_S_CANT_CREATE_ENDPOINT → const RPC_STATUS
- RPC_S_COMM_FAILURE → const RPC_STATUS
- RPC_S_COOKIE_AUTH_FAILED → const RPC_STATUS
- RPC_S_DO_NOT_DISTURB → const RPC_STATUS
- RPC_S_DUPLICATE_ENDPOINT → const RPC_STATUS
- RPC_S_ENTRY_ALREADY_EXISTS → const RPC_STATUS
- RPC_S_ENTRY_NOT_FOUND → const RPC_STATUS
- RPC_S_ENTRY_TYPE_MISMATCH → const RPC_STATUS
- RPC_S_FP_DIV_ZERO → const RPC_STATUS
- RPC_S_FP_OVERFLOW → const RPC_STATUS
- RPC_S_FP_UNDERFLOW → const RPC_STATUS
- RPC_S_GROUP_MEMBER_NOT_FOUND → const RPC_STATUS
- RPC_S_GRP_ELT_NOT_ADDED → const RPC_STATUS
- RPC_S_GRP_ELT_NOT_REMOVED → const RPC_STATUS
- RPC_S_INCOMPLETE_NAME → const RPC_STATUS
- RPC_S_INTERFACE_NOT_EXPORTED → const RPC_STATUS
- RPC_S_INTERFACE_NOT_FOUND → const RPC_STATUS
- RPC_S_INTERNAL_ERROR → const RPC_STATUS
- RPC_S_INVALID_ARG → const RPC_STATUS
- RPC_S_INVALID_ASYNC_CALL → const RPC_STATUS
- RPC_S_INVALID_ASYNC_HANDLE → const RPC_STATUS
- RPC_S_INVALID_AUTH_IDENTITY → const RPC_STATUS
- RPC_S_INVALID_BINDING → const RPC_STATUS
- RPC_S_INVALID_BOUND → const RPC_STATUS
- RPC_S_INVALID_ENDPOINT_FORMAT → const RPC_STATUS
- RPC_S_INVALID_LEVEL → const RPC_STATUS
- RPC_S_INVALID_NAF_ID → const RPC_STATUS
- RPC_S_INVALID_NAME_SYNTAX → const RPC_STATUS
- RPC_S_INVALID_NET_ADDR → const RPC_STATUS
- RPC_S_INVALID_NETWORK_OPTIONS → const RPC_STATUS
- RPC_S_INVALID_OBJECT → const RPC_STATUS
- RPC_S_INVALID_RPC_PROTSEQ → const RPC_STATUS
- RPC_S_INVALID_SECURITY_DESC → const RPC_STATUS
- RPC_S_INVALID_STRING_BINDING → const RPC_STATUS
- RPC_S_INVALID_STRING_UUID → const RPC_STATUS
- RPC_S_INVALID_TAG → const RPC_STATUS
- RPC_S_INVALID_TIMEOUT → const RPC_STATUS
- RPC_S_INVALID_VERS_OPTION → const RPC_STATUS
- RPC_S_MAX_CALLS_TOO_SMALL → const RPC_STATUS
- RPC_S_NAME_SERVICE_UNAVAILABLE → const RPC_STATUS
- RPC_S_NO_BINDINGS → const RPC_STATUS
- RPC_S_NO_CALL_ACTIVE → const RPC_STATUS
- RPC_S_NO_CONTEXT_AVAILABLE → const RPC_STATUS
- RPC_S_NO_ENDPOINT_FOUND → const RPC_STATUS
- RPC_S_NO_ENTRY_NAME → const RPC_STATUS
- RPC_S_NO_INTERFACES → const RPC_STATUS
- RPC_S_NO_MORE_BINDINGS → const RPC_STATUS
- RPC_S_NO_MORE_MEMBERS → const RPC_STATUS
- RPC_S_NO_PRINC_NAME → const RPC_STATUS
- RPC_S_NO_PROTSEQS → const RPC_STATUS
- RPC_S_NO_PROTSEQS_REGISTERED → const RPC_STATUS
- RPC_S_NOT_ALL_OBJS_EXPORTED → const RPC_STATUS
- RPC_S_NOT_ALL_OBJS_UNEXPORTED → const RPC_STATUS
- RPC_S_NOT_CANCELLED → const RPC_STATUS
- RPC_S_NOT_ENOUGH_QUOTA → const RPC_STATUS
- RPC_S_NOT_LISTENING → const RPC_STATUS
- RPC_S_NOT_RPC_ERROR → const RPC_STATUS
- RPC_S_NOTHING_TO_EXPORT → const RPC_STATUS
- RPC_S_OBJECT_NOT_FOUND → const RPC_STATUS
- RPC_S_OK → const RPC_STATUS
- RPC_S_OUT_OF_MEMORY → const RPC_STATUS
- RPC_S_OUT_OF_RESOURCES → const RPC_STATUS
- RPC_S_OUT_OF_THREADS → const RPC_STATUS
- RPC_S_PRF_ELT_NOT_ADDED → const RPC_STATUS
- RPC_S_PRF_ELT_NOT_REMOVED → const RPC_STATUS
- RPC_S_PROCNUM_OUT_OF_RANGE → const RPC_STATUS
- RPC_S_PROFILE_NOT_ADDED → const RPC_STATUS
- RPC_S_PROTOCOL_ERROR → const RPC_STATUS
- RPC_S_PROTSEQ_NOT_FOUND → const RPC_STATUS
- RPC_S_PROTSEQ_NOT_SUPPORTED → const RPC_STATUS
- RPC_S_PROXY_ACCESS_DENIED → const RPC_STATUS
- RPC_S_RUNTIME_UNINITIALIZED → const RPC_STATUS
- RPC_S_SEC_PKG_ERROR → const RPC_STATUS
- RPC_S_SEND_INCOMPLETE → const RPC_STATUS
- RPC_S_SERVER_OUT_OF_MEMORY → const RPC_STATUS
- RPC_S_SERVER_TOO_BUSY → const RPC_STATUS
- RPC_S_SERVER_UNAVAILABLE → const RPC_STATUS
- RPC_S_STRING_TOO_LONG → const RPC_STATUS
- RPC_S_SYSTEM_HANDLE_COUNT_EXCEEDED → const RPC_STATUS
- RPC_S_SYSTEM_HANDLE_TYPE_MISMATCH → const RPC_STATUS
- RPC_S_TIMEOUT → const RPC_STATUS
- RPC_S_TYPE_ALREADY_REGISTERED → const RPC_STATUS
- RPC_S_UNKNOWN_AUTHN_LEVEL → const RPC_STATUS
- RPC_S_UNKNOWN_AUTHN_SERVICE → const RPC_STATUS
- RPC_S_UNKNOWN_AUTHN_TYPE → const RPC_STATUS
- RPC_S_UNKNOWN_AUTHZ_SERVICE → const RPC_STATUS
- RPC_S_UNKNOWN_IF → const RPC_STATUS
- RPC_S_UNKNOWN_MGR_TYPE → const RPC_STATUS
- RPC_S_UNKNOWN_PRINCIPAL → const RPC_STATUS
- RPC_S_UNSUPPORTED_AUTHN_LEVEL → const RPC_STATUS
- RPC_S_UNSUPPORTED_NAME_SYNTAX → const RPC_STATUS
- RPC_S_UNSUPPORTED_TRANS_SYN → const RPC_STATUS
- RPC_S_UNSUPPORTED_TYPE → const RPC_STATUS
- RPC_S_UUID_LOCAL_ONLY → const RPC_STATUS
- RPC_S_UUID_NO_ADDRESS → const RPC_STATUS
- RPC_S_WRONG_KIND_OF_BINDING → const RPC_STATUS
- RPC_S_ZERO_DIVIDE → const RPC_STATUS
- RRF_NOEXPAND → const REG_ROUTINE_FLAGS
- RRF_RT_ANY → const REG_ROUTINE_FLAGS
- RRF_RT_DWORD → const REG_ROUTINE_FLAGS
- RRF_RT_QWORD → const REG_ROUTINE_FLAGS
- RRF_RT_REG_BINARY → const REG_ROUTINE_FLAGS
- RRF_RT_REG_DWORD → const REG_ROUTINE_FLAGS
- RRF_RT_REG_EXPAND_SZ → const REG_ROUTINE_FLAGS
- RRF_RT_REG_MULTI_SZ → const REG_ROUTINE_FLAGS
- RRF_RT_REG_NONE → const REG_ROUTINE_FLAGS
- RRF_RT_REG_QWORD → const REG_ROUTINE_FLAGS
- RRF_RT_REG_SZ → const REG_ROUTINE_FLAGS
- RRF_SUBKEY_WOW6432KEY → const REG_ROUTINE_FLAGS
- RRF_SUBKEY_WOW6464KEY → const REG_ROUTINE_FLAGS
- RRF_WOW64_MASK → const REG_ROUTINE_FLAGS
- RRF_ZEROONFAILURE → const REG_ROUTINE_FLAGS
- RSMB → const FIRMWARE_TABLE_PROVIDER
- RTS_CONTROL_DISABLE → const int
- Disables the RTS line when the device is opened and leaves it disabled.
- RTS_CONTROL_ENABLE → const int
- Enables the RTS line when the device is opened and leaves it on.
- RTS_CONTROL_HANDSHAKE → const int
- Enables RTS handshaking.
- RTS_CONTROL_TOGGLE → const int
- Specifies that the RTS line will be high if bytes are available for transmission.
- RUSSIAN_CHARSET → const FONT_CHARSET
- S_FALSE → const HRESULT
-
Represents the HRESULT value
0x1(1). - S_OK → const HRESULT
-
Represents the HRESULT value
0x0(0). - SACL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- SAFT11kHz16BitMono → const SpeechAudioFormatType
- SAFT11kHz16BitStereo → const SpeechAudioFormatType
- SAFT11kHz8BitMono → const SpeechAudioFormatType
- SAFT11kHz8BitStereo → const SpeechAudioFormatType
- SAFT12kHz16BitMono → const SpeechAudioFormatType
- SAFT12kHz16BitStereo → const SpeechAudioFormatType
- SAFT12kHz8BitMono → const SpeechAudioFormatType
- SAFT12kHz8BitStereo → const SpeechAudioFormatType
- SAFT16kHz16BitMono → const SpeechAudioFormatType
- SAFT16kHz16BitStereo → const SpeechAudioFormatType
- SAFT16kHz8BitMono → const SpeechAudioFormatType
- SAFT16kHz8BitStereo → const SpeechAudioFormatType
- SAFT22kHz16BitMono → const SpeechAudioFormatType
- SAFT22kHz16BitStereo → const SpeechAudioFormatType
- SAFT22kHz8BitMono → const SpeechAudioFormatType
- SAFT22kHz8BitStereo → const SpeechAudioFormatType
- SAFT24kHz16BitMono → const SpeechAudioFormatType
- SAFT24kHz16BitStereo → const SpeechAudioFormatType
- SAFT24kHz8BitMono → const SpeechAudioFormatType
- SAFT24kHz8BitStereo → const SpeechAudioFormatType
- SAFT32kHz16BitMono → const SpeechAudioFormatType
- SAFT32kHz16BitStereo → const SpeechAudioFormatType
- SAFT32kHz8BitMono → const SpeechAudioFormatType
- SAFT32kHz8BitStereo → const SpeechAudioFormatType
- SAFT44kHz16BitMono → const SpeechAudioFormatType
- SAFT44kHz16BitStereo → const SpeechAudioFormatType
- SAFT44kHz8BitMono → const SpeechAudioFormatType
- SAFT44kHz8BitStereo → const SpeechAudioFormatType
- SAFT48kHz16BitMono → const SpeechAudioFormatType
- SAFT48kHz16BitStereo → const SpeechAudioFormatType
- SAFT48kHz8BitMono → const SpeechAudioFormatType
- SAFT48kHz8BitStereo → const SpeechAudioFormatType
- SAFT8kHz16BitMono → const SpeechAudioFormatType
- SAFT8kHz16BitStereo → const SpeechAudioFormatType
- SAFT8kHz8BitMono → const SpeechAudioFormatType
- SAFT8kHz8BitStereo → const SpeechAudioFormatType
- SAFTADPCM_11kHzMono → const SpeechAudioFormatType
- SAFTADPCM_11kHzStereo → const SpeechAudioFormatType
- SAFTADPCM_22kHzMono → const SpeechAudioFormatType
- SAFTADPCM_22kHzStereo → const SpeechAudioFormatType
- SAFTADPCM_44kHzMono → const SpeechAudioFormatType
- SAFTADPCM_44kHzStereo → const SpeechAudioFormatType
- SAFTADPCM_8kHzMono → const SpeechAudioFormatType
- SAFTADPCM_8kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_ALaw_11kHzMono → const SpeechAudioFormatType
- SAFTCCITT_ALaw_11kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_ALaw_22kHzMono → const SpeechAudioFormatType
- SAFTCCITT_ALaw_22kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_ALaw_44kHzMono → const SpeechAudioFormatType
- SAFTCCITT_ALaw_44kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_ALaw_8kHzMono → const SpeechAudioFormatType
- SAFTCCITT_ALaw_8kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_uLaw_11kHzMono → const SpeechAudioFormatType
- SAFTCCITT_uLaw_11kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_uLaw_22kHzMono → const SpeechAudioFormatType
- SAFTCCITT_uLaw_22kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_uLaw_44kHzMono → const SpeechAudioFormatType
- SAFTCCITT_uLaw_44kHzStereo → const SpeechAudioFormatType
- SAFTCCITT_uLaw_8kHzMono → const SpeechAudioFormatType
- SAFTCCITT_uLaw_8kHzStereo → const SpeechAudioFormatType
- SAFTDefault → const SpeechAudioFormatType
- SAFTExtendedAudioFormat → const SpeechAudioFormatType
- SAFTGSM610_11kHzMono → const SpeechAudioFormatType
- SAFTGSM610_22kHzMono → const SpeechAudioFormatType
- SAFTGSM610_44kHzMono → const SpeechAudioFormatType
- SAFTGSM610_8kHzMono → const SpeechAudioFormatType
- SAFTNoAssignedFormat → const SpeechAudioFormatType
- SAFTNonStandardFormat → const SpeechAudioFormatType
- SAFTText → const SpeechAudioFormatType
- SAFTTrueSpeech_8kHz1BitMono → const SpeechAudioFormatType
- SB_BOTH → const SCROLLBAR_CONSTANTS
- SB_BOTTOM → const SCROLLBAR_COMMAND
- SB_CONST_ALPHA → const int
- SB_CTL → const SCROLLBAR_CONSTANTS
- SB_ENDSCROLL → const SCROLLBAR_COMMAND
- SB_GRAD_RECT → const int
- SB_GRAD_TRI → const int
- SB_HORZ → const SCROLLBAR_CONSTANTS
- SB_LEFT → const SCROLLBAR_COMMAND
- SB_LINEDOWN → const SCROLLBAR_COMMAND
- SB_LINELEFT → const SCROLLBAR_COMMAND
- SB_LINERIGHT → const SCROLLBAR_COMMAND
- SB_LINEUP → const SCROLLBAR_COMMAND
- SB_NONE → const int
- SB_PAGEDOWN → const SCROLLBAR_COMMAND
- SB_PAGELEFT → const SCROLLBAR_COMMAND
- SB_PAGERIGHT → const SCROLLBAR_COMMAND
- SB_PAGEUP → const SCROLLBAR_COMMAND
- SB_PIXEL_ALPHA → const int
- SB_PREMULT_ALPHA → const int
- SB_RIGHT → const SCROLLBAR_COMMAND
- SB_SETPARTS → const int
- Sets the number of parts in a status window and the coordinate of the right edge of each part.
- SB_SETTEXT → const int
- Sets the text in the specified part of a status window.
- SB_THUMBPOSITION → const SCROLLBAR_COMMAND
- SB_THUMBTRACK → const SCROLLBAR_COMMAND
- SB_TOP → const SCROLLBAR_COMMAND
- SB_VERT → const SCROLLBAR_CONSTANTS
- SBARS_SIZEGRIP → const int
- SBS_DISABLED → const SYSBUTTONSTATES
- SBS_HOT → const SYSBUTTONSTATES
- SBS_NORMAL → const SYSBUTTONSTATES
- SBS_PUSHED → const SYSBUTTONSTATES
- SC_ACTION_NONE → const SC_ACTION_TYPE
- SC_ACTION_OWN_RESTART → const SC_ACTION_TYPE
- SC_ACTION_REBOOT → const SC_ACTION_TYPE
- SC_ACTION_RESTART → const SC_ACTION_TYPE
- SC_ACTION_RUN_COMMAND → const SC_ACTION_TYPE
- SC_CLOSE → const int
- SC_CONTEXTHELP → const int
- SC_DEFAULT → const int
- SC_DLG_FORCE_UI → const int
- SC_DLG_MINIMAL_UI → const int
- SC_DLG_NO_UI → const int
- SC_ENUM_PROCESS_INFO → const SC_ENUM_TYPE
- SC_HOTKEY → const int
- SC_HSCROLL → const int
- SC_KEYMENU → const int
- SC_MANAGER_ALL_ACCESS → const int
- SC_MANAGER_CONNECT → const int
- SC_MANAGER_ENUMERATE_SERVICE → const int
- SC_MAXIMIZE → const int
- SC_MINIMIZE → const int
- SC_MONITORPOWER → const int
- SC_MOUSEMENU → const int
- SC_MOVE → const int
- SC_NEXTWINDOW → const int
- SC_PREVWINDOW → const int
- SC_RESTORE → const int
- SC_SCREENSAVE → const int
- SC_SIZE → const int
- SC_STATUS_PROCESS_INFO → const SC_STATUS_TYPE
- SC_TASKLIST → const int
- SC_VSCROLL → const int
- SCALE_100_PERCENT → const DEVICE_SCALE_FACTOR
- 100%.
- SCALE_120_PERCENT → const DEVICE_SCALE_FACTOR
- 120%.
- SCALE_125_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_140_PERCENT → const DEVICE_SCALE_FACTOR
- 140%.
- SCALE_150_PERCENT → const DEVICE_SCALE_FACTOR
- 150%.
- SCALE_160_PERCENT → const DEVICE_SCALE_FACTOR
- 160%.
- SCALE_175_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_180_PERCENT → const DEVICE_SCALE_FACTOR
- 180%.
- SCALE_200_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_225_PERCENT → const DEVICE_SCALE_FACTOR
- 225%.
- SCALE_250_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_300_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_350_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_400_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_450_PERCENT → const DEVICE_SCALE_FACTOR
- SCALE_500_PERCENT → const DEVICE_SCALE_FACTOR
- SCALINGFACTORX → const GET_DEVICE_CAPS_INDEX
- SCALINGFACTORY → const GET_DEVICE_CAPS_INDEX
- SCARD_ABSENT → const int
- SCARD_AUDIT_CHV_FAILURE → const int
- SCARD_AUDIT_CHV_SUCCESS → const int
- SCARD_COLD_RESET → const int
- SCARD_E_BAD_SEEK → const HRESULT
-
Represents the HRESULT value
0x80100029(-2146435031). - SCARD_E_CANCELLED → const HRESULT
-
Represents the HRESULT value
0x80100002(-2146435070). - SCARD_E_CANT_DISPOSE → const HRESULT
-
Represents the HRESULT value
0x8010000E(-2146435058). - SCARD_E_CARD_UNSUPPORTED → const HRESULT
-
Represents the HRESULT value
0x8010001C(-2146435044). - SCARD_E_CERTIFICATE_UNAVAILABLE → const HRESULT
-
Represents the HRESULT value
0x8010002D(-2146435027). - SCARD_E_COMM_DATA_LOST → const HRESULT
-
Represents the HRESULT value
0x8010002F(-2146435025). - SCARD_E_DIR_NOT_FOUND → const HRESULT
-
Represents the HRESULT value
0x80100023(-2146435037). - SCARD_E_DUPLICATE_READER → const HRESULT
-
Represents the HRESULT value
0x8010001B(-2146435045). - SCARD_E_FILE_NOT_FOUND → const HRESULT
-
Represents the HRESULT value
0x80100024(-2146435036). - SCARD_E_ICC_CREATEORDER → const HRESULT
-
Represents the HRESULT value
0x80100021(-2146435039). - SCARD_E_ICC_INSTALLATION → const HRESULT
-
Represents the HRESULT value
0x80100020(-2146435040). - SCARD_E_INSUFFICIENT_BUFFER → const HRESULT
-
Represents the HRESULT value
0x80100008(-2146435064). - SCARD_E_INVALID_ATR → const HRESULT
-
Represents the HRESULT value
0x80100015(-2146435051). - SCARD_E_INVALID_CHV → const HRESULT
-
Represents the HRESULT value
0x8010002A(-2146435030). - SCARD_E_INVALID_HANDLE → const HRESULT
-
Represents the HRESULT value
0x80100003(-2146435069). - SCARD_E_INVALID_PARAMETER → const HRESULT
-
Represents the HRESULT value
0x80100004(-2146435068). - SCARD_E_INVALID_TARGET → const HRESULT
-
Represents the HRESULT value
0x80100005(-2146435067). - SCARD_E_INVALID_VALUE → const HRESULT
-
Represents the HRESULT value
0x80100011(-2146435055). - SCARD_E_NO_ACCESS → const HRESULT
-
Represents the HRESULT value
0x80100027(-2146435033). - SCARD_E_NO_DIR → const HRESULT
-
Represents the HRESULT value
0x80100025(-2146435035). - SCARD_E_NO_FILE → const HRESULT
-
Represents the HRESULT value
0x80100026(-2146435034). - SCARD_E_NO_KEY_CONTAINER → const HRESULT
-
Represents the HRESULT value
0x80100030(-2146435024). - SCARD_E_NO_MEMORY → const HRESULT
-
Represents the HRESULT value
0x80100006(-2146435066). - SCARD_E_NO_PIN_CACHE → const HRESULT
-
Represents the HRESULT value
0x80100033(-2146435021). - SCARD_E_NO_READERS_AVAILABLE → const HRESULT
-
Represents the HRESULT value
0x8010002E(-2146435026). - SCARD_E_NO_SERVICE → const HRESULT
-
Represents the HRESULT value
0x8010001D(-2146435043). - SCARD_E_NO_SMARTCARD → const HRESULT
-
Represents the HRESULT value
0x8010000C(-2146435060). - SCARD_E_NO_SUCH_CERTIFICATE → const HRESULT
-
Represents the HRESULT value
0x8010002C(-2146435028). - SCARD_E_NOT_READY → const HRESULT
-
Represents the HRESULT value
0x80100010(-2146435056). - SCARD_E_NOT_TRANSACTED → const HRESULT
-
Represents the HRESULT value
0x80100016(-2146435050). - SCARD_E_PCI_TOO_SMALL → const HRESULT
-
Represents the HRESULT value
0x80100019(-2146435047). - SCARD_E_PIN_CACHE_EXPIRED → const HRESULT
-
Represents the HRESULT value
0x80100032(-2146435022). - SCARD_E_PROTO_MISMATCH → const HRESULT
-
Represents the HRESULT value
0x8010000F(-2146435057). - SCARD_E_READ_ONLY_CARD → const HRESULT
-
Represents the HRESULT value
0x80100034(-2146435020). - SCARD_E_READER_UNAVAILABLE → const HRESULT
-
Represents the HRESULT value
0x80100017(-2146435049). - SCARD_E_READER_UNSUPPORTED → const HRESULT
-
Represents the HRESULT value
0x8010001A(-2146435046). - SCARD_E_SERVER_TOO_BUSY → const HRESULT
-
Represents the HRESULT value
0x80100031(-2146435023). - SCARD_E_SERVICE_STOPPED → const HRESULT
-
Represents the HRESULT value
0x8010001E(-2146435042). - SCARD_E_SHARING_VIOLATION → const HRESULT
-
Represents the HRESULT value
0x8010000B(-2146435061). - SCARD_E_SYSTEM_CANCELLED → const HRESULT
-
Represents the HRESULT value
0x80100012(-2146435054). - SCARD_E_TIMEOUT → const HRESULT
-
Represents the HRESULT value
0x8010000A(-2146435062). - SCARD_E_UNEXPECTED → const HRESULT
-
Represents the HRESULT value
0x8010001F(-2146435041). - SCARD_E_UNKNOWN_CARD → const HRESULT
-
Represents the HRESULT value
0x8010000D(-2146435059). - SCARD_E_UNKNOWN_READER → const HRESULT
-
Represents the HRESULT value
0x80100009(-2146435063). - SCARD_E_UNKNOWN_RES_MNG → const HRESULT
-
Represents the HRESULT value
0x8010002B(-2146435029). - SCARD_E_UNSUPPORTED_FEATURE → const HRESULT
-
Represents the HRESULT value
0x80100022(-2146435038). - SCARD_E_WRITE_TOO_MANY → const HRESULT
-
Represents the HRESULT value
0x80100028(-2146435032). - SCARD_EJECT_CARD → const int
- SCARD_F_COMM_ERROR → const HRESULT
-
Represents the HRESULT value
0x80100013(-2146435053). - SCARD_F_UNKNOWN_ERROR → const HRESULT
-
Represents the HRESULT value
0x80100014(-2146435052). - SCARD_F_WAITED_TOO_LONG → const HRESULT
-
Represents the HRESULT value
0x80100007(-2146435065). - SCARD_LEAVE_CARD → const int
- SCARD_NEGOTIABLE → const int
- SCARD_P_SHUTDOWN → const HRESULT
-
Represents the HRESULT value
0x80100018(-2146435048). - SCARD_POWER_DOWN → const int
- SCARD_POWERED → const int
- SCARD_PRESENT → const int
- SCARD_PROTOCOL_DEFAULT → const int
- SCARD_PROTOCOL_OPTIMAL → const int
- SCARD_PROTOCOL_RAW → const int
- SCARD_PROTOCOL_T0 → const int
- SCARD_PROTOCOL_T1 → const int
- SCARD_PROTOCOL_Tx → const int constant
- Bitwise OR combination of both of the two International Standards Organization (IS0) transmission protocols SCARD_PROTOCOL_T0 and SCARD_PROTOCOL_T1.
- SCARD_PROTOCOL_UNDEFINED → const int
- SCARD_PROVIDER_CARD_MODULE → const int
- SCARD_PROVIDER_CSP → const int
- SCARD_PROVIDER_KSP → const int
- SCARD_PROVIDER_PRIMARY → const int
- SCARD_RESET_CARD → const int
- SCARD_S_SUCCESS → const int constant
- Successful.
- SCARD_SCOPE_SYSTEM → const SCARD_SCOPE
- SCARD_SCOPE_TERMINAL → const int
- SCARD_SCOPE_USER → const SCARD_SCOPE
- SCARD_SHARE_DIRECT → const int
- SCARD_SHARE_EXCLUSIVE → const int
- SCARD_SHARE_SHARED → const int
- SCARD_SPECIFIC → const int
- SCARD_STATE_ATRMATCH → const SCARD_STATE
- SCARD_STATE_CHANGED → const SCARD_STATE
- SCARD_STATE_EMPTY → const SCARD_STATE
- SCARD_STATE_EXCLUSIVE → const SCARD_STATE
- SCARD_STATE_IGNORE → const SCARD_STATE
- SCARD_STATE_INUSE → const SCARD_STATE
- SCARD_STATE_MUTE → const SCARD_STATE
- SCARD_STATE_PRESENT → const SCARD_STATE
- SCARD_STATE_UNAVAILABLE → const SCARD_STATE
- SCARD_STATE_UNAWARE → const SCARD_STATE
- SCARD_STATE_UNKNOWN → const SCARD_STATE
- SCARD_SWALLOWED → const int
- SCARD_UNKNOWN → const int
- SCARD_UNPOWER_CARD → const int
- SCARD_W_CACHE_ITEM_NOT_FOUND → const HRESULT
-
Represents the HRESULT value
0x80100070(-2146434960). - SCARD_W_CACHE_ITEM_STALE → const HRESULT
-
Represents the HRESULT value
0x80100071(-2146434959). - SCARD_W_CACHE_ITEM_TOO_BIG → const HRESULT
-
Represents the HRESULT value
0x80100072(-2146434958). - SCARD_W_CANCELLED_BY_USER → const HRESULT
-
Represents the HRESULT value
0x8010006E(-2146434962). - SCARD_W_CARD_NOT_AUTHENTICATED → const HRESULT
-
Represents the HRESULT value
0x8010006F(-2146434961). - SCARD_W_CHV_BLOCKED → const HRESULT
-
Represents the HRESULT value
0x8010006C(-2146434964). - SCARD_W_EOF → const HRESULT
-
Represents the HRESULT value
0x8010006D(-2146434963). - SCARD_W_REMOVED_CARD → const HRESULT
-
Represents the HRESULT value
0x80100069(-2146434967). - SCARD_W_RESET_CARD → const HRESULT
-
Represents the HRESULT value
0x80100068(-2146434968). - SCARD_W_SECURITY_VIOLATION → const HRESULT
-
Represents the HRESULT value
0x8010006A(-2146434966). - SCARD_W_UNPOWERED_CARD → const HRESULT
-
Represents the HRESULT value
0x80100067(-2146434969). - SCARD_W_UNRESPONSIVE_CARD → const HRESULT
-
Represents the HRESULT value
0x80100066(-2146434970). - SCARD_W_UNSUPPORTED_CARD → const HRESULT
-
Represents the HRESULT value
0x80100065(-2146434971). - SCARD_W_WRONG_CHV → const HRESULT
-
Represents the HRESULT value
0x8010006B(-2146434965). - SCARD_WARM_RESET → const int
- SCBS_DISABLED → const SMALLCLOSEBUTTONSTATES
- SCBS_HOT → const SMALLCLOSEBUTTONSTATES
- SCBS_NORMAL → const SMALLCLOSEBUTTONSTATES
- SCBS_PUSHED → const SMALLCLOSEBUTTONSTATES
- SCF_ISSECURE → const int
- SCOPE_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- SCREEN_FONTTYPE → const CHOOSEFONT_FONT_TYPE
- ScreenOff → const POWER_INFORMATION_LEVEL
- ScrollAmount_LargeDecrement → const ScrollAmount
- Scrolling is done in large decrements, equivalent to pressing the PAGE UP key or clicking on a blank part of a scroll bar.
- ScrollAmount_LargeIncrement → const ScrollAmount
- Scrolling is done in large increments, equivalent to pressing the PAGE DOWN or PAGE UP key or clicking on a blank part of a scroll bar.
- ScrollAmount_NoAmount → const ScrollAmount
- No scrolling is done.
- ScrollAmount_SmallDecrement → const ScrollAmount
- Scrolling is done in small decrements, equivalent to pressing an arrow key or clicking the arrow button on a scroll bar.
- ScrollAmount_SmallIncrement → const ScrollAmount
- Scrolling is done in small increments, equivalent to pressing an arrow key or clicking the arrow button on a scroll bar.
- SCROLLLOCK_ON → const int
- SCS_32BIT_BINARY → const int
- SCS_64BIT_BINARY → const int
- SCS_ACTIVE → const SMALLCAPTIONSTATES
- SCS_DISABLED → const SMALLCAPTIONSTATES
- SCS_DOS_BINARY → const int
- SCS_INACTIVE → const SMALLCAPTIONSTATES
- SCS_OS216_BINARY → const int
- SCS_PIF_BINARY → const int
- SCS_POSIX_BINARY → const int
- SCS_WOW_BINARY → const int
- SD_BOTH → const WINSOCK_SHUTDOWN_HOW
- SD_RECEIVE → const WINSOCK_SHUTDOWN_HOW
- SD_SEND → const WINSOCK_SHUTDOWN_HOW
- SDC_ALLOW_CHANGES → const SET_DISPLAY_CONFIG_FLAGS
- SDC_ALLOW_PATH_ORDER_CHANGES → const SET_DISPLAY_CONFIG_FLAGS
- SDC_APPLY → const SET_DISPLAY_CONFIG_FLAGS
- SDC_FORCE_MODE_ENUMERATION → const SET_DISPLAY_CONFIG_FLAGS
- SDC_NO_OPTIMIZATION → const SET_DISPLAY_CONFIG_FLAGS
- SDC_PATH_PERSIST_IF_REQUIRED → const SET_DISPLAY_CONFIG_FLAGS
- SDC_SAVE_TO_DATABASE → const SET_DISPLAY_CONFIG_FLAGS
- SDC_TOPOLOGY_CLONE → const SET_DISPLAY_CONFIG_FLAGS
- SDC_TOPOLOGY_EXTEND → const SET_DISPLAY_CONFIG_FLAGS
- SDC_TOPOLOGY_EXTERNAL → const SET_DISPLAY_CONFIG_FLAGS
- SDC_TOPOLOGY_INTERNAL → const SET_DISPLAY_CONFIG_FLAGS
- SDC_TOPOLOGY_SUPPLIED → const SET_DISPLAY_CONFIG_FLAGS
- SDC_USE_DATABASE_CURRENT → const SET_DISPLAY_CONFIG_FLAGS
- SDC_USE_SUPPLIED_DISPLAY_CONFIG → const SET_DISPLAY_CONFIG_FLAGS
- SDC_VALIDATE → const SET_DISPLAY_CONFIG_FLAGS
- SDC_VIRTUAL_MODE_AWARE → const SET_DISPLAY_CONFIG_FLAGS
- SDC_VIRTUAL_REFRESH_RATE_AWARE → const SET_DISPLAY_CONFIG_FLAGS
- SDKLCurrentConfig → const SpeechDataKeyLocation
- SDKLCurrentUser → const SpeechDataKeyLocation
- SDKLDefaultLocation → const SpeechDataKeyLocation
- SDKLLocalMachine → const SpeechDataKeyLocation
- SDP_ST_INT128 → const SDP_SPECIFICTYPE
- SDP_ST_INT16 → const SDP_SPECIFICTYPE
- SDP_ST_INT32 → const SDP_SPECIFICTYPE
- SDP_ST_INT64 → const SDP_SPECIFICTYPE
- SDP_ST_INT8 → const SDP_SPECIFICTYPE
- SDP_ST_NONE → const SDP_SPECIFICTYPE
- SDP_ST_UINT128 → const SDP_SPECIFICTYPE
- SDP_ST_UINT16 → const SDP_SPECIFICTYPE
- SDP_ST_UINT32 → const SDP_SPECIFICTYPE
- SDP_ST_UINT64 → const SDP_SPECIFICTYPE
- SDP_ST_UINT8 → const SDP_SPECIFICTYPE
- SDP_ST_UUID128 → const SDP_SPECIFICTYPE
- SDP_ST_UUID16 → const SDP_SPECIFICTYPE
- SDP_ST_UUID32 → const SDP_SPECIFICTYPE
- SDP_TYPE_ALTERNATIVE → const SDP_TYPE
- SDP_TYPE_BOOLEAN → const SDP_TYPE
- SDP_TYPE_CONTAINER → const SDP_TYPE
- SDP_TYPE_INT → const SDP_TYPE
- SDP_TYPE_NIL → const SDP_TYPE
- SDP_TYPE_SEQUENCE → const SDP_TYPE
- SDP_TYPE_STRING → const SDP_TYPE
- SDP_TYPE_UINT → const SDP_TYPE
- SDP_TYPE_URL → const SDP_TYPE
- SDP_TYPE_UUID → const SDP_TYPE
- SE_DACL_AUTO_INHERIT_REQ → const SECURITY_DESCRIPTOR_CONTROL
- SE_DACL_AUTO_INHERITED → const SECURITY_DESCRIPTOR_CONTROL
- SE_DACL_DEFAULTED → const SECURITY_DESCRIPTOR_CONTROL
- SE_DACL_PRESENT → const SECURITY_DESCRIPTOR_CONTROL
- SE_DACL_PROTECTED → const SECURITY_DESCRIPTOR_CONTROL
- SE_GROUP_DEFAULTED → const SECURITY_DESCRIPTOR_CONTROL
- SE_OWNER_DEFAULTED → const SECURITY_DESCRIPTOR_CONTROL
- SE_RM_CONTROL_VALID → const SECURITY_DESCRIPTOR_CONTROL
- SE_SACL_AUTO_INHERIT_REQ → const SECURITY_DESCRIPTOR_CONTROL
- SE_SACL_AUTO_INHERITED → const SECURITY_DESCRIPTOR_CONTROL
- SE_SACL_DEFAULTED → const SECURITY_DESCRIPTOR_CONTROL
- SE_SACL_PRESENT → const SECURITY_DESCRIPTOR_CONTROL
- SE_SACL_PROTECTED → const SECURITY_DESCRIPTOR_CONTROL
- SE_SELF_RELATIVE → const SECURITY_DESCRIPTOR_CONTROL
- SEC_64K_PAGES → const PAGE_PROTECTION_FLAGS
- SEC_COMMIT → const PAGE_PROTECTION_FLAGS
- SEC_E_OK → const HRESULT
-
Represents the HRESULT value
0x0(0). - SEC_FILE → const PAGE_PROTECTION_FLAGS
- SEC_IMAGE → const PAGE_PROTECTION_FLAGS
- SEC_IMAGE_NO_EXECUTE → const PAGE_PROTECTION_FLAGS
- SEC_LARGE_PAGES → const PAGE_PROTECTION_FLAGS
- SEC_NOCACHE → const PAGE_PROTECTION_FLAGS
- SEC_PARTITION_OWNER_HANDLE → const PAGE_PROTECTION_FLAGS
- SEC_PROTECTED_IMAGE → const PAGE_PROTECTION_FLAGS
- SEC_RESERVE → const PAGE_PROTECTION_FLAGS
- SEC_WRITECOMBINE → const PAGE_PROTECTION_FLAGS
- SECURITY_ANONYMOUS → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_CONTEXT_TRACKING → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_DELEGATION → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_EFFECTIVE_ONLY → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_IDENTIFICATION → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_IMPERSONATION → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_SQOS_PRESENT → const FILE_FLAGS_AND_ATTRIBUTES
- SECURITY_VALID_SQOS_FLAGS → const FILE_FLAGS_AND_ATTRIBUTES
- SEM_ALL_ERRORS → const THREAD_ERROR_MODE
- SEM_FAILCRITICALERRORS → const THREAD_ERROR_MODE
- SEM_NOALIGNMENTFAULTEXCEPT → const THREAD_ERROR_MODE
- SEM_NOGPFAULTERRORBOX → const THREAD_ERROR_MODE
- SEM_NOOPENFILEERRORBOX → const THREAD_ERROR_MODE
- SEMAPHORE_ALL_ACCESS → const SYNCHRONIZATION_ACCESS_RIGHTS
- SEMAPHORE_MODIFY_STATE → const SYNCHRONIZATION_ACCESS_RIGHTS
- SendSuspendResumeNotification → const POWER_INFORMATION_LEVEL
- SENSOR_STATE_ACCESS_DENIED → const SensorState
- The sensor is available, but the user account does not have permission to access the sensor data.
- SENSOR_STATE_ERROR → const SensorState
- The sensor has raised an error.
- SENSOR_STATE_INITIALIZING → const SensorState
- The sensor is available, but performing initialization.
- SENSOR_STATE_MAX → const SensorState
- Maximum enumerated sensor state.
- SENSOR_STATE_MIN → const SensorState
- Minimum enumerated sensor state.
- SENSOR_STATE_NO_DATA → const SensorState
- The sensor is available but does not have data.
- SENSOR_STATE_NOT_AVAILABLE → const SensorState
- The sensor is not available for use.
- SENSOR_STATE_READY → const SensorState
- Ready to send sensor data.
- SERVER_ACCESS_ADMINISTER → const PRINTER_ACCESS_RIGHTS
- SERVER_ACCESS_ENUMERATE → const PRINTER_ACCESS_RIGHTS
- SERVER_ALL_ACCESS → const PRINTER_ACCESS_RIGHTS
- SERVER_EXECUTE → const PRINTER_ACCESS_RIGHTS
- SERVER_READ → const PRINTER_ACCESS_RIGHTS
- SERVER_WRITE → const PRINTER_ACCESS_RIGHTS
- ServerCharacteristicConfiguration → const BTH_LE_GATT_DESCRIPTOR_TYPE
- The characteristic value may be configured for the server.
- SERVICE_ACTIVE → const ENUM_SERVICE_STATE
- SERVICE_ADAPTER → const ENUM_SERVICE_TYPE
- SERVICE_ALL_ACCESS → const int
- SERVICE_AUTO_START → const SERVICE_START_TYPE
- SERVICE_BOOT_START → const SERVICE_START_TYPE
- SERVICE_CONFIG_DELAYED_AUTO_START_INFO → const SERVICE_CONFIG
- SERVICE_CONFIG_DESCRIPTION → const SERVICE_CONFIG
- SERVICE_CONFIG_FAILURE_ACTIONS → const SERVICE_CONFIG
- SERVICE_CONFIG_FAILURE_ACTIONS_FLAG → const SERVICE_CONFIG
- SERVICE_CONFIG_LAUNCH_PROTECTED → const SERVICE_CONFIG
- SERVICE_CONFIG_PREFERRED_NODE → const SERVICE_CONFIG
- SERVICE_CONFIG_PRESHUTDOWN_INFO → const SERVICE_CONFIG
- SERVICE_CONFIG_REQUIRED_PRIVILEGES_INFO → const SERVICE_CONFIG
- SERVICE_CONFIG_SERVICE_SID_INFO → const SERVICE_CONFIG
- SERVICE_CONFIG_TRIGGER_INFO → const SERVICE_CONFIG
- SERVICE_CONTINUE_PENDING → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_CONTROL_STOP → const int
- Notifies a service that it should stop.
- SERVICE_DEMAND_START → const SERVICE_START_TYPE
- SERVICE_DISABLED → const SERVICE_START_TYPE
- SERVICE_DRIVER → const ENUM_SERVICE_TYPE
- SERVICE_ENUMERATE_DEPENDENTS → const int
- SERVICE_ERROR_CRITICAL → const SERVICE_ERROR
- SERVICE_ERROR_IGNORE → const SERVICE_ERROR
- SERVICE_ERROR_NORMAL → const SERVICE_ERROR
- SERVICE_ERROR_SEVERE → const SERVICE_ERROR
- SERVICE_FILE_SYSTEM_DRIVER → const ENUM_SERVICE_TYPE
- SERVICE_INACTIVE → const ENUM_SERVICE_STATE
- SERVICE_KERNEL_DRIVER → const ENUM_SERVICE_TYPE
- SERVICE_NOTIFY_CONTINUE_PENDING → const SERVICE_NOTIFY
- SERVICE_NOTIFY_CREATED → const SERVICE_NOTIFY
- SERVICE_NOTIFY_DELETE_PENDING → const SERVICE_NOTIFY
- SERVICE_NOTIFY_DELETED → const SERVICE_NOTIFY
- SERVICE_NOTIFY_PAUSE_PENDING → const SERVICE_NOTIFY
- SERVICE_NOTIFY_PAUSED → const SERVICE_NOTIFY
- SERVICE_NOTIFY_RUNNING → const SERVICE_NOTIFY
- SERVICE_NOTIFY_START_PENDING → const SERVICE_NOTIFY
- SERVICE_NOTIFY_STOP_PENDING → const SERVICE_NOTIFY
- SERVICE_NOTIFY_STOPPED → const SERVICE_NOTIFY
- SERVICE_PAUSE_PENDING → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_PAUSED → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_QUERY_STATUS → const int
- SERVICE_RECOGNIZER_DRIVER → const ENUM_SERVICE_TYPE
- SERVICE_RUNNING → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_RUNS_IN_NON_SYSTEM_OR_NOT_RUNNING → const SERVICE_RUNS_IN_PROCESS
- SERVICE_RUNS_IN_SYSTEM_PROCESS → const SERVICE_RUNS_IN_PROCESS
- SERVICE_START → const int
- SERVICE_START_PENDING → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_STATE_ALL → const ENUM_SERVICE_STATE
- SERVICE_STOP → const int
- SERVICE_STOP_PENDING → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_STOPPED → const SERVICE_STATUS_CURRENT_STATE
- SERVICE_SYSTEM_START → const SERVICE_START_TYPE
- SERVICE_TRIGGER_ACTION_SERVICE_START → const SERVICE_TRIGGER_ACTION
- SERVICE_TRIGGER_ACTION_SERVICE_STOP → const SERVICE_TRIGGER_ACTION
- SERVICE_TRIGGER_DATA_TYPE_BINARY → const SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE
- SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ALL → const SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE
- SERVICE_TRIGGER_DATA_TYPE_KEYWORD_ANY → const SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE
- SERVICE_TRIGGER_DATA_TYPE_LEVEL → const SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE
- SERVICE_TRIGGER_DATA_TYPE_STRING → const SERVICE_TRIGGER_SPECIFIC_DATA_ITEM_DATA_TYPE
- SERVICE_TRIGGER_TYPE_CUSTOM → const SERVICE_TRIGGER_TYPE
- SERVICE_TRIGGER_TYPE_DEVICE_INTERFACE_ARRIVAL → const SERVICE_TRIGGER_TYPE
- SERVICE_TRIGGER_TYPE_DOMAIN_JOIN → const SERVICE_TRIGGER_TYPE
- SERVICE_TRIGGER_TYPE_FIREWALL_PORT_EVENT → const SERVICE_TRIGGER_TYPE
- SERVICE_TRIGGER_TYPE_GROUP_POLICY → const SERVICE_TRIGGER_TYPE
- SERVICE_TRIGGER_TYPE_IP_ADDRESS_AVAILABILITY → const SERVICE_TRIGGER_TYPE
- SERVICE_TRIGGER_TYPE_NETWORK_ENDPOINT → const SERVICE_TRIGGER_TYPE
- SERVICE_USER_OWN_PROCESS → const ENUM_SERVICE_TYPE
- SERVICE_USER_SHARE_PROCESS → const ENUM_SERVICE_TYPE
- SERVICE_WIN32 → const ENUM_SERVICE_TYPE
- SERVICE_WIN32_OWN_PROCESS → const ENUM_SERVICE_TYPE
- SERVICE_WIN32_SHARE_PROCESS → const ENUM_SERVICE_TYPE
- ServiceDirectoryPersistentState → const SERVICE_DIRECTORY_TYPE
- Mutable, persistent service state.
- ServiceDirectoryTypeMax → const SERVICE_DIRECTORY_TYPE
- Reserved.
- ServiceRegistryStateParameters → const SERVICE_REGISTRY_STATE_TYPE
- Immutable service state, populated by INF to the Parameters subkey.
- ServiceRegistryStatePersistent → const SERVICE_REGISTRY_STATE_TYPE
- Mutable, persistent service state.
- Mutable, persistent service state.
- Mutable, persistent service state.
- SessionAllowExternalDmaDevices → const POWER_INFORMATION_LEVEL
- SessionConnectNotification → const POWER_INFORMATION_LEVEL
- SessionDisplayState → const POWER_INFORMATION_LEVEL
- SessionLockState → const POWER_INFORMATION_LEVEL
- SessionPowerCleanup → const POWER_INFORMATION_LEVEL
- SessionPowerInit → const POWER_INFORMATION_LEVEL
- SessionRITState → const POWER_INFORMATION_LEVEL
- SETBREAK → const ESCAPE_COMM_FUNCTION
- SETDTR → const ESCAPE_COMM_FUNCTION
- SetPowerSettingValue → const POWER_INFORMATION_LEVEL
- SETRGBSTRING → const String
- The hook procedure of a Color dialog box, CCHookProc, can send the SETRGBSTRING registered message to the dialog box to set the current color selection.
- SETRTS → const ESCAPE_COMM_FUNCTION
- SetShutdownSelectedTime → const POWER_INFORMATION_LEVEL
- SETXOFF → const ESCAPE_COMM_FUNCTION
- SETXON → const ESCAPE_COMM_FUNCTION
- SFGAO_BROWSABLE → const SFGAO_FLAGS
- SFGAO_CANCOPY → const SFGAO_FLAGS
- SFGAO_CANDELETE → const SFGAO_FLAGS
- SFGAO_CANLINK → const SFGAO_FLAGS
- SFGAO_CANMONIKER → const SFGAO_FLAGS
- SFGAO_CANMOVE → const SFGAO_FLAGS
- SFGAO_CANRENAME → const SFGAO_FLAGS
- SFGAO_CAPABILITYMASK → const SFGAO_FLAGS
- SFGAO_COMPRESSED → const SFGAO_FLAGS
- SFGAO_CONTENTSMASK → const SFGAO_FLAGS
- SFGAO_DISPLAYATTRMASK → const SFGAO_FLAGS
- SFGAO_DROPTARGET → const SFGAO_FLAGS
- SFGAO_ENCRYPTED → const SFGAO_FLAGS
- SFGAO_FILESYSANCESTOR → const SFGAO_FLAGS
- SFGAO_FILESYSTEM → const SFGAO_FLAGS
- SFGAO_FOLDER → const SFGAO_FLAGS
- SFGAO_GHOSTED → const SFGAO_FLAGS
- SFGAO_HASPROPSHEET → const SFGAO_FLAGS
- SFGAO_HASSTORAGE → const SFGAO_FLAGS
- SFGAO_HASSUBFOLDER → const SFGAO_FLAGS
- SFGAO_HIDDEN → const SFGAO_FLAGS
- SFGAO_ISSLOW → const SFGAO_FLAGS
- SFGAO_LINK → const SFGAO_FLAGS
- SFGAO_NEWCONTENT → const SFGAO_FLAGS
- SFGAO_NONENUMERATED → const SFGAO_FLAGS
- SFGAO_PKEYSFGAOMASK → const SFGAO_FLAGS
- SFGAO_PLACEHOLDER → const SFGAO_FLAGS
- SFGAO_READONLY → const SFGAO_FLAGS
- SFGAO_REMOVABLE → const SFGAO_FLAGS
- SFGAO_SHARE → const SFGAO_FLAGS
- SFGAO_STORAGE → const SFGAO_FLAGS
- SFGAO_STORAGEANCESTOR → const SFGAO_FLAGS
- SFGAO_STORAGECAPMASK → const SFGAO_FLAGS
- SFGAO_STREAM → const SFGAO_FLAGS
- SFGAO_SYSTEM → const SFGAO_FLAGS
- SFGAO_VALIDATE → const SFGAO_FLAGS
- SFRB_ACTIVE → const SMALLFRAMEBOTTOMSTATES
- SFRB_INACTIVE → const SMALLFRAMEBOTTOMSTATES
- SFRL_ACTIVE → const SMALLFRAMELEFTSTATES
- SFRL_INACTIVE → const SMALLFRAMELEFTSTATES
- SFRR_ACTIVE → const SMALLFRAMERIGHTSTATES
- SFRR_INACTIVE → const SMALLFRAMERIGHTSTATES
- SHADEBLENDCAPS → const GET_DEVICE_CAPS_INDEX
- SHAREVISTRING → const String
- An Open or Save As dialog box sends the SHAREVISTRING registered message to your hook procedure, OFNHookProc, if a sharing violation occurs for the selected file when the user clicks the OK button.
- SHERB_NOCONFIRMATION → const int
- SHERB_NOPROGRESSUI → const int
- SHERB_NOSOUND → const int
- SHGDN_FORADDRESSBAR → const SHGDNF
- SHGDN_FOREDITING → const SHGDNF
- SHGDN_FORPARSING → const SHGDNF
- SHGDN_INFOLDER → const SHGDNF
- SHGDN_NORMAL → const SHGDNF
- SHGFI_ADDOVERLAYS → const SHGFI_FLAGS
- SHGFI_ATTR_SPECIFIED → const SHGFI_FLAGS
- SHGFI_ATTRIBUTES → const SHGFI_FLAGS
- SHGFI_DISPLAYNAME → const SHGFI_FLAGS
- SHGFI_EXETYPE → const SHGFI_FLAGS
- SHGFI_ICON → const SHGFI_FLAGS
- SHGFI_ICONLOCATION → const SHGFI_FLAGS
- SHGFI_LARGEICON → const SHGFI_FLAGS
- SHGFI_LINKOVERLAY → const SHGFI_FLAGS
- SHGFI_OPENICON → const SHGFI_FLAGS
- SHGFI_OVERLAYINDEX → const SHGFI_FLAGS
- SHGFI_PIDL → const SHGFI_FLAGS
- SHGFI_SELECTED → const SHGFI_FLAGS
- SHGFI_SHELLICONSIZE → const SHGFI_FLAGS
- SHGFI_SMALLICON → const SHGFI_FLAGS
- SHGFI_SYSICONINDEX → const SHGFI_FLAGS
- SHGFI_TYPENAME → const SHGFI_FLAGS
- SHGFI_USEFILEATTRIBUTES → const SHGFI_FLAGS
- SHIFT_PRESSED → const int
- SHIFTJIS_CHARSET → const FONT_CHARSET
- SHTDN_REASON_FLAG_CLEAN_UI → const SHUTDOWN_REASON
- SHTDN_REASON_FLAG_COMMENT_REQUIRED → const SHUTDOWN_REASON
- SHTDN_REASON_FLAG_DIRTY_PROBLEM_ID_REQUIRED → const SHUTDOWN_REASON
- SHTDN_REASON_FLAG_DIRTY_UI → const SHUTDOWN_REASON
- SHTDN_REASON_FLAG_MOBILE_UI_RESERVED → const SHUTDOWN_REASON
- SHTDN_REASON_FLAG_PLANNED → const SHUTDOWN_REASON
- SHTDN_REASON_FLAG_USER_DEFINED → const SHUTDOWN_REASON
- SHTDN_REASON_LEGACY_API → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_APPLICATION → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_HARDWARE → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_LEGACY_API → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_NONE → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_OPERATINGSYSTEM → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_OTHER → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_POWER → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_SOFTWARE → const SHUTDOWN_REASON
- SHTDN_REASON_MAJOR_SYSTEM → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_BLUESCREEN → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_CORDUNPLUGGED → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_DC_DEMOTION → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_DC_PROMOTION → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_DISK → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_ENVIRONMENT → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_HARDWARE_DRIVER → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_HOTFIX → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_HOTFIX_UNINSTALL → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_HUNG → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_INSTALLATION → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_MAINTENANCE → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_MMC → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_NETWORK_CONNECTIVITY → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_NETWORKCARD → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_NONE → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_OTHER → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_OTHERDRIVER → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_POWER_SUPPLY → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_PROCESSOR → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_RECONFIG → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_SECURITY → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_SECURITYFIX → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_SECURITYFIX_UNINSTALL → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_SERVICEPACK → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_SERVICEPACK_UNINSTALL → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_SYSTEMRESTORE → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_TERMSRV → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_UNSTABLE → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_UPGRADE → const SHUTDOWN_REASON
- SHTDN_REASON_MINOR_WMI → const SHUTDOWN_REASON
- SHTDN_REASON_NONE → const SHUTDOWN_REASON
- SHTDN_REASON_UNKNOWN → const SHUTDOWN_REASON
- SHTDN_REASON_VALID_BIT_MASK → const SHUTDOWN_REASON
- SHUTDOWN_ARSO → const SHUTDOWN_FLAGS
- SHUTDOWN_CHECK_SAFE_FOR_SERVER → const SHUTDOWN_FLAGS
- SHUTDOWN_FORCE_OTHERS → const SHUTDOWN_FLAGS
- SHUTDOWN_FORCE_SELF → const SHUTDOWN_FLAGS
- SHUTDOWN_GRACE_OVERRIDE → const SHUTDOWN_FLAGS
- SHUTDOWN_HYBRID → const SHUTDOWN_FLAGS
- SHUTDOWN_INSTALL_UPDATES → const SHUTDOWN_FLAGS
- SHUTDOWN_MOBILE_UI → const SHUTDOWN_FLAGS
- SHUTDOWN_NOREBOOT → const SHUTDOWN_FLAGS
- SHUTDOWN_POWEROFF → const SHUTDOWN_FLAGS
- SHUTDOWN_RESTART → const SHUTDOWN_FLAGS
- SHUTDOWN_RESTART_BOOTOPTIONS → const SHUTDOWN_FLAGS
- SHUTDOWN_RESTARTAPPS → const SHUTDOWN_FLAGS
- SHUTDOWN_SKIP_SVC_PRESHUTDOWN → const SHUTDOWN_FLAGS
- SHUTDOWN_SOFT_REBOOT → const SHUTDOWN_FLAGS
- SHUTDOWN_SYSTEM_INITIATED → const SHUTDOWN_FLAGS
- SHUTDOWN_VAIL_CONTAINER → const SHUTDOWN_FLAGS
- SIATTRIBFLAGS_ALLITEMS → const SIATTRIBFLAGS
- SIATTRIBFLAGS_AND → const SIATTRIBFLAGS
- SIATTRIBFLAGS_APPCOMPAT → const SIATTRIBFLAGS
- SIATTRIBFLAGS_MASK → const SIATTRIBFLAGS
- SIATTRIBFLAGS_OR → const SIATTRIBFLAGS
- SIF_ALL → const SCROLLINFO_MASK
- SIF_DISABLENOSCROLL → const SCROLLINFO_MASK
- SIF_PAGE → const SCROLLINFO_MASK
- SIF_POS → const SCROLLINFO_MASK
- SIF_RANGE → const SCROLLINFO_MASK
- SIF_TRACKPOS → const SCROLLINFO_MASK
- SIGDN_DESKTOPABSOLUTEEDITING → const SIGDN
- SIGDN_DESKTOPABSOLUTEPARSING → const SIGDN
- SIGDN_FILESYSPATH → const SIGDN
- SIGDN_NORMALDISPLAY → const SIGDN
- SIGDN_PARENTRELATIVE → const SIGDN
- SIGDN_PARENTRELATIVEEDITING → const SIGDN
- SIGDN_PARENTRELATIVEFORADDRESSBAR → const SIGDN
- SIGDN_PARENTRELATIVEFORUI → const SIGDN
- SIGDN_PARENTRELATIVEPARSING → const SIGDN
- SIGDN_URL → const SIGDN
- SIIGBF_BIGGERSIZEOK → const SIIGBF
- SIIGBF_CROPTOSQUARE → const SIIGBF
- SIIGBF_ICONBACKGROUND → const SIIGBF
- SIIGBF_ICONONLY → const SIIGBF
- SIIGBF_INCACHEONLY → const SIIGBF
- SIIGBF_MEMORYONLY → const SIIGBF
- SIIGBF_RESIZETOFIT → const SIIGBF
- SIIGBF_SCALEUP → const SIIGBF
- SIIGBF_THUMBNAILONLY → const SIIGBF
- SIIGBF_WIDETHUMBNAILS → const SIIGBF
- SIMPLEREGION → const GDI_REGION_TYPE
- SIMULATED_FONTTYPE → const CHOOSEFONT_FONT_TYPE
- SIZE_MAXHIDE → const int
- SIZE_MAXIMIZED → const int
- SIZE_MAXSHOW → const int
- SIZE_MINIMIZED → const int
- SIZE_RESTORED → const int
- SIZEPALETTE → const GET_DEVICE_CAPS_INDEX
- SLMFLAG_ALT_INDEX → const SYM_LOAD_FLAGS
- SLMFLAG_NO_SYMBOLS → const SYM_LOAD_FLAGS
- SLMFLAG_NONE → const SYM_LOAD_FLAGS
- SLMFLAG_VIRTUAL → const SYM_LOAD_FLAGS
- SM_ARRANGE → const SYSTEM_METRICS_INDEX
- SM_CLEANBOOT → const SYSTEM_METRICS_INDEX
- SM_CMONITORS → const SYSTEM_METRICS_INDEX
- SM_CMOUSEBUTTONS → const SYSTEM_METRICS_INDEX
- SM_CONVERTIBLESLATEMODE → const SYSTEM_METRICS_INDEX
- SM_CXBORDER → const SYSTEM_METRICS_INDEX
- SM_CXCURSOR → const SYSTEM_METRICS_INDEX
- SM_CXDLGFRAME → const SYSTEM_METRICS_INDEX
- SM_CXDOUBLECLK → const SYSTEM_METRICS_INDEX
- SM_CXDRAG → const SYSTEM_METRICS_INDEX
- SM_CXEDGE → const SYSTEM_METRICS_INDEX
- SM_CXFIXEDFRAME → const SYSTEM_METRICS_INDEX
- SM_CXFOCUSBORDER → const SYSTEM_METRICS_INDEX
- SM_CXFRAME → const SYSTEM_METRICS_INDEX
- SM_CXFULLSCREEN → const SYSTEM_METRICS_INDEX
- SM_CXHSCROLL → const SYSTEM_METRICS_INDEX
- SM_CXHTHUMB → const SYSTEM_METRICS_INDEX
- SM_CXICON → const SYSTEM_METRICS_INDEX
- SM_CXICONSPACING → const SYSTEM_METRICS_INDEX
- SM_CXMAXIMIZED → const SYSTEM_METRICS_INDEX
- SM_CXMAXTRACK → const SYSTEM_METRICS_INDEX
- SM_CXMENUCHECK → const SYSTEM_METRICS_INDEX
- SM_CXMENUSIZE → const SYSTEM_METRICS_INDEX
- SM_CXMIN → const SYSTEM_METRICS_INDEX
- SM_CXMINIMIZED → const SYSTEM_METRICS_INDEX
- SM_CXMINSPACING → const SYSTEM_METRICS_INDEX
- SM_CXMINTRACK → const SYSTEM_METRICS_INDEX
- SM_CXPADDEDBORDER → const SYSTEM_METRICS_INDEX
- SM_CXSCREEN → const SYSTEM_METRICS_INDEX
- SM_CXSIZE → const SYSTEM_METRICS_INDEX
- SM_CXSIZEFRAME → const SYSTEM_METRICS_INDEX
- SM_CXSMICON → const SYSTEM_METRICS_INDEX
- SM_CXSMSIZE → const SYSTEM_METRICS_INDEX
- SM_CXVIRTUALSCREEN → const SYSTEM_METRICS_INDEX
- SM_CXVSCROLL → const SYSTEM_METRICS_INDEX
- SM_CYBORDER → const SYSTEM_METRICS_INDEX
- SM_CYCAPTION → const SYSTEM_METRICS_INDEX
- SM_CYCURSOR → const SYSTEM_METRICS_INDEX
- SM_CYDLGFRAME → const SYSTEM_METRICS_INDEX
- SM_CYDOUBLECLK → const SYSTEM_METRICS_INDEX
- SM_CYDRAG → const SYSTEM_METRICS_INDEX
- SM_CYEDGE → const SYSTEM_METRICS_INDEX
- SM_CYFIXEDFRAME → const SYSTEM_METRICS_INDEX
- SM_CYFOCUSBORDER → const SYSTEM_METRICS_INDEX
- SM_CYFRAME → const SYSTEM_METRICS_INDEX
- SM_CYFULLSCREEN → const SYSTEM_METRICS_INDEX
- SM_CYHSCROLL → const SYSTEM_METRICS_INDEX
- SM_CYICON → const SYSTEM_METRICS_INDEX
- SM_CYICONSPACING → const SYSTEM_METRICS_INDEX
- SM_CYKANJIWINDOW → const SYSTEM_METRICS_INDEX
- SM_CYMAXIMIZED → const SYSTEM_METRICS_INDEX
- SM_CYMAXTRACK → const SYSTEM_METRICS_INDEX
- SM_CYMENU → const SYSTEM_METRICS_INDEX
- SM_CYMENUCHECK → const SYSTEM_METRICS_INDEX
- SM_CYMENUSIZE → const SYSTEM_METRICS_INDEX
- SM_CYMIN → const SYSTEM_METRICS_INDEX
- SM_CYMINIMIZED → const SYSTEM_METRICS_INDEX
- SM_CYMINSPACING → const SYSTEM_METRICS_INDEX
- SM_CYMINTRACK → const SYSTEM_METRICS_INDEX
- SM_CYSCREEN → const SYSTEM_METRICS_INDEX
- SM_CYSIZE → const SYSTEM_METRICS_INDEX
- SM_CYSIZEFRAME → const SYSTEM_METRICS_INDEX
- SM_CYSMCAPTION → const SYSTEM_METRICS_INDEX
- SM_CYSMICON → const SYSTEM_METRICS_INDEX
- SM_CYSMSIZE → const SYSTEM_METRICS_INDEX
- SM_CYVIRTUALSCREEN → const SYSTEM_METRICS_INDEX
- SM_CYVSCROLL → const SYSTEM_METRICS_INDEX
- SM_CYVTHUMB → const SYSTEM_METRICS_INDEX
- SM_DBCSENABLED → const SYSTEM_METRICS_INDEX
- SM_DEBUG → const SYSTEM_METRICS_INDEX
- SM_DIGITIZER → const SYSTEM_METRICS_INDEX
- SM_IMMENABLED → const SYSTEM_METRICS_INDEX
- SM_MAXIMUMTOUCHES → const SYSTEM_METRICS_INDEX
- SM_MEDIACENTER → const SYSTEM_METRICS_INDEX
- SM_MENUDROPALIGNMENT → const SYSTEM_METRICS_INDEX
- SM_MIDEASTENABLED → const SYSTEM_METRICS_INDEX
- SM_MOUSEHORIZONTALWHEELPRESENT → const SYSTEM_METRICS_INDEX
- SM_MOUSEPRESENT → const SYSTEM_METRICS_INDEX
- SM_MOUSEWHEELPRESENT → const SYSTEM_METRICS_INDEX
- SM_NETWORK → const SYSTEM_METRICS_INDEX
- SM_PENWINDOWS → const SYSTEM_METRICS_INDEX
- SM_REMOTECONTROL → const SYSTEM_METRICS_INDEX
- SM_REMOTESESSION → const SYSTEM_METRICS_INDEX
- SM_SAMEDISPLAYFORMAT → const SYSTEM_METRICS_INDEX
- SM_SECURE → const SYSTEM_METRICS_INDEX
- SM_SERVERR2 → const SYSTEM_METRICS_INDEX
- SM_SHOWSOUNDS → const SYSTEM_METRICS_INDEX
- SM_SHUTTINGDOWN → const SYSTEM_METRICS_INDEX
- SM_SLOWMACHINE → const SYSTEM_METRICS_INDEX
- SM_STARTER → const SYSTEM_METRICS_INDEX
- SM_SWAPBUTTON → const SYSTEM_METRICS_INDEX
- SM_SYSTEMDOCKED → const SYSTEM_METRICS_INDEX
- SM_TABLETPC → const SYSTEM_METRICS_INDEX
- SM_XVIRTUALSCREEN → const SYSTEM_METRICS_INDEX
- SM_YVIRTUALSCREEN → const SYSTEM_METRICS_INDEX
- SMART_GET_VERSION → const int
- SMART_RCV_DRIVE_DATA → const int
- SMART_SEND_DRIVE_COMMAND → const int
- SMTO_ABORTIFHUNG → const SEND_MESSAGE_TIMEOUT_FLAGS
- SMTO_BLOCK → const SEND_MESSAGE_TIMEOUT_FLAGS
- SMTO_ERRORONEXIT → const SEND_MESSAGE_TIMEOUT_FLAGS
- SMTO_NORMAL → const SEND_MESSAGE_TIMEOUT_FLAGS
- SMTO_NOTIMEOUTIFNOTHUNG → const SEND_MESSAGE_TIMEOUT_FLAGS
- SND_ALIAS → const SND_FLAGS
- SND_ALIAS_ID → const SND_FLAGS
- SND_APPLICATION → const SND_FLAGS
- SND_ASYNC → const SND_FLAGS
- SND_FILENAME → const SND_FLAGS
- SND_LOOP → const SND_FLAGS
- SND_MEMORY → const SND_FLAGS
- SND_NODEFAULT → const SND_FLAGS
- SND_NOSTOP → const SND_FLAGS
- SND_NOWAIT → const SND_FLAGS
- SND_PURGE → const SND_FLAGS
- SND_RESOURCE → const SND_FLAGS
- SND_RING → const int
- SND_SENTRY → const SND_FLAGS
- SND_SYNC → const SND_FLAGS
- SND_SYSTEM → const SND_FLAGS
- SO_ACCEPTCONN → const int
- SO_BROADCAST → const int
- SO_CONNDATA → const int
- SO_CONNDATALEN → const int
- SO_CONNECT_TIME → const int
- SO_CONNOPT → const int
- SO_CONNOPTLEN → const int
- SO_DEBUG → const int
- SO_DISCDATA → const int
- SO_DISCDATALEN → const int
- SO_DISCOPT → const int
- SO_DISCOPTLEN → const int
- SO_DONTLINGER → const int
- SO_DONTROUTE → const int
- SO_ERROR → const int
- SO_KEEPALIVE → const int
- Is designed to allow an application to enable keep-alive packets for a socket connection.
- SO_LINGER → const int
- SO_MAXDG → const int
- SO_MAXPATHDG → const int
- SO_OOBINLINE → const int
- SO_OPENTYPE → const int
- SO_RCVBUF → const int
- SO_RCVLOWAT → const int
- SO_RCVTIMEO → const int
- SO_REUSEADDR → const int
- SO_SNDBUF → const int
- SO_SNDLOWAT → const int
- SO_SNDTIMEO → const int
- SO_SYNCHRONOUS_ALERT → const int
- SO_SYNCHRONOUS_NONALERT → const int
- SO_TYPE → const int
- SO_UPDATE_ACCEPT_CONTEXT → const int
- SO_USELOOPBACK → const int
- SOCK_DGRAM → const WINSOCK_SOCKET_TYPE
- SOCK_RAW → const WINSOCK_SOCKET_TYPE
- SOCK_RDM → const WINSOCK_SOCKET_TYPE
- SOCK_SEQPACKET → const WINSOCK_SOCKET_TYPE
- SOCK_STREAM → const WINSOCK_SOCKET_TYPE
- SP_VISEME_0 → const SPVISEMES
- SP_VISEME_1 → const SPVISEMES
- SP_VISEME_10 → const SPVISEMES
- SP_VISEME_11 → const SPVISEMES
- SP_VISEME_12 → const SPVISEMES
- SP_VISEME_13 → const SPVISEMES
- SP_VISEME_14 → const SPVISEMES
- SP_VISEME_15 → const SPVISEMES
- SP_VISEME_16 → const SPVISEMES
- SP_VISEME_17 → const SPVISEMES
- SP_VISEME_18 → const SPVISEMES
- SP_VISEME_19 → const SPVISEMES
- SP_VISEME_2 → const SPVISEMES
- SP_VISEME_20 → const SPVISEMES
- SP_VISEME_21 → const SPVISEMES
- SP_VISEME_3 → const SPVISEMES
- SP_VISEME_4 → const SPVISEMES
- SP_VISEME_5 → const SPVISEMES
- SP_VISEME_6 → const SPVISEMES
- SP_VISEME_7 → const SPVISEMES
- SP_VISEME_8 → const SPVISEMES
- SP_VISEME_9 → const SPVISEMES
- SPACEPARITY → const DCB_PARITY
- SPDKL_CurrentConfig → const SPDATAKEYLOCATION
- SPDKL_CurrentUser → const SPDATAKEYLOCATION
- SPDKL_DefaultLocation → const SPDATAKEYLOCATION
- SPDKL_LocalMachine → const SPDATAKEYLOCATION
- SPDRP_ADDRESS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_BASE_CONTAINERID → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_BUSNUMBER → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_BUSTYPEGUID → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_CAPABILITIES → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_CHARACTERISTICS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_CLASS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_CLASSGUID → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_COMPATIBLEIDS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_CONFIGFLAGS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_DEVICE_POWER_DATA → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_DEVICEDESC → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_DEVTYPE → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_DRIVER → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_ENUMERATOR_NAME → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_EXCLUSIVE → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_FRIENDLYNAME → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_HARDWAREID → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_INSTALL_STATE → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_LEGACYBUSTYPE → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_LOCATION_INFORMATION → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_LOCATION_PATHS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_LOWERFILTERS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_MAXIMUM_PROPERTY → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_MFG → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_PHYSICAL_DEVICE_OBJECT_NAME → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_REMOVAL_POLICY → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_REMOVAL_POLICY_HW_DEFAULT → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_REMOVAL_POLICY_OVERRIDE → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_SECURITY → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_SECURITY_SDS → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_SERVICE → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_UI_NUMBER → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_UI_NUMBER_DESC_FORMAT → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_UNUSED0 → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_UNUSED1 → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_UNUSED2 → const SETUP_DI_REGISTRY_PROPERTY
- SPDRP_UPPERFILTERS → const SETUP_DI_REGISTRY_PROPERTY
- SPECIFIC_RIGHTS_ALL → const FILE_ACCESS_RIGHTS
- SPEI_ADAPTATION → const SPEVENTENUM
- SPEI_END_INPUT_STREAM → const SPEVENTENUM
- SPEI_END_SR_STREAM → const SPEVENTENUM
- SPEI_FALSE_RECOGNITION → const SPEVENTENUM
- SPEI_HYPOTHESIS → const SPEVENTENUM
- SPEI_INTERFERENCE → const SPEVENTENUM
- SPEI_MAX_SR → const SPEVENTENUM
- SPEI_MAX_TTS → const SPEVENTENUM
- SPEI_MIN_SR → const SPEVENTENUM
- SPEI_MIN_TTS → const SPEVENTENUM
- SPEI_PHONEME → const SPEVENTENUM
- SPEI_PHRASE_START → const SPEVENTENUM
- SPEI_PROPERTY_NUM_CHANGE → const SPEVENTENUM
- SPEI_PROPERTY_STRING_CHANGE → const SPEVENTENUM
- SPEI_RECO_OTHER_CONTEXT → const SPEVENTENUM
- SPEI_RECO_STATE_CHANGE → const SPEVENTENUM
- SPEI_RECOGNITION → const SPEVENTENUM
- SPEI_REQUEST_UI → const SPEVENTENUM
- SPEI_RESERVED1 → const SPEVENTENUM
- SPEI_RESERVED2 → const SPEVENTENUM
- SPEI_RESERVED3 → const SPEVENTENUM
- SPEI_RESERVED4 → const SPEVENTENUM
- SPEI_RESERVED5 → const SPEVENTENUM
- SPEI_RESERVED6 → const SPEVENTENUM
- SPEI_SENTENCE_BOUNDARY → const SPEVENTENUM
- SPEI_SOUND_END → const SPEVENTENUM
- SPEI_SOUND_START → const SPEVENTENUM
- SPEI_SR_AUDIO_LEVEL → const SPEVENTENUM
- SPEI_SR_BOOKMARK → const SPEVENTENUM
- SPEI_SR_PRIVATE → const SPEVENTENUM
- SPEI_SR_RETAINEDAUDIO → const SPEVENTENUM
- SPEI_START_INPUT_STREAM → const SPEVENTENUM
- SPEI_START_SR_STREAM → const SPEVENTENUM
- SPEI_TTS_AUDIO_LEVEL → const SPEVENTENUM
- SPEI_TTS_BOOKMARK → const SPEVENTENUM
- SPEI_TTS_PRIVATE → const SPEVENTENUM
- SPEI_UNDEFINED → const SPEVENTENUM
- SPEI_VISEME → const SPEVENTENUM
- SPEI_VOICE_CHANGE → const SPEVENTENUM
- SPEI_WORD_BOUNDARY → const SPEVENTENUM
- SPF_ASYNC → const SPEAKFLAGS
- SPF_DEFAULT → const SPEAKFLAGS
- SPF_IS_FILENAME → const SPEAKFLAGS
- SPF_IS_NOT_XML → const SPEAKFLAGS
- SPF_IS_XML → const SPEAKFLAGS
- SPF_NLP_MASK → const SPEAKFLAGS
- SPF_NLP_SPEAK_PUNC → const SPEAKFLAGS
- SPF_PARSE_AUTODETECT → const SPEAKFLAGS
- SPF_PARSE_MASK → const SPEAKFLAGS
- SPF_PARSE_SAPI → const SPEAKFLAGS
- SPF_PARSE_SSML → const SPEAKFLAGS
- SPF_PERSIST_XML → const SPEAKFLAGS
- SPF_PURGEBEFORESPEAK → const SPEAKFLAGS
- SPF_UNUSED_FLAGS → const SPEAKFLAGS
- SPF_VOICE_MASK → const SPEAKFLAGS
- SPI_GETACCESSTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETACTIVEWINDOWTRACKING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETACTIVEWNDTRKTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETACTIVEWNDTRKZORDER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETAUDIODESCRIPTION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETBEEP → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETBLOCKSENDINPUTRESETS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETBORDER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCARETBROWSING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCARETTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCARETWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCLEARTYPE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCLIENTAREAANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCOMBOBOXANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCONTACTVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETCURSORSHADOW → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDEFAULTINPUTLANG → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDESKWALLPAPER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDISABLEOVERLAPPEDCONTENT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDOCKMOVING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDRAGFROMMAXIMIZE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDRAGFULLWINDOWS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETDROPSHADOW → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFASTTASKSWITCH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFILTERKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFLATMENU → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFOCUSBORDERHEIGHT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFOCUSBORDERWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFONTSMOOTHING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFONTSMOOTHINGCONTRAST → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFONTSMOOTHINGORIENTATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFONTSMOOTHINGTYPE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFOREGROUNDFLASHCOUNT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETFOREGROUNDLOCKTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETGESTUREVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETGRADIENTCAPTIONS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETGRIDGRANULARITY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETHANDEDNESS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETHIGHCONTRAST → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETHOTTRACKING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETHUNGAPPTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETICONMETRICS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETICONTITLELOGFONT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETICONTITLEWRAP → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETKEYBOARDCUES → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETKEYBOARDDELAY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETKEYBOARDPREF → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETKEYBOARDSPEED → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETLISTBOXSMOOTHSCROLLING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETLOGICALDPIOVERRIDE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETLOWPOWERACTIVE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETLOWPOWERTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMENUANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMENUDROPALIGNMENT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMENUFADE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMENURECT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMENUSHOWDELAY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMENUUNDERLINES → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMESSAGEDURATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMINIMIZEDMETRICS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMINIMUMHITRADIUS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSECLICKLOCK → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSECLICKLOCKTIME → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEDOCKTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEDRAGOUTTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEHOVERHEIGHT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEHOVERTIME → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEHOVERWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSESIDEMOVETHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSESONAR → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSESPEED → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSETRAILS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEVANISH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETMOUSEWHEELROUTING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETNONCLIENTMETRICS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPENARBITRATIONTYPE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPENDOCKTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPENDRAGOUTTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPENSIDEMOVETHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPENVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPOWEROFFACTIVE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETPOWEROFFTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSCREENREADER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSCREENSAVEACTIVE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSCREENSAVERRUNNING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSCREENSAVESECURE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSCREENSAVETIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSELECTIONFADE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSERIALKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSHOWIMEUI → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSHOWSOUNDS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSNAPSIZING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSNAPTODEFBUTTON → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSOUNDSENTRY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSPEECHRECOGNITION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSTICKYKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETSYSTEMLANGUAGEBAR → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETTHREADLOCALINPUTSETTINGS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETTOGGLEKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETTOOLTIPANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETTOOLTIPFADE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETTOUCHPADPARAMETERS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETTOUCHPREDICTIONPARAMETERS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETUIEFFECTS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWAITTOKILLSERVICETIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWAITTOKILLTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWHEELSCROLLCHARS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWHEELSCROLLLINES → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWINARRANGING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWINDOWSEXTENSION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_GETWORKAREA → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_ICONHORIZONTALSPACING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_ICONVERTICALSPACING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_LANGDRIVER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SCREENSAVERRUNNING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETACCESSTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETACTIVEWINDOWTRACKING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETACTIVEWNDTRKTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETACTIVEWNDTRKZORDER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETAUDIODESCRIPTION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETBEEP → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETBLOCKSENDINPUTRESETS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETBORDER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCARETBROWSING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCARETTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCARETWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCLEARTYPE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCLIENTAREAANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCOMBOBOXANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCONTACTVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCURSORS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETCURSORSHADOW → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDEFAULTINPUTLANG → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDESKPATTERN → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDESKWALLPAPER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDISABLEOVERLAPPEDCONTENT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDOCKMOVING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDOUBLECLICKTIME → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDOUBLECLKHEIGHT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDOUBLECLKWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDRAGFROMMAXIMIZE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDRAGFULLWINDOWS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDRAGHEIGHT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDRAGWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETDROPSHADOW → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFASTTASKSWITCH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFILTERKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFLATMENU → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFOCUSBORDERHEIGHT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFOCUSBORDERWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFONTSMOOTHING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFONTSMOOTHINGCONTRAST → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFONTSMOOTHINGORIENTATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFONTSMOOTHINGTYPE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFOREGROUNDFLASHCOUNT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETFOREGROUNDLOCKTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETGESTUREVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETGRADIENTCAPTIONS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETGRIDGRANULARITY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETHANDEDNESS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETHANDHELD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETHIGHCONTRAST → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETHOTTRACKING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETHUNGAPPTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETICONMETRICS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETICONS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETICONTITLELOGFONT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETICONTITLEWRAP → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETKEYBOARDCUES → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETKEYBOARDDELAY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETKEYBOARDPREF → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETKEYBOARDSPEED → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETLANGTOGGLE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETLISTBOXSMOOTHSCROLLING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETLOGICALDPIOVERRIDE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETLOWPOWERACTIVE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETLOWPOWERTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMENUANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMENUDROPALIGNMENT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMENUFADE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMENURECT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMENUSHOWDELAY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMENUUNDERLINES → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMESSAGEDURATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMINIMIZEDMETRICS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMINIMUMHITRADIUS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEBUTTONSWAP → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSECLICKLOCK → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSECLICKLOCKTIME → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEDOCKTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEDRAGOUTTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEHOVERHEIGHT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEHOVERTIME → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEHOVERWIDTH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSESIDEMOVETHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSESONAR → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSESPEED → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSETRAILS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEVANISH → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETMOUSEWHEELROUTING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETNONCLIENTMETRICS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPENARBITRATIONTYPE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPENDOCKTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPENDRAGOUTTHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPENSIDEMOVETHRESHOLD → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPENVISUALIZATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPENWINDOWS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPOWEROFFACTIVE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETPOWEROFFTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSCREENREADER → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSCREENSAVEACTIVE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSCREENSAVERRUNNING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSCREENSAVESECURE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSCREENSAVETIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSELECTIONFADE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSERIALKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSHOWIMEUI → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSHOWSOUNDS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSNAPSIZING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSNAPTODEFBUTTON → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSOUNDSENTRY → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSPEECHRECOGNITION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSTICKYKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETSYSTEMLANGUAGEBAR → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETTHREADLOCALINPUTSETTINGS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETTOGGLEKEYS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETTOOLTIPANIMATION → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETTOOLTIPFADE → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETTOUCHPADPARAMETERS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETTOUCHPREDICTIONPARAMETERS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETUIEFFECTS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETWAITTOKILLSERVICETIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETWAITTOKILLTIMEOUT → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETWHEELSCROLLCHARS → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETWHEELSCROLLLINES → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETWINARRANGING → const SYSTEM_PARAMETERS_INFO_ACTION
- SPI_SETWORKAREA → const SYSTEM_PARAMETERS_INFO_ACTION
- SPIF_SENDCHANGE → const SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS
- SPIF_SENDWININICHANGE → const SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS
- SPIF_UPDATEINIFILE → const SYSTEM_PARAMETERS_INFO_UPDATE_FLAGS
- SPVPRI_ALERT → const SPVPRIORITY
- SPVPRI_NORMAL → const SPVPRIORITY
- SPVPRI_OVER → const SPVPRIORITY
- SRCAND → const ROP_CODE
- SRCCOPY → const ROP_CODE
- SRCERASE → const ROP_CODE
- SRCINVERT → const ROP_CODE
- SRCPAINT → const ROP_CODE
- SRSEDone → const SpeechRunState
- SRSEIsSpeaking → const SpeechRunState
- SS_BITMAP → const STATIC_STYLES
- SS_BLACKFRAME → const STATIC_STYLES
- SS_BLACKRECT → const STATIC_STYLES
- SS_CENTER → const STATIC_STYLES
- SS_CENTERIMAGE → const STATIC_STYLES
- SS_EDITCONTROL → const STATIC_STYLES
- SS_ELLIPSISMASK → const STATIC_STYLES
- SS_ENDELLIPSIS → const STATIC_STYLES
- SS_ENHMETAFILE → const STATIC_STYLES
- SS_ETCHEDFRAME → const STATIC_STYLES
- SS_ETCHEDHORZ → const STATIC_STYLES
- SS_ETCHEDVERT → const STATIC_STYLES
- SS_GRAYFRAME → const STATIC_STYLES
- SS_GRAYRECT → const STATIC_STYLES
- SS_ICON → const STATIC_STYLES
- SS_LEFT → const STATIC_STYLES
- SS_LEFTNOWORDWRAP → const STATIC_STYLES
- SS_NOPREFIX → const STATIC_STYLES
- SS_NOTIFY → const STATIC_STYLES
- SS_OWNERDRAW → const STATIC_STYLES
- SS_PATHELLIPSIS → const STATIC_STYLES
- SS_REALSIZECONTROL → const STATIC_STYLES
- SS_REALSIZEIMAGE → const STATIC_STYLES
- SS_RIGHT → const STATIC_STYLES
- SS_RIGHTJUST → const STATIC_STYLES
- SS_SIMPLE → const STATIC_STYLES
- SS_SUNKEN → const STATIC_STYLES
- SS_TYPEMASK → const STATIC_STYLES
- SS_USERITEM → const STATIC_STYLES
- SS_WHITEFRAME → const STATIC_STYLES
- SS_WHITERECT → const STATIC_STYLES
- SS_WORDELLIPSIS → const STATIC_STYLES
- SSSPTRelativeToCurrentPosition → const SpeechStreamSeekPositionType
- SSSPTRelativeToEnd → const SpeechStreamSeekPositionType
- SSSPTRelativeToStart → const SpeechStreamSeekPositionType
- STACK_SIZE_PARAM_IS_A_RESERVATION → const THREAD_CREATION_FLAGS
- STANDARD_RIGHTS_ALL → const FILE_ACCESS_RIGHTS
- STANDARD_RIGHTS_EXECUTE → const FILE_ACCESS_RIGHTS
- STANDARD_RIGHTS_READ → const FILE_ACCESS_RIGHTS
- STANDARD_RIGHTS_REQUIRED → const FILE_ACCESS_RIGHTS
- STANDARD_RIGHTS_WRITE → const FILE_ACCESS_RIGHTS
- STARTF_FORCEOFFFEEDBACK → const STARTUPINFOW_FLAGS
- STARTF_FORCEONFEEDBACK → const STARTUPINFOW_FLAGS
- STARTF_PREVENTPINNING → const STARTUPINFOW_FLAGS
- STARTF_RUNFULLSCREEN → const STARTUPINFOW_FLAGS
- STARTF_TITLEISAPPID → const STARTUPINFOW_FLAGS
- STARTF_TITLEISLINKNAME → const STARTUPINFOW_FLAGS
- STARTF_UNTRUSTEDSOURCE → const STARTUPINFOW_FLAGS
- STARTF_USECOUNTCHARS → const STARTUPINFOW_FLAGS
- STARTF_USEFILLATTRIBUTE → const STARTUPINFOW_FLAGS
- STARTF_USEHOTKEY → const STARTUPINFOW_FLAGS
- STARTF_USEPOSITION → const STARTUPINFOW_FLAGS
- STARTF_USESHOWWINDOW → const STARTUPINFOW_FLAGS
- STARTF_USESIZE → const STARTUPINFOW_FLAGS
- STARTF_USESTDHANDLES → const STARTUPINFOW_FLAGS
- STATFLAG_DEFAULT → const STATFLAG
- Requests that the statistics include the pwcsName member of the STATSTG structure.
- STATFLAG_NONAME → const STATFLAG
- Requests that the statistics not include the pwcsName member of the STATSTG structure.
- STATFLAG_NOOPEN → const STATFLAG
- Not implemented.
- STATUS_INFO_LENGTH_MISMATCH → const NTSTATUS
-
Represents the NTSTATUS value
0xC0000004(-1073741820). - STATUS_INVALID_HANDLE → const NTSTATUS
-
Represents the NTSTATUS value
0xC0000008(-1073741816). - STATUS_INVALID_INFO_CLASS → const NTSTATUS
-
Represents the NTSTATUS value
0xC0000003(-1073741821). - STATUS_NOT_FOUND → const NTSTATUS
-
Represents the NTSTATUS value
0xC0000225(-1073741275). - STATUS_NOT_IMPLEMENTED → const NTSTATUS
-
Represents the NTSTATUS value
0xC0000002(-1073741822). - STATUS_SUCCESS → const NTSTATUS
-
Represents the NTSTATUS value
0x0(0). - STATUS_UNSUCCESSFUL → const NTSTATUS
-
Represents the NTSTATUS value
0xC0000001(-1073741823). - STATUSCLASSNAME → const String
- STCAll → const SpeechTokenContext
- STCInprocHandler → const SpeechTokenContext
- STCInprocServer → const SpeechTokenContext
- STCLocalServer → const SpeechTokenContext
- STCRemoteServer → const SpeechTokenContext
- STD_ERROR_HANDLE → const STD_HANDLE
- STD_INPUT_HANDLE → const STD_HANDLE
- STD_OUTPUT_HANDLE → const STD_HANDLE
- STGC_CONSOLIDATE → const STGC
- STGC_DANGEROUSLYCOMMITMERELYTODISKCACHE → const STGC
- Commits the changes to a write-behind disk cache, but does not save the cache to the disk.
- STGC_DEFAULT → const STGC
- You can specify this condition with STGC_CONSOLIDATE, or some combination of the other three flags in this list of elements.
- STGC_ONLYIFCURRENT → const STGC
- Prevents multiple users of a storage object from overwriting each other's changes.
- STGC_OVERWRITE → const STGC
- The commit operation can overwrite existing data to reduce overall space requirements.
- STGM_CONVERT → const STGM
- STGM_CREATE → const STGM
- STGM_DELETEONRELEASE → const STGM
- STGM_DIRECT → const STGM
- STGM_DIRECT_SWMR → const STGM
- STGM_FAILIFTHERE → const STGM
- STGM_NOSCRATCH → const STGM
- STGM_NOSNAPSHOT → const STGM
- STGM_PRIORITY → const STGM
- STGM_READ → const STGM
- STGM_READWRITE → const STGM
- STGM_SHARE_DENY_NONE → const STGM
- STGM_SHARE_DENY_READ → const STGM
- STGM_SHARE_DENY_WRITE → const STGM
- STGM_SHARE_EXCLUSIVE → const STGM
- STGM_SIMPLE → const STGM
- STGM_TRANSACTED → const STGM
- STGM_WRITE → const STGM
- STGMOVE_COPY → const STGMOVE
- Indicates that the method should copy the data from the source to the destination.
- STGMOVE_MOVE → const STGMOVE
- Indicates that the method should move the data from the source to the destination.
- STGMOVE_SHALLOWCOPY → const STGMOVE
- Not implemented.
- STILL_ACTIVE → const NTSTATUS
-
Represents the NTSTATUS value
0x103(259). - STM_SETIMAGE → const int
- An application sends an STM_SETIMAGE message to associate a new image with a static control.
- STOPBITS_10 → const COMMPROP_STOP_PARITY
- STOPBITS_15 → const COMMPROP_STOP_PARITY
- STOPBITS_20 → const COMMPROP_STOP_PARITY
- STREAM_SEEK_CUR → const STREAM_SEEK
- The new seek pointer is an offset relative to the current seek pointer location.
- STREAM_SEEK_END → const STREAM_SEEK
- The new seek pointer is an offset relative to the end of the stream.
- STREAM_SEEK_SET → const STREAM_SEEK
- The new seek pointer is an offset relative to the beginning of the stream.
- STRETCH_ANDSCANS → const STRETCH_BLT_MODE
- STRETCH_DELETESCANS → const STRETCH_BLT_MODE
- STRETCH_HALFTONE → const STRETCH_BLT_MODE
- STRETCH_ORSCANS → const STRETCH_BLT_MODE
- StructureChangeType_ChildAdded → const StructureChangeType
- A child element was added to the UI Automation element tree.
- StructureChangeType_ChildRemoved → const StructureChangeType
- A child element was removed from the UI Automation element tree.
- StructureChangeType_ChildrenBulkAdded → const StructureChangeType
- Child elements were added in bulk to the UI Automation element tree.
- StructureChangeType_ChildrenBulkRemoved → const StructureChangeType
- Child elements were removed in bulk from the UI Automation element tree.
- StructureChangeType_ChildrenInvalidated → const StructureChangeType
- Child elements were invalidated in the UI Automation element tree.
- StructureChangeType_ChildrenReordered → const StructureChangeType
- The order of child elements has changed in the UI Automation element tree.
- STSF_AppData → const SpeechTokenShellFolder
- STSF_CommonAppData → const SpeechTokenShellFolder
- STSF_FlagCreate → const SpeechTokenShellFolder
- STSF_LocalAppData → const SpeechTokenShellFolder
- StyleId_BulletedList → const UIA_STYLE_ID
- StyleId_Custom → const UIA_STYLE_ID
- StyleId_Emphasis → const UIA_STYLE_ID
- StyleId_Heading1 → const UIA_STYLE_ID
- StyleId_Heading2 → const UIA_STYLE_ID
- StyleId_Heading3 → const UIA_STYLE_ID
- StyleId_Heading4 → const UIA_STYLE_ID
- StyleId_Heading5 → const UIA_STYLE_ID
- StyleId_Heading6 → const UIA_STYLE_ID
- StyleId_Heading7 → const UIA_STYLE_ID
- StyleId_Heading8 → const UIA_STYLE_ID
- StyleId_Heading9 → const UIA_STYLE_ID
- StyleId_Normal → const UIA_STYLE_ID
- StyleId_NumberedList → const UIA_STYLE_ID
- StyleId_Quote → const UIA_STYLE_ID
- StyleId_Subtitle → const UIA_STYLE_ID
- StyleId_Title → const UIA_STYLE_ID
- SupportedTextSelection_Multiple → const SupportedTextSelection
- Supports multiple, disjoint text selections.
- SupportedTextSelection_None → const SupportedTextSelection
- Does not support text selections.
- SupportedTextSelection_Single → const SupportedTextSelection
- Supports a single, continuous text selection.
- SuspendResumeInvocation → const POWER_INFORMATION_LEVEL
- SVEAllEvents → const SpeechVoiceEvents
- SVEAudioLevel → const SpeechVoiceEvents
- SVEBookmark → const SpeechVoiceEvents
- SVEEndInputStream → const SpeechVoiceEvents
- SVEPhoneme → const SpeechVoiceEvents
- SVEPrivate → const SpeechVoiceEvents
- SVESentenceBoundary → const SpeechVoiceEvents
- SVEStartInputStream → const SpeechVoiceEvents
- SVEViseme → const SpeechVoiceEvents
- SVEVoiceChange → const SpeechVoiceEvents
- SVEWordBoundary → const SpeechVoiceEvents
- SVPAlert → const SpeechVoicePriority
- SVPNormal → const SpeechVoicePriority
- SVPOver → const SpeechVoicePriority
- SVSFDefault → const SpeechVoiceSpeakFlags
- SVSFIsFilename → const SpeechVoiceSpeakFlags
- SVSFIsNotXML → const SpeechVoiceSpeakFlags
- SVSFIsXML → const SpeechVoiceSpeakFlags
- SVSFlagsAsync → const SpeechVoiceSpeakFlags
- SVSFNLPMask → const SpeechVoiceSpeakFlags
- SVSFNLPSpeakPunc → const SpeechVoiceSpeakFlags
- SVSFParseAutodetect → const SpeechVoiceSpeakFlags
- SVSFParseMask → const SpeechVoiceSpeakFlags
- SVSFParseSapi → const SpeechVoiceSpeakFlags
- SVSFParseSsml → const SpeechVoiceSpeakFlags
- SVSFPersistXML → const SpeechVoiceSpeakFlags
- SVSFPurgeBeforeSpeak → const SpeechVoiceSpeakFlags
- SVSFUnusedFlags → const SpeechVoiceSpeakFlags
- SVSFVoiceMask → const SpeechVoiceSpeakFlags
- SW_ERASE → const SCROLL_WINDOW_FLAGS
- SW_FORCEMINIMIZE → const SHOW_WINDOW_CMD
- SW_HIDE → const SHOW_WINDOW_CMD
- SW_INVALIDATE → const SCROLL_WINDOW_FLAGS
- SW_MAX → const SHOW_WINDOW_CMD
- SW_MAXIMIZE → const SHOW_WINDOW_CMD
- SW_MINIMIZE → const SHOW_WINDOW_CMD
- SW_NORMAL → const SHOW_WINDOW_CMD
- SW_RESTORE → const SHOW_WINDOW_CMD
- SW_SCROLLCHILDREN → const SCROLL_WINDOW_FLAGS
- SW_SHOW → const SHOW_WINDOW_CMD
- SW_SHOWDEFAULT → const SHOW_WINDOW_CMD
- SW_SHOWMAXIMIZED → const SHOW_WINDOW_CMD
- SW_SHOWMINIMIZED → const SHOW_WINDOW_CMD
- SW_SHOWMINNOACTIVE → const SHOW_WINDOW_CMD
- SW_SHOWNA → const SHOW_WINDOW_CMD
- SW_SHOWNOACTIVATE → const SHOW_WINDOW_CMD
- SW_SHOWNORMAL → const SHOW_WINDOW_CMD
- SW_SMOOTHSCROLL → const SCROLL_WINDOW_FLAGS
- SWP_ASYNCWINDOWPOS → const SET_WINDOW_POS_FLAGS
- SWP_DEFERERASE → const SET_WINDOW_POS_FLAGS
- SWP_DRAWFRAME → const SET_WINDOW_POS_FLAGS
- SWP_FRAMECHANGED → const SET_WINDOW_POS_FLAGS
- SWP_HIDEWINDOW → const SET_WINDOW_POS_FLAGS
- SWP_NOACTIVATE → const SET_WINDOW_POS_FLAGS
- SWP_NOCOPYBITS → const SET_WINDOW_POS_FLAGS
- SWP_NOMOVE → const SET_WINDOW_POS_FLAGS
- SWP_NOOWNERZORDER → const SET_WINDOW_POS_FLAGS
- SWP_NOREDRAW → const SET_WINDOW_POS_FLAGS
- SWP_NOREPOSITION → const SET_WINDOW_POS_FLAGS
- SWP_NOSENDCHANGING → const SET_WINDOW_POS_FLAGS
- SWP_NOSIZE → const SET_WINDOW_POS_FLAGS
- SWP_NOZORDER → const SET_WINDOW_POS_FLAGS
- SWP_SHOWWINDOW → const SET_WINDOW_POS_FLAGS
- SYMBOL_CHARSET → const FONT_CHARSET
- SYMBOLIC_LINK_FLAG_ALLOW_UNPRIVILEGED_CREATE → const SYMBOLIC_LINK_FLAGS
- SYMBOLIC_LINK_FLAG_DIRECTORY → const SYMBOLIC_LINK_FLAGS
- SYMFLAG_CLR_TOKEN → const SYMBOL_INFO_FLAGS
- SYMFLAG_CONSTANT → const SYMBOL_INFO_FLAGS
- SYMFLAG_EXPORT → const SYMBOL_INFO_FLAGS
- SYMFLAG_FORWARDER → const SYMBOL_INFO_FLAGS
- SYMFLAG_FRAMEREL → const SYMBOL_INFO_FLAGS
- SYMFLAG_FUNCTION → const SYMBOL_INFO_FLAGS
- SYMFLAG_ILREL → const SYMBOL_INFO_FLAGS
- SYMFLAG_LOCAL → const SYMBOL_INFO_FLAGS
- SYMFLAG_METADATA → const SYMBOL_INFO_FLAGS
- SYMFLAG_PARAMETER → const SYMBOL_INFO_FLAGS
- SYMFLAG_REGISTER → const SYMBOL_INFO_FLAGS
- SYMFLAG_REGREL → const SYMBOL_INFO_FLAGS
- SYMFLAG_SLOT → const SYMBOL_INFO_FLAGS
- SYMFLAG_THUNK → const SYMBOL_INFO_FLAGS
- SYMFLAG_TLSREL → const SYMBOL_INFO_FLAGS
- SYMFLAG_VALUEPRESENT → const SYMBOL_INFO_FLAGS
- SYMFLAG_VIRTUAL → const SYMBOL_INFO_FLAGS
- SYMOPT_ALLOW_ABSOLUTE_SYMBOLS → const int
- SYMOPT_ALLOW_ZERO_ADDRESS → const int
- SYMOPT_AUTO_PUBLICS → const int
- SYMOPT_CASE_INSENSITIVE → const int
- SYMOPT_DEBUG → const int
- SYMOPT_DEFERRED_LOADS → const int
- SYMOPT_DISABLE_SYMSRV_AUTODETECT → const int
- SYMOPT_EX_DISABLEACCESSTIMEUPDATE → const IMAGEHLP_EXTENDED_OPTIONS
- Turns off explicit updates to the last access time of a symbol that is loaded.
- SYMOPT_EX_LASTVALIDDEBUGDIRECTORY → const IMAGEHLP_EXTENDED_OPTIONS
- SYMOPT_EX_MAX → const IMAGEHLP_EXTENDED_OPTIONS
- SYMOPT_EX_NEVERLOADSYMBOLS → const IMAGEHLP_EXTENDED_OPTIONS
- SYMOPT_EX_NOIMPLICITPATTERNSEARCH → const IMAGEHLP_EXTENDED_OPTIONS
- SYMOPT_EXACT_SYMBOLS → const int
- SYMOPT_FAIL_CRITICAL_ERRORS → const int
- SYMOPT_FAVOR_COMPRESSED → const int
- SYMOPT_FLAT_DIRECTORY → const int
- SYMOPT_IGNORE_CVREC → const int
- SYMOPT_IGNORE_IMAGEDIR → const int
- SYMOPT_IGNORE_NT_SYMPATH → const int
- SYMOPT_INCLUDE_32BIT_MODULES → const int
- SYMOPT_LOAD_ANYTHING → const int
- SYMOPT_LOAD_LINES → const int
- SYMOPT_NO_CPP → const int
- SYMOPT_NO_IMAGE_SEARCH → const int
- SYMOPT_NO_PROMPTS → const int
- SYMOPT_NO_PUBLICS → const int
- SYMOPT_NO_UNQUALIFIED_LOADS → const int
- SYMOPT_OMAP_FIND_NEAREST → const int
- SYMOPT_OVERWRITE → const int
- SYMOPT_PUBLICS_ONLY → const int
- SYMOPT_SECURE → const int
- SYMOPT_UNDNAME → const int
- SYNCHRONIZATION_DELETE → const SYNCHRONIZATION_ACCESS_RIGHTS
- SYNCHRONIZATION_READ_CONTROL → const SYNCHRONIZATION_ACCESS_RIGHTS
- SYNCHRONIZATION_SYNCHRONIZE → const SYNCHRONIZATION_ACCESS_RIGHTS
- SYNCHRONIZATION_WRITE_DAC → const SYNCHRONIZATION_ACCESS_RIGHTS
- SYNCHRONIZATION_WRITE_OWNER → const SYNCHRONIZATION_ACCESS_RIGHTS
- SYNCHRONIZE → const FILE_ACCESS_RIGHTS
- SynchronizedInputType_KeyDown → const SynchronizedInputType
- A key has been pressed.
- SynchronizedInputType_KeyUp → const SynchronizedInputType
- A key has been released.
- SynchronizedInputType_LeftMouseDown → const SynchronizedInputType
- The left mouse button has been pressed.
- SynchronizedInputType_LeftMouseUp → const SynchronizedInputType
- The left mouse button has been released.
- SynchronizedInputType_RightMouseDown → const SynchronizedInputType
- The right mouse button has been pressed.
- SynchronizedInputType_RightMouseUp → const SynchronizedInputType
- The right mouse button has been released.
- SYS_MAC → const SYSKIND
- The target operating system for the type library is Apple Macintosh.
- SYS_WIN16 → const SYSKIND
- The target operating system for the type library is 16-bit Windows.
- SYS_WIN32 → const SYSKIND
- The target operating system for the type library is 32-bit Windows.
- SYS_WIN64 → const SYSKIND
- The target operating system for the type library is 64-bit Windows.
- SYSTEM_FIXED_FONT → const GET_STOCK_OBJECT_FLAGS
- SYSTEM_FONT → const GET_STOCK_OBJECT_FLAGS
- SystemBasicInformation → const SYSTEM_INFORMATION_CLASS
- SystemBatteryState → const POWER_INFORMATION_LEVEL
- SystemBatteryStatePrecise → const POWER_INFORMATION_LEVEL
- SystemCodeIntegrityInformation → const SYSTEM_INFORMATION_CLASS
- SystemExceptionInformation → const SYSTEM_INFORMATION_CLASS
- SystemExecutionState → const POWER_INFORMATION_LEVEL
- SystemHiberbootState → const POWER_INFORMATION_LEVEL
- SystemHiberFileInformation → const POWER_INFORMATION_LEVEL
- SystemHiberFileSize → const POWER_INFORMATION_LEVEL
- SystemHiberFileType → const POWER_INFORMATION_LEVEL
- SystemInterruptInformation → const SYSTEM_INFORMATION_CLASS
- SystemLookasideInformation → const SYSTEM_INFORMATION_CLASS
- SystemMonitorHiberBootPowerOff → const POWER_INFORMATION_LEVEL
- SystemPerformanceInformation → const SYSTEM_INFORMATION_CLASS
- SystemPolicyInformation → const SYSTEM_INFORMATION_CLASS
- SystemPowerCapabilities → const POWER_INFORMATION_LEVEL
- SystemPowerInformation → const POWER_INFORMATION_LEVEL
- SystemPowerLoggingEntry → const POWER_INFORMATION_LEVEL
- SystemPowerPolicyAc → const POWER_INFORMATION_LEVEL
- SystemPowerPolicyCurrent → const POWER_INFORMATION_LEVEL
- SystemPowerPolicyDc → const POWER_INFORMATION_LEVEL
- SystemPowerSourceState → const POWER_INFORMATION_LEVEL
- SystemPowerStateHandler → const POWER_INFORMATION_LEVEL
- SystemPowerStateLogging → const POWER_INFORMATION_LEVEL
- SystemPowerStateNotifyHandler → const POWER_INFORMATION_LEVEL
- SystemProcessInformation → const SYSTEM_INFORMATION_CLASS
- SystemProcessorPerformanceInformation → const SYSTEM_INFORMATION_CLASS
- SystemRegistryQuotaInformation → const SYSTEM_INFORMATION_CLASS
- SystemReserveHiberFile → const POWER_INFORMATION_LEVEL
- SystemTimeOfDayInformation → const SYSTEM_INFORMATION_CLASS
- SystemVideoState → const POWER_INFORMATION_LEVEL
- SystemWakeSource → const POWER_INFORMATION_LEVEL
- TC_CP_STROKE → const int
- TC_CR_90 → const int
- TC_CR_ANY → const int
- TC_EA_DOUBLE → const int
- TC_IA_ABLE → const int
- TC_OP_CHARACTER → const int
- TC_OP_STROKE → const int
- TC_RA_ABLE → const int
- TC_RESERVED → const int
- TC_SA_CONTIN → const int
- TC_SA_DOUBLE → const int
- TC_SA_INTEGER → const int
- TC_SCROLLBLT → const int
- TC_SF_X_YINDEP → const int
- TC_SO_ABLE → const int
- TC_UA_ABLE → const int
- TC_VA_ABLE → const int
- TCP_BSDURGENT → const int
- TCP_NODELAY → const int
- tdAbstract → const CorTypeAttr
- tdAnsiClass → const CorTypeAttr
- tdAutoClass → const CorTypeAttr
- tdAutoLayout → const CorTypeAttr
- tdBeforeFieldInit → const CorTypeAttr
- TDCBF_ABORT_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_CANCEL_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_CLOSE_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_CONTINUE_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_HELP_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_IGNORE_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_NO_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_OK_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_RETRY_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_TRYAGAIN_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- TDCBF_YES_BUTTON → const TASKDIALOG_COMMON_BUTTON_FLAGS
- tdClass → const CorTypeAttr
- tdClassSemanticsMask → const CorTypeAttr
- tdCustomFormatClass → const CorTypeAttr
- tdCustomFormatMask → const CorTypeAttr
- tdExplicitLayout → const CorTypeAttr
- TDF_ALLOW_DIALOG_CANCELLATION → const TASKDIALOG_FLAGS
- TDF_CALLBACK_TIMER → const TASKDIALOG_FLAGS
- TDF_CAN_BE_MINIMIZED → const TASKDIALOG_FLAGS
- TDF_ENABLE_HYPERLINKS → const TASKDIALOG_FLAGS
- TDF_EXPAND_FOOTER_AREA → const TASKDIALOG_FLAGS
- TDF_EXPANDED_BY_DEFAULT → const TASKDIALOG_FLAGS
- TDF_NO_DEFAULT_RADIO_BUTTON → const TASKDIALOG_FLAGS
- TDF_NO_SET_FOREGROUND → const TASKDIALOG_FLAGS
- TDF_POSITION_RELATIVE_TO_WINDOW → const TASKDIALOG_FLAGS
- TDF_RTL_LAYOUT → const TASKDIALOG_FLAGS
- TDF_SHOW_MARQUEE_PROGRESS_BAR → const TASKDIALOG_FLAGS
- TDF_SHOW_PROGRESS_BAR → const TASKDIALOG_FLAGS
- TDF_SIZE_TO_CONTENT → const TASKDIALOG_FLAGS
- TDF_USE_COMMAND_LINKS → const TASKDIALOG_FLAGS
- TDF_USE_COMMAND_LINKS_NO_ICON → const TASKDIALOG_FLAGS
- TDF_USE_HICON_FOOTER → const TASKDIALOG_FLAGS
- TDF_USE_HICON_MAIN → const TASKDIALOG_FLAGS
- TDF_VERIFICATION_FLAG_CHECKED → const TASKDIALOG_FLAGS
- tdForwarder → const CorTypeAttr
- tdHasSecurity → const CorTypeAttr
- tdImport → const CorTypeAttr
- tdInterface → const CorTypeAttr
- tdLayoutMask → const CorTypeAttr
- tdNestedAssembly → const CorTypeAttr
- tdNestedFamANDAssem → const CorTypeAttr
- tdNestedFamily → const CorTypeAttr
- tdNestedFamORAssem → const CorTypeAttr
- tdNestedPrivate → const CorTypeAttr
- tdNestedPublic → const CorTypeAttr
- tdNotPublic → const CorTypeAttr
- tdPublic → const CorTypeAttr
- tdReservedMask → const CorTypeAttr
- tdRTSpecialName → const CorTypeAttr
- tdSealed → const CorTypeAttr
- tdSequentialLayout → const CorTypeAttr
- tdSerializable → const CorTypeAttr
- tdSpecialName → const CorTypeAttr
- tdStringFormatMask → const CorTypeAttr
- tdUnicodeClass → const CorTypeAttr
- tdVisibilityMask → const CorTypeAttr
- tdWindowsRuntime → const CorTypeAttr
- TECHNOLOGY → const GET_DEVICE_CAPS_INDEX
- TEXTCAPS → const GET_DEVICE_CAPS_INDEX
- TextEditChangeType_AutoComplete → const TextEditChangeType
- TextEditChangeType_AutoCorrect → const TextEditChangeType
- Change is from an auto-correct action performed by a control.
- TextEditChangeType_Composition → const TextEditChangeType
- Change is from an IME active composition within a control.
- TextEditChangeType_CompositionFinalized → const TextEditChangeType
- Change is from an IME composition going from active to finalized state within a control.
- TextEditChangeType_None → const TextEditChangeType
- Not related to a specific change type.
- TextPatternRangeEndpoint_End → const TextPatternRangeEndpoint
- The ending endpoint of the range.
- TextPatternRangeEndpoint_Start → const TextPatternRangeEndpoint
- The starting endpoint of the range.
- TextUnit_Character → const TextUnit
- Character.
- TextUnit_Document → const TextUnit
- Document.
- TextUnit_Format → const TextUnit
- Format.
- TextUnit_Line → const TextUnit
- Line.
- TextUnit_Page → const TextUnit
- Page.
- TextUnit_Paragraph → const TextUnit
- Paragraph.
- TextUnit_Word → const TextUnit
- Word.
- THAI_CHARSET → const FONT_CHARSET
- ThermalEvent → const POWER_INFORMATION_LEVEL
- ThermalStandby → const POWER_INFORMATION_LEVEL
- THREAD_CREATE_RUN_IMMEDIATELY → const THREAD_CREATION_FLAGS
- THREAD_CREATE_SUSPENDED → const THREAD_CREATION_FLAGS
- TIME_BYTES → const int
- TIME_MIDI → const int
- TIME_MS → const int
- TIME_SAMPLES → const int
- TIME_SMPTE → const int
- TIME_TICKS → const int
- TIMER_ALL_ACCESS → const SYNCHRONIZATION_ACCESS_RIGHTS
- TIMER_MODIFY_STATE → const SYNCHRONIZATION_ACCESS_RIGHTS
- TIMER_QUERY_STATE → const SYNCHRONIZATION_ACCESS_RIGHTS
- TKIND_ALIAS → const TYPEKIND
- A type that is an alias for another type.
- TKIND_COCLASS → const TYPEKIND
- A set of implemented component object interfaces.
- TKIND_DISPATCH → const TYPEKIND
- A set of methods and properties that are accessible through IDispatch::Invoke.
- TKIND_ENUM → const TYPEKIND
- A set of enumerators.
- TKIND_INTERFACE → const TYPEKIND
- A type that has virtual and pure functions.
- TKIND_MAX → const TYPEKIND
- End of enum marker.
- TKIND_MODULE → const TYPEKIND
- A module that can only have static functions and data (for example, a DLL).
- TKIND_RECORD → const TYPEKIND
- A structure with no methods.
- TKIND_UNION → const TYPEKIND
- A union, all of whose members have an offset of zero.
- TMPF_DEVICE → const TMPF_FLAGS
- TMPF_FIXED_PITCH → const TMPF_FLAGS
- TMPF_TRUETYPE → const TMPF_FLAGS
- TMPF_VECTOR → const TMPF_FLAGS
- TMT_ACCENTCOLORHINT → const THEME_PROPERTY_SYMBOL_ID
- TMT_ACTIVEBORDER → const THEME_PROPERTY_SYMBOL_ID
- TMT_ACTIVECAPTION → const THEME_PROPERTY_SYMBOL_ID
- TMT_ALIAS → const THEME_PROPERTY_SYMBOL_ID
- TMT_ALPHALEVEL → const THEME_PROPERTY_SYMBOL_ID
- TMT_ALPHATHRESHOLD → const THEME_PROPERTY_SYMBOL_ID
- TMT_ALWAYSSHOWSIZINGBAR → const THEME_PROPERTY_SYMBOL_ID
- TMT_ANIMATIONBUTTONRECT → const THEME_PROPERTY_SYMBOL_ID
- TMT_ANIMATIONDELAY → const THEME_PROPERTY_SYMBOL_ID
- TMT_ANIMATIONDURATION → const THEME_PROPERTY_SYMBOL_ID
- TMT_APPWORKSPACE → const THEME_PROPERTY_SYMBOL_ID
- TMT_ATLASIMAGE → const THEME_PROPERTY_SYMBOL_ID
- TMT_ATLASINPUTIMAGE → const THEME_PROPERTY_SYMBOL_ID
- TMT_ATLASRECT → const THEME_PROPERTY_SYMBOL_ID
- TMT_AUTHOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_AUTOSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_BACKGROUND → const THEME_PROPERTY_SYMBOL_ID
- TMT_BGFILL → const THEME_PROPERTY_SYMBOL_ID
- TMT_BGTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_BITMAPREF → const THEME_PROPERTY_SYMBOL_ID
- TMT_BLENDCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_BODYFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_BODYTEXTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_BOOL → const THEME_PROPERTY_SYMBOL_ID
- TMT_BORDERCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_BORDERCOLORHINT → const THEME_PROPERTY_SYMBOL_ID
- TMT_BORDERONLY → const THEME_PROPERTY_SYMBOL_ID
- TMT_BORDERSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_BORDERTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_BTNFACE → const THEME_PROPERTY_SYMBOL_ID
- TMT_BTNHIGHLIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_BTNSHADOW → const THEME_PROPERTY_SYMBOL_ID
- TMT_BTNTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_BUTTONALTERNATEFACE → const THEME_PROPERTY_SYMBOL_ID
- TMT_CAPTIONBARHEIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_CAPTIONBARWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_CAPTIONFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_CAPTIONMARGINS → const THEME_PROPERTY_SYMBOL_ID
- TMT_CAPTIONTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_CHARSET → const THEME_PROPERTY_SYMBOL_ID
- TMT_CLASSICVALUE → const THEME_PROPERTY_SYMBOL_ID
- TMT_COLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_COLORIZATIONCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_COLORIZATIONOPACITY → const THEME_PROPERTY_SYMBOL_ID
- TMT_COLORSCHEMES → const THEME_PROPERTY_SYMBOL_ID
- TMT_COMPANY → const THEME_PROPERTY_SYMBOL_ID
- TMT_COMPOSITED → const THEME_PROPERTY_SYMBOL_ID
- TMT_COMPOSITEDOPAQUE → const THEME_PROPERTY_SYMBOL_ID
- TMT_CONTENTALIGNMENT → const THEME_PROPERTY_SYMBOL_ID
- TMT_CONTENTMARGINS → const THEME_PROPERTY_SYMBOL_ID
- TMT_COPYRIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_CSSNAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_CUSTOMSPLITRECT → const THEME_PROPERTY_SYMBOL_ID
- TMT_DEFAULTPANESIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_DESCRIPTION → const THEME_PROPERTY_SYMBOL_ID
- TMT_DIBDATA → const THEME_PROPERTY_SYMBOL_ID
- TMT_DISKSTREAM → const THEME_PROPERTY_SYMBOL_ID
- TMT_DISPLAYNAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_DKSHADOW3D → const THEME_PROPERTY_SYMBOL_ID
- TMT_DRAWBORDERS → const THEME_PROPERTY_SYMBOL_ID
- TMT_EDGEDKSHADOWCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_EDGEFILLCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_EDGEHIGHLIGHTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_EDGELIGHTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_EDGESHADOWCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_ENUM → const THEME_PROPERTY_SYMBOL_ID
- TMT_FILENAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_FILLCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_FILLCOLORHINT → const THEME_PROPERTY_SYMBOL_ID
- TMT_FILLTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRST_RCSTRING_NAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRSTBOOL → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRSTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRSTFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRSTINT → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRSTSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_FIRSTSTRING → const THEME_PROPERTY_SYMBOL_ID
- TMT_FLATMENUS → const THEME_PROPERTY_SYMBOL_ID
- TMT_FLOAT → const THEME_PROPERTY_SYMBOL_ID
- TMT_FLOATLIST → const THEME_PROPERTY_SYMBOL_ID
- TMT_FONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_FRAMESPERSECOND → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMCOLOR1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMCOLOR2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMCOLOR3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMCOLOR4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMCOLOR5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMHUE1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMHUE2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMHUE3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMHUE4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_FROMHUE5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLOWCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLOWINTENSITY → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHDIBDATA → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHFONTSIZINGTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHIMAGEFILE → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHINDEX → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHONLY → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHTEXTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHTRANSPARENT → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHTRANSPARENTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_GLYPHTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTACTIVECAPTION → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTCOLOR1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTCOLOR2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTCOLOR3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTCOLOR4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTCOLOR5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTINACTIVECAPTION → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTRATIO1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTRATIO2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTRATIO3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTRATIO4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRADIENTRATIO5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_GRAYTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_HALIGN → const THEME_PROPERTY_SYMBOL_ID
- TMT_HBITMAP → const THEME_PROPERTY_SYMBOL_ID
- TMT_HEADING1FONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_HEADING1TEXTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_HEADING2FONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_HEADING2TEXTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_HEIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_HIGHLIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_HIGHLIGHTTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_HOTTRACKING → const THEME_PROPERTY_SYMBOL_ID
- TMT_ICONEFFECT → const THEME_PROPERTY_SYMBOL_ID
- TMT_ICONTITLEFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGECOUNT → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE6 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGEFILE7 → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGELAYOUT → const THEME_PROPERTY_SYMBOL_ID
- TMT_IMAGESELECTTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_INACTIVEBORDER → const THEME_PROPERTY_SYMBOL_ID
- TMT_INACTIVECAPTION → const THEME_PROPERTY_SYMBOL_ID
- TMT_INACTIVECAPTIONTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_INFOBK → const THEME_PROPERTY_SYMBOL_ID
- TMT_INFOTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_INT → const THEME_PROPERTY_SYMBOL_ID
- TMT_INTEGRALSIZING → const THEME_PROPERTY_SYMBOL_ID
- TMT_INTLIST → const THEME_PROPERTY_SYMBOL_ID
- TMT_LAST_RCSTRING_NAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTBOOL → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTINT → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTSTRING → const THEME_PROPERTY_SYMBOL_ID
- TMT_LASTUPDATED → const THEME_PROPERTY_SYMBOL_ID
- TMT_LIGHT3D → const THEME_PROPERTY_SYMBOL_ID
- TMT_LOCALIZEDMIRRORIMAGE → const THEME_PROPERTY_SYMBOL_ID
- TMT_MARGINS → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENU → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENUBAR → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENUBARHEIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENUBARWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENUFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENUHILIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_MENUTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINCOLORDEPTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI6 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINDPI7 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE6 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MINSIZE7 → const THEME_PROPERTY_SYMBOL_ID
- TMT_MIRRORIMAGE → const THEME_PROPERTY_SYMBOL_ID
- TMT_MSGBOXFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_NAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_NOETCHEDEFFECT → const THEME_PROPERTY_SYMBOL_ID
- TMT_NORMALSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_OFFSET → const THEME_PROPERTY_SYMBOL_ID
- TMT_OFFSETTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_OPACITY → const THEME_PROPERTY_SYMBOL_ID
- TMT_PADDEDBORDERWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_PIXELSPERFRAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_POSITION → const THEME_PROPERTY_SYMBOL_ID
- TMT_PROGRESSCHUNKSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_PROGRESSSPACESIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_RECT → const THEME_PROPERTY_SYMBOL_ID
- TMT_RESERVEDHIGH → const THEME_PROPERTY_SYMBOL_ID
- TMT_RESERVEDLOW → const THEME_PROPERTY_SYMBOL_ID
- TMT_ROUNDCORNERHEIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_ROUNDCORNERWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_SATURATION → const THEME_PROPERTY_SYMBOL_ID
- TMT_SCALEDBACKGROUND → const THEME_PROPERTY_SYMBOL_ID
- TMT_SCROLLBAR → const THEME_PROPERTY_SYMBOL_ID
- TMT_SCROLLBARHEIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_SCROLLBARWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_SHADOWCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_SIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_SIZES → const THEME_PROPERTY_SYMBOL_ID
- TMT_SIZINGBORDERWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_SIZINGMARGINS → const THEME_PROPERTY_SYMBOL_ID
- TMT_SIZINGTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_SMALLCAPTIONFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_SMCAPTIONBARHEIGHT → const THEME_PROPERTY_SYMBOL_ID
- TMT_SMCAPTIONBARWIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_SOURCEGROW → const THEME_PROPERTY_SYMBOL_ID
- TMT_SOURCESHRINK → const THEME_PROPERTY_SYMBOL_ID
- TMT_STATUSFONT → const THEME_PROPERTY_SYMBOL_ID
- TMT_STREAM → const THEME_PROPERTY_SYMBOL_ID
- TMT_STRING → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTAPPLYOVERLAY → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTBORDERCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTBORDERSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTCOLORHINT → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTGLOW → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTGLOWSIZE → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTITALIC → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTSHADOWCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTSHADOWOFFSET → const THEME_PROPERTY_SYMBOL_ID
- TMT_TEXTSHADOWTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOCOLOR1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOCOLOR2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOCOLOR3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOCOLOR4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOCOLOR5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOHUE1 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOHUE2 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOHUE3 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOHUE4 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOHUE5 → const THEME_PROPERTY_SYMBOL_ID
- TMT_TOOLTIP → const THEME_PROPERTY_SYMBOL_ID
- TMT_TRANSITIONDURATIONS → const THEME_PROPERTY_SYMBOL_ID
- TMT_TRANSPARENT → const THEME_PROPERTY_SYMBOL_ID
- TMT_TRANSPARENTCOLOR → const THEME_PROPERTY_SYMBOL_ID
- TMT_TRUESIZESCALINGTYPE → const THEME_PROPERTY_SYMBOL_ID
- TMT_TRUESIZESTRETCHMARK → const THEME_PROPERTY_SYMBOL_ID
- TMT_UNIFORMSIZING → const THEME_PROPERTY_SYMBOL_ID
- TMT_URL → const THEME_PROPERTY_SYMBOL_ID
- TMT_USERPICTURE → const THEME_PROPERTY_SYMBOL_ID
- TMT_VALIGN → const THEME_PROPERTY_SYMBOL_ID
- TMT_VERSION → const THEME_PROPERTY_SYMBOL_ID
- TMT_WIDTH → const THEME_PROPERTY_SYMBOL_ID
- TMT_WINDOW → const THEME_PROPERTY_SYMBOL_ID
- TMT_WINDOWFRAME → const THEME_PROPERTY_SYMBOL_ID
- TMT_WINDOWTEXT → const THEME_PROPERTY_SYMBOL_ID
- TMT_XMLNAME → const THEME_PROPERTY_SYMBOL_ID
- ToggleState_Indeterminate → const ToggleState
- The UI Automation element is in an indeterminate state.
- ToggleState_Off → const ToggleState
- The UI Automation element is not selected, checked, marked or otherwise activated.
- ToggleState_On → const ToggleState
- The UI Automation element is selected, checked, marked or otherwise activated.
- TOKEN_ACCESS_PSEUDO_HANDLE → const TOKEN_ACCESS_MASK
- TOKEN_ACCESS_PSEUDO_HANDLE_WIN8 → const TOKEN_ACCESS_MASK
- TOKEN_ACCESS_SYSTEM_SECURITY → const TOKEN_ACCESS_MASK
- TOKEN_ADJUST_DEFAULT → const TOKEN_ACCESS_MASK
- TOKEN_ADJUST_GROUPS → const TOKEN_ACCESS_MASK
- TOKEN_ADJUST_PRIVILEGES → const TOKEN_ACCESS_MASK
- TOKEN_ADJUST_SESSIONID → const TOKEN_ACCESS_MASK
- TOKEN_ALL_ACCESS → const TOKEN_ACCESS_MASK
- TOKEN_ASSIGN_PRIMARY → const TOKEN_ACCESS_MASK
- TOKEN_DELETE → const TOKEN_ACCESS_MASK
- TOKEN_DUPLICATE → const TOKEN_ACCESS_MASK
- TOKEN_EXECUTE → const TOKEN_ACCESS_MASK
- TOKEN_IMPERSONATE → const TOKEN_ACCESS_MASK
- TOKEN_QUERY → const TOKEN_ACCESS_MASK
- TOKEN_QUERY_SOURCE → const TOKEN_ACCESS_MASK
- TOKEN_READ → const TOKEN_ACCESS_MASK
- TOKEN_READ_CONTROL → const TOKEN_ACCESS_MASK
- TOKEN_TRUST_CONSTRAINT_MASK → const TOKEN_ACCESS_MASK
- TOKEN_WRITE → const TOKEN_ACCESS_MASK
- TOKEN_WRITE_DAC → const TOKEN_ACCESS_MASK
- TOKEN_WRITE_OWNER → const TOKEN_ACCESS_MASK
- TokenAccessInformation → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_ACCESS_INFORMATION structure that specifies security information contained in the token.
- TokenAppContainerNumber → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that includes the app container number for the token.
- TokenAppContainerSid → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_APPCONTAINER_INFORMATION structure that contains the AppContainerSid associated with the token.
- TokenAuditPolicy → const TOKEN_INFORMATION_CLASS
- Reserved.
- TokenBnoIsolation → const TOKEN_INFORMATION_CLASS
- TokenCapabilities → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS structure that contains the capabilities associated with the token.
- TokenChildProcessFlags → const TOKEN_INFORMATION_CLASS
- TokenDefaultDacl → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_DEFAULT_DACL structure that contains the default DACL for newly created objects.
- TokenDeviceClaimAttributes → const TOKEN_INFORMATION_CLASS
- The buffer receives a CLAIM_SECURITY_ATTRIBUTES_INFORMATION structure that contains the device claims associated with the token.
- TokenDeviceGroups → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS structure that contains the device groups that are associated with the token.
- TokenElevation → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_ELEVATION structure that specifies whether the token is elevated.
- TokenElevationType → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_ELEVATION_TYPE value that specifies the elevation level of the token.
- TokenGroups → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS structure that contains the group accounts associated with the token.
- TokenGroupsAndPrivileges → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS_AND_PRIVILEGES structure that contains the user SID, the group accounts, the restricted SIDs, and the authentication ID associated with the token.
- TokenHasRestrictions → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that is nonzero if the token has ever been filtered.
- TokenImpersonationLevel → const TOKEN_INFORMATION_CLASS
- The buffer receives a SECURITY_IMPERSONATION_LEVEL value that indicates the impersonation level of the token.
- TokenIntegrityLevel → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_MANDATORY_LABEL structure that specifies the token's integrity level.
- TokenIsAppContainer → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that is nonzero if the token is an app container token.
- TokenIsAppSilo → const TOKEN_INFORMATION_CLASS
- TokenIsLessPrivilegedAppContainer → const TOKEN_INFORMATION_CLASS
- TokenIsRestricted → const TOKEN_INFORMATION_CLASS
- Reserved.
- TokenIsSandboxed → const TOKEN_INFORMATION_CLASS
- TokenLearningMode → const TOKEN_INFORMATION_CLASS
- TokenLinkedToken → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_LINKED_TOKEN structure that contains a handle to another token that is linked to this token.
- TokenLoggingInformation → const TOKEN_INFORMATION_CLASS
- TokenLogonSid → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS structure that specifies the token's logon SID.
- TokenMandatoryPolicy → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_MANDATORY_POLICY structure that specifies the token's mandatory integrity policy.
- TokenOrigin → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_ORIGIN value.
- TokenOwner → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_OWNER structure that contains the default owner security identifier (SID) for newly created objects.
- TokenPrimaryGroup → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_PRIMARY_GROUP structure that contains the default primary group SID for newly created objects.
- TokenPrivateNameSpace → const TOKEN_INFORMATION_CLASS
- TokenPrivileges → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_PRIVILEGES structure that contains the privileges of the token.
- TokenProcessTrustLevel → const TOKEN_INFORMATION_CLASS
- TokenRestrictedDeviceClaimAttributes → const TOKEN_INFORMATION_CLASS
- Reserved.
- TokenRestrictedDeviceGroups → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS structure that contains the restricted device groups that are associated with the token.
- TokenRestrictedSids → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_GROUPS structure that contains the list of restricting SIDs in a restricted token.
- TokenRestrictedUserClaimAttributes → const TOKEN_INFORMATION_CLASS
- Reserved.
- TokenSandBoxInert → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that is nonzero if the token includes the SANDBOX_INERT flag.
- TokenSecurityAttributes → const TOKEN_INFORMATION_CLASS
- Reserved.
- TokenSessionId → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that indicates the Terminal Services session identifier that is associated with the token.
- TokenSessionReference → const TOKEN_INFORMATION_CLASS
- Reserved.
- TokenSingletonAttributes → const TOKEN_INFORMATION_CLASS
- TokenSource → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_SOURCE structure that contains the source of the token.
- TokenStatistics → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_STATISTICS structure that contains various token statistics.
- TokenType → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_TYPE value that indicates whether the token is a primary or impersonation token.
- TokenUIAccess → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that is nonzero if the token has the UIAccess flag set.
- TokenUser → const TOKEN_INFORMATION_CLASS
- The buffer receives a TOKEN_USER structure that contains the user account of the token.
- TokenUserClaimAttributes → const TOKEN_INFORMATION_CLASS
- The buffer receives a CLAIM_SECURITY_ATTRIBUTES_INFORMATION structure that contains the user claims associated with the token.
- TokenVirtualizationAllowed → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that is nonzero if virtualization is allowed for the token.
- TokenVirtualizationEnabled → const TOKEN_INFORMATION_CLASS
- The buffer receives a DWORD value that is nonzero if virtualization is enabled for the token.
- TOUCHEVENTF_DOWN → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_INRANGE → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_MOVE → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_NOCOALESCE → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_PALM → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_PEN → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_PRIMARY → const TOUCHEVENTF_FLAGS
- TOUCHEVENTF_UP → const TOUCHEVENTF_FLAGS
- TOUCHINPUTMASKF_CONTACTAREA → const TOUCHINPUTMASKF_MASK
- TOUCHINPUTMASKF_EXTRAINFO → const TOUCHINPUTMASKF_MASK
- TOUCHINPUTMASKF_TIMEFROMSYSTEM → const TOUCHINPUTMASKF_MASK
- TPM_BOTTOMALIGN → const TRACK_POPUP_MENU_FLAGS
- TPM_CENTERALIGN → const TRACK_POPUP_MENU_FLAGS
- TPM_HORIZONTAL → const TRACK_POPUP_MENU_FLAGS
- TPM_HORNEGANIMATION → const TRACK_POPUP_MENU_FLAGS
- TPM_HORPOSANIMATION → const TRACK_POPUP_MENU_FLAGS
- TPM_LAYOUTRTL → const TRACK_POPUP_MENU_FLAGS
- TPM_LEFTALIGN → const TRACK_POPUP_MENU_FLAGS
- TPM_LEFTBUTTON → const TRACK_POPUP_MENU_FLAGS
- TPM_NOANIMATION → const TRACK_POPUP_MENU_FLAGS
- TPM_NONOTIFY → const TRACK_POPUP_MENU_FLAGS
- TPM_RECURSE → const TRACK_POPUP_MENU_FLAGS
- TPM_RETURNCMD → const TRACK_POPUP_MENU_FLAGS
- TPM_RIGHTALIGN → const TRACK_POPUP_MENU_FLAGS
- TPM_RIGHTBUTTON → const TRACK_POPUP_MENU_FLAGS
- TPM_TOPALIGN → const TRACK_POPUP_MENU_FLAGS
- TPM_VCENTERALIGN → const TRACK_POPUP_MENU_FLAGS
- TPM_VERNEGANIMATION → const TRACK_POPUP_MENU_FLAGS
- TPM_VERPOSANIMATION → const TRACK_POPUP_MENU_FLAGS
- TPM_VERTICAL → const TRACK_POPUP_MENU_FLAGS
- TPM_WORKAREA → const TRACK_POPUP_MENU_FLAGS
- TraceApplicationPowerMessage → const POWER_INFORMATION_LEVEL
- TraceApplicationPowerMessageEnd → const POWER_INFORMATION_LEVEL
- TraceServicePowerMessage → const POWER_INFORMATION_LEVEL
- TRANSPARENT → const BACKGROUND_MODE
- TREE_CONNECT_ATTRIBUTE_GLOBAL → const int
- TREE_CONNECT_ATTRIBUTE_INTEGRITY → const int
- TREE_CONNECT_ATTRIBUTE_PINNED → const int
- TREE_CONNECT_ATTRIBUTE_PRIVACY → const int
- TreeScope_Ancestors → const TreeScope
- The scope includes the parent and more distant ancestors of the element.
- TreeScope_Children → const TreeScope
- The scope includes children of the element.
- TreeScope_Descendants → const TreeScope
- The scope includes children and more distant descendants of the element.
- TreeScope_Element → const TreeScope
- The scope includes the element itself.
- TreeScope_None → const TreeScope
- The scope excludes the subtree from the search.
- TreeScope_Parent → const TreeScope
- The scope includes the parent of the element.
- TreeScope_Subtree → const TreeScope
- The scope includes the element and all its descendants.
- TreeTraversalOptions_Default → const TreeTraversalOptions
- Pre-order, visit children from first to last.
- TreeTraversalOptions_LastToFirstOrder → const TreeTraversalOptions
- Visit children from last to first.
- TreeTraversalOptions_PostOrder → const TreeTraversalOptions
- Post-order.
- TRUE → const int
- TRUNCATE_EXISTING → const FILE_CREATION_DISPOSITION
- TS_DRAW → const THEMESIZE
- Receives the size that the theme manager uses to draw a part.
- TS_MIN → const THEMESIZE
- Receives the minimum size of a visual style part.
- TS_TRUE → const THEMESIZE
- Receives the size of the visual style part that will best fit the available space.
- TUNNEL_TYPE_6TO4 → const TUNNEL_TYPE
- Specifies that an IPv6 packet is encapsulated directly within an IPv4 header, with no intermediate header, and the packet is sent unicast to the destination determined by the 6to4 protocol.
- TUNNEL_TYPE_DIRECT → const TUNNEL_TYPE
- Specifies that a packet is encapsulated directly within a normal IP header, with no intermediate header, and the packet is sent unicast to the remote tunnel endpoint.
- TUNNEL_TYPE_IPHTTPS → const TUNNEL_TYPE
- Specifies that the tunnel uses IP over Hypertext Transfer Protocol Secure (HTTPS).
- TUNNEL_TYPE_ISATAP → const TUNNEL_TYPE
- Specifies that an IPv6 packet is encapsulated directly within an IPv4 header, with no intermediate header, and the packet is sent unicast to the destination determined by the ISATAP protocol.
- TUNNEL_TYPE_NONE → const TUNNEL_TYPE
- Indicates that a tunnel is not specified.
- TUNNEL_TYPE_OTHER → const TUNNEL_TYPE
- Indicates that none of the following tunnel types is specified.
- TUNNEL_TYPE_TEREDO → const TUNNEL_TYPE
- Specifies that the tunnel uses Teredo encapsulation.
- TURKISH_CHARSET → const FONT_CHARSET
- TWF_FINETOUCH → const REGISTER_TOUCH_WINDOW_FLAGS
- TWF_WANTPALM → const REGISTER_TOUCH_WINDOW_FLAGS
- TWOSTOPBITS → const DCB_STOP_BITS
- UDM_GETACCEL → const int
- Retrieves acceleration information for an up-down control.
- UDM_GETBASE → const int
- Retrieves the current radix base (that is, either base 10 or 16) for an up-down control.
- UDM_GETBUDDY → const int
- Retrieves the handle to the current buddy window.
- UDM_GETPOS → const int
- Retrieves the current position of an up-down control with 16-bit precision.
- UDM_GETPOS32 → const int
- Returns the 32-bit position of an up-down control.
- UDM_GETRANGE → const int
- Retrieves the minimum and maximum positions (range) for an up-down control.
- UDM_GETRANGE32 → const int
- Retrieves the 32-bit range of an up-down control.
- UDM_GETUNICODEFORMAT → const int
- UDM_GETUNICODEFORMAT message - Retrieves the Unicode character format flag for the control.
- UDM_SETACCEL → const int
- Sets the acceleration for an up-down control.
- UDM_SETBASE → const int
- Sets the radix base for an up-down control.
- UDM_SETBUDDY → const int
- Sets the buddy window for an up-down control.
- UDM_SETPOS → const int
- Sets the current position for an up-down control with 16-bit precision.
- UDM_SETPOS32 → const int
- Sets the position of an up-down control with 32-bit precision.
- UDM_SETRANGE → const int
- Sets the minimum and maximum positions (range) for an up-down control.
- UDM_SETRANGE32 → const int
- Sets the 32-bit range of an up-down control.
- UDM_SETUNICODEFORMAT → const int
- UDM_SETUNICODEFORMAT message - Sets the Unicode character format flag for the control.
- UDS_ALIGNLEFT → const int
- UDS_ALIGNRIGHT → const int
- UDS_ARROWKEYS → const int
- UDS_AUTOBUDDY → const int
- UDS_HORZ → const int
- UDS_HOTTRACK → const int
- UDS_NOTHOUSANDS → const int
- UDS_SETBUDDYINT → const int
- UDS_WRAP → const int
- UIA_AcceleratorKeyPropertyId → const UIA_PROPERTY_ID
- UIA_AccessKeyPropertyId → const UIA_PROPERTY_ID
- UIA_ActiveTextPositionChangedEventId → const UIA_EVENT_ID
- UIA_AfterParagraphSpacingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_AnimationStyleAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_AnnotationAnnotationTypeIdPropertyId → const UIA_PROPERTY_ID
- UIA_AnnotationAnnotationTypeNamePropertyId → const UIA_PROPERTY_ID
- UIA_AnnotationAuthorPropertyId → const UIA_PROPERTY_ID
- UIA_AnnotationDateTimePropertyId → const UIA_PROPERTY_ID
- UIA_AnnotationObjectsAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_AnnotationObjectsPropertyId → const UIA_PROPERTY_ID
- UIA_AnnotationPatternId → const UIA_PATTERN_ID
- UIA_AnnotationTargetPropertyId → const UIA_PROPERTY_ID
- UIA_AnnotationTypesAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_AnnotationTypesPropertyId → const UIA_PROPERTY_ID
- UIA_AppBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_AriaPropertiesPropertyId → const UIA_PROPERTY_ID
- UIA_AriaRolePropertyId → const UIA_PROPERTY_ID
- UIA_AsyncContentLoadedEventId → const UIA_EVENT_ID
- UIA_AutomationFocusChangedEventId → const UIA_EVENT_ID
- UIA_AutomationIdPropertyId → const UIA_PROPERTY_ID
- UIA_AutomationPropertyChangedEventId → const UIA_EVENT_ID
- UIA_BackgroundColorAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_BeforeParagraphSpacingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_BoundingRectanglePropertyId → const UIA_PROPERTY_ID
- UIA_BulletStyleAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_ButtonControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_CalendarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_CapStyleAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_CaretBidiModeAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_CaretPositionAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_CenterPointPropertyId → const UIA_PROPERTY_ID
- UIA_ChangesEventId → const UIA_EVENT_ID
- UIA_CheckBoxControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ClassNamePropertyId → const UIA_PROPERTY_ID
- UIA_ClickablePointPropertyId → const UIA_PROPERTY_ID
- UIA_ComboBoxControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ControllerForPropertyId → const UIA_PROPERTY_ID
- UIA_ControlTypePropertyId → const UIA_PROPERTY_ID
- UIA_CultureAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_CulturePropertyId → const UIA_PROPERTY_ID
- UIA_CustomControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_CustomLandmarkTypeId → const UIA_LANDMARKTYPE_ID
- UIA_DataGridControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_DataItemControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_DescribedByPropertyId → const UIA_PROPERTY_ID
- UIA_DockDockPositionPropertyId → const UIA_PROPERTY_ID
- UIA_DockPatternId → const UIA_PATTERN_ID
- UIA_DocumentControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_Drag_DragCancelEventId → const UIA_EVENT_ID
- UIA_Drag_DragCompleteEventId → const UIA_EVENT_ID
- UIA_Drag_DragStartEventId → const UIA_EVENT_ID
- UIA_DragDropEffectPropertyId → const UIA_PROPERTY_ID
- UIA_DragDropEffectsPropertyId → const UIA_PROPERTY_ID
- UIA_DragGrabbedItemsPropertyId → const UIA_PROPERTY_ID
- UIA_DragIsGrabbedPropertyId → const UIA_PROPERTY_ID
- UIA_DragPatternId → const UIA_PATTERN_ID
- UIA_DropTarget_DragEnterEventId → const UIA_EVENT_ID
- UIA_DropTarget_DragLeaveEventId → const UIA_EVENT_ID
- UIA_DropTarget_DroppedEventId → const UIA_EVENT_ID
- UIA_DropTargetDropTargetEffectPropertyId → const UIA_PROPERTY_ID
- UIA_DropTargetDropTargetEffectsPropertyId → const UIA_PROPERTY_ID
- UIA_DropTargetPatternId → const UIA_PATTERN_ID
- UIA_E_ELEMENTNOTAVAILABLE → const int
- UIA_E_ELEMENTNOTENABLED → const int
- UIA_E_INVALIDOPERATION → const int
- UIA_E_NOCLICKABLEPOINT → const int
- UIA_E_NOTSUPPORTED → const int
- UIA_E_PROXYASSEMBLYNOTLOADED → const int
- UIA_E_TIMEOUT → const int
- UIA_EditControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ExpandCollapseExpandCollapseStatePropertyId → const UIA_PROPERTY_ID
- UIA_ExpandCollapsePatternId → const UIA_PATTERN_ID
- UIA_FillColorPropertyId → const UIA_PROPERTY_ID
- UIA_FillTypePropertyId → const UIA_PROPERTY_ID
- UIA_FlowsFromPropertyId → const UIA_PROPERTY_ID
- UIA_FlowsToPropertyId → const UIA_PROPERTY_ID
- UIA_FontNameAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_FontSizeAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_FontWeightAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_ForegroundColorAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_FormLandmarkTypeId → const UIA_LANDMARKTYPE_ID
- UIA_FrameworkIdPropertyId → const UIA_PROPERTY_ID
- UIA_FullDescriptionPropertyId → const UIA_PROPERTY_ID
- UIA_GridColumnCountPropertyId → const UIA_PROPERTY_ID
- UIA_GridItemColumnPropertyId → const UIA_PROPERTY_ID
- UIA_GridItemColumnSpanPropertyId → const UIA_PROPERTY_ID
- UIA_GridItemContainingGridPropertyId → const UIA_PROPERTY_ID
- UIA_GridItemPatternId → const UIA_PATTERN_ID
- UIA_GridItemRowPropertyId → const UIA_PROPERTY_ID
- UIA_GridItemRowSpanPropertyId → const UIA_PROPERTY_ID
- UIA_GridPatternId → const UIA_PATTERN_ID
- UIA_GridRowCountPropertyId → const UIA_PROPERTY_ID
- UIA_GroupControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_HasKeyboardFocusPropertyId → const UIA_PROPERTY_ID
- UIA_HeaderControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_HeaderItemControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_HeadingLevelPropertyId → const UIA_PROPERTY_ID
- UIA_HelpTextPropertyId → const UIA_PROPERTY_ID
- UIA_HorizontalTextAlignmentAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_HostedFragmentRootsInvalidatedEventId → const UIA_EVENT_ID
- UIA_HyperlinkControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ImageControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_IndentationFirstLineAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IndentationLeadingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IndentationTrailingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_InputDiscardedEventId → const UIA_EVENT_ID
- UIA_InputReachedOtherElementEventId → const UIA_EVENT_ID
- UIA_InputReachedTargetEventId → const UIA_EVENT_ID
- UIA_Invoke_InvokedEventId → const UIA_EVENT_ID
- UIA_InvokePatternId → const UIA_PATTERN_ID
- UIA_IsActiveAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IsAnnotationPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsContentElementPropertyId → const UIA_PROPERTY_ID
- UIA_IsControlElementPropertyId → const UIA_PROPERTY_ID
- UIA_IsDataValidForFormPropertyId → const UIA_PROPERTY_ID
- UIA_IsDialogPropertyId → const UIA_PROPERTY_ID
- UIA_IsDockPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsDragPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsDropTargetPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsEnabledPropertyId → const UIA_PROPERTY_ID
- UIA_IsExpandCollapsePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsGridItemPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsGridPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsHiddenAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IsInvokePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsItalicAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IsItemContainerPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsKeyboardFocusablePropertyId → const UIA_PROPERTY_ID
- UIA_IsLegacyIAccessiblePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsMultipleViewPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsObjectModelPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsOffscreenPropertyId → const UIA_PROPERTY_ID
- UIA_IsPasswordPropertyId → const UIA_PROPERTY_ID
- UIA_IsPeripheralPropertyId → const UIA_PROPERTY_ID
- UIA_IsRangeValuePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsReadOnlyAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IsRequiredForFormPropertyId → const UIA_PROPERTY_ID
- UIA_IsScrollItemPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsScrollPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsSelectionItemPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsSelectionPattern2AvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsSelectionPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsSpreadsheetItemPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsSpreadsheetPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsStylesPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsSubscriptAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IsSuperscriptAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_IsSynchronizedInputPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTableItemPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTablePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTextChildPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTextEditPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTextPattern2AvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTextPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTogglePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTransformPattern2AvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsTransformPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsValuePatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsVirtualizedItemPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_IsWindowPatternAvailablePropertyId → const UIA_PROPERTY_ID
- UIA_ItemContainerPatternId → const UIA_PATTERN_ID
- UIA_ItemStatusPropertyId → const UIA_PROPERTY_ID
- UIA_ItemTypePropertyId → const UIA_PROPERTY_ID
- UIA_LabeledByPropertyId → const UIA_PROPERTY_ID
- UIA_LandmarkTypePropertyId → const UIA_PROPERTY_ID
- UIA_LayoutInvalidatedEventId → const UIA_EVENT_ID
- UIA_LegacyIAccessibleChildIdPropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleDefaultActionPropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleDescriptionPropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleHelpPropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleKeyboardShortcutPropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleNamePropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessiblePatternId → const UIA_PATTERN_ID
- UIA_LegacyIAccessibleRolePropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleSelectionPropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleStatePropertyId → const UIA_PROPERTY_ID
- UIA_LegacyIAccessibleValuePropertyId → const UIA_PROPERTY_ID
- UIA_LevelPropertyId → const UIA_PROPERTY_ID
- UIA_LineSpacingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_LinkAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_ListControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ListItemControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_LiveRegionChangedEventId → const UIA_EVENT_ID
- UIA_LiveSettingPropertyId → const UIA_PROPERTY_ID
- UIA_LocalizedControlTypePropertyId → const UIA_PROPERTY_ID
- UIA_LocalizedLandmarkTypePropertyId → const UIA_PROPERTY_ID
- UIA_MainLandmarkTypeId → const UIA_LANDMARKTYPE_ID
- UIA_MarginBottomAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_MarginLeadingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_MarginTopAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_MarginTrailingAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_MenuBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_MenuClosedEventId → const UIA_EVENT_ID
- UIA_MenuControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_MenuItemControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_MenuModeEndEventId → const UIA_EVENT_ID
- UIA_MenuModeStartEventId → const UIA_EVENT_ID
- UIA_MenuOpenedEventId → const UIA_EVENT_ID
- UIA_MultipleViewCurrentViewPropertyId → const UIA_PROPERTY_ID
- UIA_MultipleViewPatternId → const UIA_PATTERN_ID
- UIA_MultipleViewSupportedViewsPropertyId → const UIA_PROPERTY_ID
- UIA_NamePropertyId → const UIA_PROPERTY_ID
- UIA_NativeWindowHandlePropertyId → const UIA_PROPERTY_ID
- UIA_NotificationEventId → const UIA_EVENT_ID
- UIA_ObjectModelPatternId → const UIA_PATTERN_ID
- UIA_OptimizeForVisualContentPropertyId → const UIA_PROPERTY_ID
- UIA_OrientationPropertyId → const UIA_PROPERTY_ID
- UIA_OutlineColorPropertyId → const UIA_PROPERTY_ID
- UIA_OutlineStylesAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_OutlineThicknessPropertyId → const UIA_PROPERTY_ID
- UIA_OverlineColorAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_OverlineStyleAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_PaneControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_PositionInSetPropertyId → const UIA_PROPERTY_ID
- UIA_ProcessIdPropertyId → const UIA_PROPERTY_ID
- UIA_ProgressBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ProviderDescriptionPropertyId → const UIA_PROPERTY_ID
- UIA_RadioButtonControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_RangeValueIsReadOnlyPropertyId → const UIA_PROPERTY_ID
- UIA_RangeValueLargeChangePropertyId → const UIA_PROPERTY_ID
- UIA_RangeValueMaximumPropertyId → const UIA_PROPERTY_ID
- UIA_RangeValueMinimumPropertyId → const UIA_PROPERTY_ID
- UIA_RangeValuePatternId → const UIA_PATTERN_ID
- UIA_RangeValueSmallChangePropertyId → const UIA_PROPERTY_ID
- UIA_RangeValueValuePropertyId → const UIA_PROPERTY_ID
- UIA_RotationPropertyId → const UIA_PROPERTY_ID
- UIA_RuntimeIdPropertyId → const UIA_PROPERTY_ID
- UIA_SayAsInterpretAsAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_SayAsInterpretAsMetadataId → const UIA_METADATA_ID
- UIA_ScrollBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ScrollHorizontallyScrollablePropertyId → const UIA_PROPERTY_ID
- UIA_ScrollHorizontalScrollPercentPropertyId → const UIA_PROPERTY_ID
- UIA_ScrollHorizontalViewSizePropertyId → const UIA_PROPERTY_ID
- UIA_ScrollItemPatternId → const UIA_PATTERN_ID
- UIA_ScrollPatternId → const UIA_PATTERN_ID
- UIA_ScrollVerticallyScrollablePropertyId → const UIA_PROPERTY_ID
- UIA_ScrollVerticalScrollPercentPropertyId → const UIA_PROPERTY_ID
- UIA_ScrollVerticalViewSizePropertyId → const UIA_PROPERTY_ID
- UIA_SearchLandmarkTypeId → const UIA_LANDMARKTYPE_ID
- UIA_Selection2CurrentSelectedItemPropertyId → const UIA_PROPERTY_ID
- UIA_Selection2FirstSelectedItemPropertyId → const UIA_PROPERTY_ID
- UIA_Selection2ItemCountPropertyId → const UIA_PROPERTY_ID
- UIA_Selection2LastSelectedItemPropertyId → const UIA_PROPERTY_ID
- UIA_Selection_InvalidatedEventId → const UIA_EVENT_ID
- UIA_SelectionActiveEndAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_SelectionCanSelectMultiplePropertyId → const UIA_PROPERTY_ID
- UIA_SelectionIsSelectionRequiredPropertyId → const UIA_PROPERTY_ID
- UIA_SelectionItem_ElementAddedToSelectionEventId → const UIA_EVENT_ID
- UIA_SelectionItem_ElementRemovedFromSelectionEventId → const UIA_EVENT_ID
- UIA_SelectionItem_ElementSelectedEventId → const UIA_EVENT_ID
- UIA_SelectionItemIsSelectedPropertyId → const UIA_PROPERTY_ID
- UIA_SelectionItemPatternId → const UIA_PATTERN_ID
- UIA_SelectionItemSelectionContainerPropertyId → const UIA_PROPERTY_ID
- UIA_SelectionPattern2Id → const UIA_PATTERN_ID
- UIA_SelectionPatternId → const UIA_PATTERN_ID
- UIA_SelectionSelectionPropertyId → const UIA_PROPERTY_ID
- UIA_SemanticZoomControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_SeparatorControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_SizeOfSetPropertyId → const UIA_PROPERTY_ID
- UIA_SizePropertyId → const UIA_PROPERTY_ID
- UIA_SliderControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_SpinnerControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_SplitButtonControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_SpreadsheetItemAnnotationObjectsPropertyId → const UIA_PROPERTY_ID
- UIA_SpreadsheetItemAnnotationTypesPropertyId → const UIA_PROPERTY_ID
- UIA_SpreadsheetItemFormulaPropertyId → const UIA_PROPERTY_ID
- UIA_SpreadsheetItemPatternId → const UIA_PATTERN_ID
- UIA_SpreadsheetPatternId → const UIA_PATTERN_ID
- UIA_StatusBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_StrikethroughColorAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_StrikethroughStyleAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_StructureChangedEventId → const UIA_EVENT_ID
- UIA_StyleIdAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_StyleNameAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_StylesExtendedPropertiesPropertyId → const UIA_PROPERTY_ID
- UIA_StylesFillColorPropertyId → const UIA_PROPERTY_ID
- UIA_StylesFillPatternColorPropertyId → const UIA_PROPERTY_ID
- UIA_StylesFillPatternStylePropertyId → const UIA_PROPERTY_ID
- UIA_StylesPatternId → const UIA_PATTERN_ID
- UIA_StylesShapePropertyId → const UIA_PROPERTY_ID
- UIA_StylesStyleIdPropertyId → const UIA_PROPERTY_ID
- UIA_StylesStyleNamePropertyId → const UIA_PROPERTY_ID
- UIA_SynchronizedInputPatternId → const UIA_PATTERN_ID
- UIA_SystemAlertEventId → const UIA_EVENT_ID
- UIA_TabControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TabItemControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TableColumnHeadersPropertyId → const UIA_PROPERTY_ID
- UIA_TableControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TableItemColumnHeaderItemsPropertyId → const UIA_PROPERTY_ID
- UIA_TableItemPatternId → const UIA_PATTERN_ID
- UIA_TableItemRowHeaderItemsPropertyId → const UIA_PROPERTY_ID
- UIA_TablePatternId → const UIA_PATTERN_ID
- UIA_TableRowHeadersPropertyId → const UIA_PROPERTY_ID
- UIA_TableRowOrColumnMajorPropertyId → const UIA_PROPERTY_ID
- UIA_TabsAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_Text_TextChangedEventId → const UIA_EVENT_ID
- UIA_Text_TextSelectionChangedEventId → const UIA_EVENT_ID
- UIA_TextChildPatternId → const UIA_PATTERN_ID
- UIA_TextControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TextEdit_ConversionTargetChangedEventId → const UIA_EVENT_ID
- UIA_TextEdit_TextChangedEventId → const UIA_EVENT_ID
- UIA_TextEditPatternId → const UIA_PATTERN_ID
- UIA_TextFlowDirectionsAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_TextPattern2Id → const UIA_PATTERN_ID
- UIA_TextPatternId → const UIA_PATTERN_ID
- UIA_ThumbControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TitleBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TogglePatternId → const UIA_PATTERN_ID
- UIA_ToggleToggleStatePropertyId → const UIA_PROPERTY_ID
- UIA_ToolBarControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ToolTipClosedEventId → const UIA_EVENT_ID
- UIA_ToolTipControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_ToolTipOpenedEventId → const UIA_EVENT_ID
- UIA_Transform2CanZoomPropertyId → const UIA_PROPERTY_ID
- UIA_Transform2ZoomLevelPropertyId → const UIA_PROPERTY_ID
- UIA_Transform2ZoomMaximumPropertyId → const UIA_PROPERTY_ID
- UIA_Transform2ZoomMinimumPropertyId → const UIA_PROPERTY_ID
- UIA_TransformCanMovePropertyId → const UIA_PROPERTY_ID
- UIA_TransformCanResizePropertyId → const UIA_PROPERTY_ID
- UIA_TransformCanRotatePropertyId → const UIA_PROPERTY_ID
- UIA_TransformPattern2Id → const UIA_PATTERN_ID
- UIA_TransformPatternId → const UIA_PATTERN_ID
- UIA_TreeControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_TreeItemControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_UnderlineColorAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_UnderlineStyleAttributeId → const UIA_TEXTATTRIBUTE_ID
- UIA_ValueIsReadOnlyPropertyId → const UIA_PROPERTY_ID
- UIA_ValuePatternId → const UIA_PATTERN_ID
- UIA_ValueValuePropertyId → const UIA_PROPERTY_ID
- UIA_VirtualizedItemPatternId → const UIA_PATTERN_ID
- UIA_VisualEffectsPropertyId → const UIA_PROPERTY_ID
- UIA_Window_WindowClosedEventId → const UIA_EVENT_ID
- UIA_Window_WindowOpenedEventId → const UIA_EVENT_ID
- UIA_WindowCanMaximizePropertyId → const UIA_PROPERTY_ID
- UIA_WindowCanMinimizePropertyId → const UIA_PROPERTY_ID
- UIA_WindowControlTypeId → const UIA_CONTROLTYPE_ID
- UIA_WindowIsModalPropertyId → const UIA_PROPERTY_ID
- UIA_WindowIsTopmostPropertyId → const UIA_PROPERTY_ID
- UIA_WindowPatternId → const UIA_PATTERN_ID
- UIA_WindowWindowInteractionStatePropertyId → const UIA_PROPERTY_ID
- UIA_WindowWindowVisualStatePropertyId → const UIA_PROPERTY_ID
- ULW_ALPHA → const UPDATE_LAYERED_WINDOW_FLAGS
- ULW_COLORKEY → const UPDATE_LAYERED_WINDOW_FLAGS
- ULW_EX_NORESIZE → const UPDATE_LAYERED_WINDOW_FLAGS
- ULW_OPAQUE → const UPDATE_LAYERED_WINDOW_FLAGS
- Unknown → const MEDIA_TYPE
- Format is unknown.
- UNPROTECTED_DACL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- UNPROTECTED_SACL_SECURITY_INFORMATION → const OBJECT_SECURITY_INFORMATION
- UOI_FLAGS → const USER_OBJECT_INFORMATION_INDEX
- UOI_HEAPSIZE → const USER_OBJECT_INFORMATION_INDEX
- UOI_IO → const USER_OBJECT_INFORMATION_INDEX
- UOI_NAME → const USER_OBJECT_INFORMATION_INDEX
- UOI_TYPE → const USER_OBJECT_INFORMATION_INDEX
- UOI_USER_SID → const USER_OBJECT_INFORMATION_INDEX
- UpdateBlackBoxRecorder → const POWER_INFORMATION_LEVEL
- Uri_PROPERTY_ABSOLUTE_URI → const Uri_PROPERTY
- Uri_PROPERTY_AUTHORITY → const Uri_PROPERTY
- Uri_PROPERTY_DISPLAY_URI → const Uri_PROPERTY
- Uri_PROPERTY_DOMAIN → const Uri_PROPERTY
- Uri_PROPERTY_DWORD_LAST → const Uri_PROPERTY
- Uri_PROPERTY_DWORD_START → const Uri_PROPERTY
- Uri_PROPERTY_EXTENSION → const Uri_PROPERTY
- Uri_PROPERTY_FRAGMENT → const Uri_PROPERTY
- Uri_PROPERTY_HOST → const Uri_PROPERTY
- Uri_PROPERTY_HOST_TYPE → const Uri_PROPERTY
- Uri_PROPERTY_PASSWORD → const Uri_PROPERTY
- Uri_PROPERTY_PATH → const Uri_PROPERTY
- Uri_PROPERTY_PATH_AND_QUERY → const Uri_PROPERTY
- Uri_PROPERTY_PORT → const Uri_PROPERTY
- Uri_PROPERTY_QUERY → const Uri_PROPERTY
- Uri_PROPERTY_RAW_URI → const Uri_PROPERTY
- Uri_PROPERTY_SCHEME → const Uri_PROPERTY
- Uri_PROPERTY_SCHEME_NAME → const Uri_PROPERTY
- Uri_PROPERTY_STRING_LAST → const Uri_PROPERTY
- Uri_PROPERTY_STRING_START → const Uri_PROPERTY
- Uri_PROPERTY_USER_INFO → const Uri_PROPERTY
- Uri_PROPERTY_USER_NAME → const Uri_PROPERTY
- Uri_PROPERTY_ZONE → const Uri_PROPERTY
- UserEnabled → const MACHINE_ATTRIBUTES
- The specified architecture of code can run in user mode.
- UserPresence → const POWER_INFORMATION_LEVEL
- VALIDBITS → const SET_THEME_APP_PROPERTIES_FLAGS
- VAR_CONST → const VARKIND
- The VARDESC describes a symbolic constant.
- VAR_DISPATCH → const VARKIND
- The variable can only be accessed through IDispatch::Invoke.
- VAR_PERINSTANCE → const VARKIND
- The variable is a field or member of the type.
- VAR_STATIC → const VARKIND
- There is only one instance of the variable.
- VARFLAG_FBINDABLE → const VARFLAGS
- The variable supports data binding.
- VARFLAG_FDEFAULTBIND → const VARFLAGS
- The variable is the single property that best represents the object.
- VARFLAG_FDEFAULTCOLLELEM → const VARFLAGS
- Permits an optimization in which the compiler looks for a member named "xyz" on the type of abc.
- VARFLAG_FDISPLAYBIND → const VARFLAGS
- The variable is displayed to the user as bindable.
- VARFLAG_FHIDDEN → const VARFLAGS
- The variable should not be displayed to the user in a browser, although it exists and is bindable.
- VARFLAG_FIMMEDIATEBIND → const VARFLAGS
- The variable is mapped as individual bindable properties.
- VARFLAG_FNONBROWSABLE → const VARFLAGS
- The variable appears in an object browser, but not in a properties browser.
- VARFLAG_FREADONLY → const VARFLAGS
- Assignment to the variable should not be allowed.
- VARFLAG_FREPLACEABLE → const VARFLAGS
- Tags the interface as having default behaviors.
- VARFLAG_FREQUESTEDIT → const VARFLAGS
- When set, any attempt to directly change the property results in a call to IPropertyNotifySink::OnRequestEdit.
- VARFLAG_FRESTRICTED → const VARFLAGS
- The variable should not be accessible from macro languages.
- VARFLAG_FSOURCE → const VARFLAGS
- The variable returns an object that is a source of events.
- VARFLAG_FUIDEFAULT → const VARFLAGS
- The variable is the default display in the user interface.
- VARIANT_ALPHABOOL → const VAR_CHANGE_FLAGS
- VARIANT_CALENDAR_GREGORIAN → const VAR_CHANGE_FLAGS
- VARIANT_CALENDAR_HIJRI → const VAR_CHANGE_FLAGS
- VARIANT_CALENDAR_THAI → const VAR_CHANGE_FLAGS
- VARIANT_FALSE → const int
- VARIANT_LOCALBOOL → const VAR_CHANGE_FLAGS
- VARIANT_NOUSEROVERRIDE → const VAR_CHANGE_FLAGS
- VARIANT_NOVALUEPROP → const VAR_CHANGE_FLAGS
- VARIANT_TRUE → const int
- VARIANT_USE_NLS → const VAR_CHANGE_FLAGS
- VER_AND → const int
- VER_BUILDNUMBER → const VER_FLAGS
- VER_EQUAL → const int
- The current value must be equal to the specified value.
- VER_GREATER → const int
- The current value must be greater than the specified value.
- VER_GREATER_EQUAL → const int
- The current value must be greater than or equal to the specified value.
- VER_LESS → const int
- The current value must be less than the specified value.
- VER_LESS_EQUAL → const int
- The current value must be less than or equal to the specified value.
- VER_MAJORVERSION → const VER_FLAGS
- VER_MINORVERSION → const VER_FLAGS
- VER_NT_DOMAIN_CONTROLLER → const int
- VER_NT_SERVER → const int
- VER_NT_WORKSTATION → const int
- VER_OR → const int
- VER_PLATFORMID → const VER_FLAGS
- VER_PRODUCT_TYPE → const VER_FLAGS
- VER_SERVICEPACKMAJOR → const VER_FLAGS
- VER_SERVICEPACKMINOR → const VER_FLAGS
- VER_SUITENAME → const VER_FLAGS
- VerifyProcessorPowerPolicyAc → const POWER_INFORMATION_LEVEL
- VerifyProcessorPowerPolicyDc → const POWER_INFORMATION_LEVEL
- VerifySystemPolicyAc → const POWER_INFORMATION_LEVEL
- VerifySystemPolicyDc → const POWER_INFORMATION_LEVEL
- VERTRES → const GET_DEVICE_CAPS_INDEX
- VERTSIZE → const GET_DEVICE_CAPS_INDEX
- VFF_BUFFTOOSMALL → const VER_FIND_FILE_STATUS
- VFF_CURNEDEST → const VER_FIND_FILE_STATUS
- VFF_FILEINUSE → const VER_FIND_FILE_STATUS
- VFFF_ISSHAREDFILE → const VER_FIND_FILE_FLAGS
- VFT2_DRV_COMM → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_DISPLAY → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_INPUTMETHOD → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_INSTALLABLE → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_KEYBOARD → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_LANGUAGE → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_MOUSE → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_NETWORK → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_PRINTER → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_SOUND → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_SYSTEM → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_DRV_VERSIONED_PRINTER → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_FONT_RASTER → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_FONT_TRUETYPE → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_FONT_VECTOR → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT2_UNKNOWN → const VS_FIXEDFILEINFO_FILE_SUBTYPE
- VFT_APP → const VS_FIXEDFILEINFO_FILE_TYPE
- VFT_DLL → const VS_FIXEDFILEINFO_FILE_TYPE
- VFT_DRV → const VS_FIXEDFILEINFO_FILE_TYPE
- VFT_FONT → const VS_FIXEDFILEINFO_FILE_TYPE
- VFT_STATIC_LIB → const VS_FIXEDFILEINFO_FILE_TYPE
- VFT_UNKNOWN → const VS_FIXEDFILEINFO_FILE_TYPE
- VFT_VXD → const VS_FIXEDFILEINFO_FILE_TYPE
- VIETNAMESE_CHARSET → const FONT_CHARSET
- VIF_ACCESSVIOLATION → const VER_INSTALL_FILE_STATUS
- VIF_BUFFTOOSMALL → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTCREATE → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTDELETE → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTDELETECUR → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTLOADCABINET → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTLOADLZ32 → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTREADDST → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTREADSRC → const VER_INSTALL_FILE_STATUS
- VIF_CANNOTRENAME → const VER_INSTALL_FILE_STATUS
- VIF_DIFFCODEPG → const VER_INSTALL_FILE_STATUS
- VIF_DIFFLANG → const VER_INSTALL_FILE_STATUS
- VIF_DIFFTYPE → const VER_INSTALL_FILE_STATUS
- VIF_FILEINUSE → const VER_INSTALL_FILE_STATUS
- VIF_MISMATCH → const VER_INSTALL_FILE_STATUS
- VIF_OUTOFMEMORY → const VER_INSTALL_FILE_STATUS
- VIF_OUTOFSPACE → const VER_INSTALL_FILE_STATUS
- VIF_SHARINGVIOLATION → const VER_INSTALL_FILE_STATUS
- VIF_SRCOLD → const VER_INSTALL_FILE_STATUS
- VIF_TEMPFILE → const VER_INSTALL_FILE_STATUS
- VIF_WRITEPROT → const VER_INSTALL_FILE_STATUS
- VIFF_DONTDELETEOLD → const VER_INSTALL_FILE_FLAGS
- VIFF_FORCEINSTALL → const VER_INSTALL_FILE_FLAGS
- VK_0 → const VIRTUAL_KEY
- VK_1 → const VIRTUAL_KEY
- VK_2 → const VIRTUAL_KEY
- VK_3 → const VIRTUAL_KEY
- VK_4 → const VIRTUAL_KEY
- VK_5 → const VIRTUAL_KEY
- VK_6 → const VIRTUAL_KEY
- VK_7 → const VIRTUAL_KEY
- VK_8 → const VIRTUAL_KEY
- VK_9 → const VIRTUAL_KEY
- VK__none_ → const VIRTUAL_KEY
- VK_A → const VIRTUAL_KEY
- VK_ABNT_C1 → const VIRTUAL_KEY
- VK_ABNT_C2 → const VIRTUAL_KEY
- VK_ACCEPT → const VIRTUAL_KEY
- VK_ADD → const VIRTUAL_KEY
- VK_APPS → const VIRTUAL_KEY
- VK_ATTN → const VIRTUAL_KEY
- VK_B → const VIRTUAL_KEY
- VK_BACK → const VIRTUAL_KEY
- VK_BROWSER_BACK → const VIRTUAL_KEY
- VK_BROWSER_FAVORITES → const VIRTUAL_KEY
- VK_BROWSER_FORWARD → const VIRTUAL_KEY
- VK_BROWSER_HOME → const VIRTUAL_KEY
- VK_BROWSER_REFRESH → const VIRTUAL_KEY
- VK_BROWSER_SEARCH → const VIRTUAL_KEY
- VK_BROWSER_STOP → const VIRTUAL_KEY
- VK_C → const VIRTUAL_KEY
- VK_CANCEL → const VIRTUAL_KEY
- VK_CAPITAL → const VIRTUAL_KEY
- VK_CLEAR → const VIRTUAL_KEY
- VK_CONTROL → const VIRTUAL_KEY
- VK_CONVERT → const VIRTUAL_KEY
- VK_CRSEL → const VIRTUAL_KEY
- VK_D → const VIRTUAL_KEY
- VK_DBE_ALPHANUMERIC → const VIRTUAL_KEY
- VK_DBE_CODEINPUT → const VIRTUAL_KEY
- VK_DBE_DBCSCHAR → const VIRTUAL_KEY
- VK_DBE_DETERMINESTRING → const VIRTUAL_KEY
- VK_DBE_ENTERDLGCONVERSIONMODE → const VIRTUAL_KEY
- VK_DBE_ENTERIMECONFIGMODE → const VIRTUAL_KEY
- VK_DBE_ENTERWORDREGISTERMODE → const VIRTUAL_KEY
- VK_DBE_FLUSHSTRING → const VIRTUAL_KEY
- VK_DBE_HIRAGANA → const VIRTUAL_KEY
- VK_DBE_KATAKANA → const VIRTUAL_KEY
- VK_DBE_NOCODEINPUT → const VIRTUAL_KEY
- VK_DBE_NOROMAN → const VIRTUAL_KEY
- VK_DBE_ROMAN → const VIRTUAL_KEY
- VK_DBE_SBCSCHAR → const VIRTUAL_KEY
- VK_DECIMAL → const VIRTUAL_KEY
- VK_DELETE → const VIRTUAL_KEY
- VK_DIVIDE → const VIRTUAL_KEY
- VK_DOWN → const VIRTUAL_KEY
- VK_E → const VIRTUAL_KEY
- VK_END → const VIRTUAL_KEY
- VK_EREOF → const VIRTUAL_KEY
- VK_ESCAPE → const VIRTUAL_KEY
- VK_EXECUTE → const VIRTUAL_KEY
- VK_EXSEL → const VIRTUAL_KEY
- VK_F → const VIRTUAL_KEY
- VK_F1 → const VIRTUAL_KEY
- VK_F10 → const VIRTUAL_KEY
- VK_F11 → const VIRTUAL_KEY
- VK_F12 → const VIRTUAL_KEY
- VK_F13 → const VIRTUAL_KEY
- VK_F14 → const VIRTUAL_KEY
- VK_F15 → const VIRTUAL_KEY
- VK_F16 → const VIRTUAL_KEY
- VK_F17 → const VIRTUAL_KEY
- VK_F18 → const VIRTUAL_KEY
- VK_F19 → const VIRTUAL_KEY
- VK_F2 → const VIRTUAL_KEY
- VK_F20 → const VIRTUAL_KEY
- VK_F21 → const VIRTUAL_KEY
- VK_F22 → const VIRTUAL_KEY
- VK_F23 → const VIRTUAL_KEY
- VK_F24 → const VIRTUAL_KEY
- VK_F3 → const VIRTUAL_KEY
- VK_F4 → const VIRTUAL_KEY
- VK_F5 → const VIRTUAL_KEY
- VK_F6 → const VIRTUAL_KEY
- VK_F7 → const VIRTUAL_KEY
- VK_F8 → const VIRTUAL_KEY
- VK_F9 → const VIRTUAL_KEY
- VK_FINAL → const VIRTUAL_KEY
- VK_G → const VIRTUAL_KEY
- VK_GAMEPAD_A → const VIRTUAL_KEY
- VK_GAMEPAD_B → const VIRTUAL_KEY
- VK_GAMEPAD_DPAD_DOWN → const VIRTUAL_KEY
- VK_GAMEPAD_DPAD_LEFT → const VIRTUAL_KEY
- VK_GAMEPAD_DPAD_RIGHT → const VIRTUAL_KEY
- VK_GAMEPAD_DPAD_UP → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_SHOULDER → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_THUMBSTICK_BUTTON → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_THUMBSTICK_DOWN → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_THUMBSTICK_LEFT → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_THUMBSTICK_RIGHT → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_THUMBSTICK_UP → const VIRTUAL_KEY
- VK_GAMEPAD_LEFT_TRIGGER → const VIRTUAL_KEY
- VK_GAMEPAD_MENU → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_SHOULDER → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_THUMBSTICK_BUTTON → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_THUMBSTICK_DOWN → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_THUMBSTICK_LEFT → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_THUMBSTICK_RIGHT → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_THUMBSTICK_UP → const VIRTUAL_KEY
- VK_GAMEPAD_RIGHT_TRIGGER → const VIRTUAL_KEY
- VK_GAMEPAD_VIEW → const VIRTUAL_KEY
- VK_GAMEPAD_X → const VIRTUAL_KEY
- VK_GAMEPAD_Y → const VIRTUAL_KEY
- VK_H → const VIRTUAL_KEY
- VK_HANGEUL → const VIRTUAL_KEY
- VK_HANGUL → const VIRTUAL_KEY
- VK_HANJA → const VIRTUAL_KEY
- VK_HELP → const VIRTUAL_KEY
- VK_HOME → const VIRTUAL_KEY
- VK_I → const VIRTUAL_KEY
- VK_ICO_00 → const VIRTUAL_KEY
- VK_ICO_CLEAR → const VIRTUAL_KEY
- VK_ICO_HELP → const VIRTUAL_KEY
- VK_IME_OFF → const VIRTUAL_KEY
- VK_IME_ON → const VIRTUAL_KEY
- VK_INSERT → const VIRTUAL_KEY
- VK_J → const VIRTUAL_KEY
- VK_JUNJA → const VIRTUAL_KEY
- VK_K → const VIRTUAL_KEY
- VK_KANA → const VIRTUAL_KEY
- VK_KANJI → const VIRTUAL_KEY
- VK_L → const VIRTUAL_KEY
- VK_LAUNCH_APP1 → const VIRTUAL_KEY
- VK_LAUNCH_APP2 → const VIRTUAL_KEY
- VK_LAUNCH_MAIL → const VIRTUAL_KEY
- VK_LAUNCH_MEDIA_SELECT → const VIRTUAL_KEY
- VK_LBUTTON → const VIRTUAL_KEY
- VK_LCONTROL → const VIRTUAL_KEY
- VK_LEFT → const VIRTUAL_KEY
- VK_LMENU → const VIRTUAL_KEY
- VK_LSHIFT → const VIRTUAL_KEY
- VK_LWIN → const VIRTUAL_KEY
- VK_M → const VIRTUAL_KEY
- VK_MBUTTON → const VIRTUAL_KEY
- VK_MEDIA_NEXT_TRACK → const VIRTUAL_KEY
- VK_MEDIA_PLAY_PAUSE → const VIRTUAL_KEY
- VK_MEDIA_PREV_TRACK → const VIRTUAL_KEY
- VK_MEDIA_STOP → const VIRTUAL_KEY
- VK_MENU → const VIRTUAL_KEY
- VK_MODECHANGE → const VIRTUAL_KEY
- VK_MULTIPLY → const VIRTUAL_KEY
- VK_N → const VIRTUAL_KEY
- VK_NAVIGATION_ACCEPT → const VIRTUAL_KEY
- VK_NAVIGATION_CANCEL → const VIRTUAL_KEY
- VK_NAVIGATION_DOWN → const VIRTUAL_KEY
- VK_NAVIGATION_LEFT → const VIRTUAL_KEY
- VK_NAVIGATION_MENU → const VIRTUAL_KEY
- VK_NAVIGATION_RIGHT → const VIRTUAL_KEY
- VK_NAVIGATION_UP → const VIRTUAL_KEY
- VK_NAVIGATION_VIEW → const VIRTUAL_KEY
- VK_NEXT → const VIRTUAL_KEY
- VK_NONAME → const VIRTUAL_KEY
- VK_NONCONVERT → const VIRTUAL_KEY
- VK_NUMLOCK → const VIRTUAL_KEY
- VK_NUMPAD0 → const VIRTUAL_KEY
- VK_NUMPAD1 → const VIRTUAL_KEY
- VK_NUMPAD2 → const VIRTUAL_KEY
- VK_NUMPAD3 → const VIRTUAL_KEY
- VK_NUMPAD4 → const VIRTUAL_KEY
- VK_NUMPAD5 → const VIRTUAL_KEY
- VK_NUMPAD6 → const VIRTUAL_KEY
- VK_NUMPAD7 → const VIRTUAL_KEY
- VK_NUMPAD8 → const VIRTUAL_KEY
- VK_NUMPAD9 → const VIRTUAL_KEY
- VK_O → const VIRTUAL_KEY
- VK_OEM_1 → const VIRTUAL_KEY
- VK_OEM_102 → const VIRTUAL_KEY
- VK_OEM_2 → const VIRTUAL_KEY
- VK_OEM_3 → const VIRTUAL_KEY
- VK_OEM_4 → const VIRTUAL_KEY
- VK_OEM_5 → const VIRTUAL_KEY
- VK_OEM_6 → const VIRTUAL_KEY
- VK_OEM_7 → const VIRTUAL_KEY
- VK_OEM_8 → const VIRTUAL_KEY
- VK_OEM_ATTN → const VIRTUAL_KEY
- VK_OEM_AUTO → const VIRTUAL_KEY
- VK_OEM_AX → const VIRTUAL_KEY
- VK_OEM_BACKTAB → const VIRTUAL_KEY
- VK_OEM_CLEAR → const VIRTUAL_KEY
- VK_OEM_COMMA → const VIRTUAL_KEY
- VK_OEM_COPY → const VIRTUAL_KEY
- VK_OEM_CUSEL → const VIRTUAL_KEY
- VK_OEM_ENLW → const VIRTUAL_KEY
- VK_OEM_FINISH → const VIRTUAL_KEY
- VK_OEM_FJ_JISHO → const VIRTUAL_KEY
- VK_OEM_FJ_LOYA → const VIRTUAL_KEY
- VK_OEM_FJ_MASSHOU → const VIRTUAL_KEY
- VK_OEM_FJ_ROYA → const VIRTUAL_KEY
- VK_OEM_FJ_TOUROKU → const VIRTUAL_KEY
- VK_OEM_JUMP → const VIRTUAL_KEY
- VK_OEM_MINUS → const VIRTUAL_KEY
- VK_OEM_NEC_EQUAL → const VIRTUAL_KEY
- VK_OEM_PA1 → const VIRTUAL_KEY
- VK_OEM_PA2 → const VIRTUAL_KEY
- VK_OEM_PA3 → const VIRTUAL_KEY
- VK_OEM_PERIOD → const VIRTUAL_KEY
- VK_OEM_PLUS → const VIRTUAL_KEY
- VK_OEM_RESET → const VIRTUAL_KEY
- VK_OEM_WSCTRL → const VIRTUAL_KEY
- VK_P → const VIRTUAL_KEY
- VK_PA1 → const VIRTUAL_KEY
- VK_PACKET → const VIRTUAL_KEY
- VK_PAD_A → const XINPUT_VIRTUAL_KEY
- VK_PAD_B → const XINPUT_VIRTUAL_KEY
- VK_PAD_BACK → const XINPUT_VIRTUAL_KEY
- VK_PAD_DPAD_DOWN → const XINPUT_VIRTUAL_KEY
- VK_PAD_DPAD_LEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_DPAD_RIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_DPAD_UP → const XINPUT_VIRTUAL_KEY
- VK_PAD_LSHOULDER → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_DOWN → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_DOWNLEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_DOWNRIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_LEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_PRESS → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_RIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_UP → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_UPLEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTHUMB_UPRIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_LTRIGGER → const XINPUT_VIRTUAL_KEY
- VK_PAD_RSHOULDER → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_DOWN → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_DOWNLEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_DOWNRIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_LEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_PRESS → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_RIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_UP → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_UPLEFT → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTHUMB_UPRIGHT → const XINPUT_VIRTUAL_KEY
- VK_PAD_RTRIGGER → const XINPUT_VIRTUAL_KEY
- VK_PAD_START → const XINPUT_VIRTUAL_KEY
- VK_PAD_X → const XINPUT_VIRTUAL_KEY
- VK_PAD_Y → const XINPUT_VIRTUAL_KEY
- VK_PAUSE → const VIRTUAL_KEY
- VK_PLAY → const VIRTUAL_KEY
- VK_PRINT → const VIRTUAL_KEY
- VK_PRIOR → const VIRTUAL_KEY
- VK_PROCESSKEY → const VIRTUAL_KEY
- VK_Q → const VIRTUAL_KEY
- VK_R → const VIRTUAL_KEY
- VK_RBUTTON → const VIRTUAL_KEY
- VK_RCONTROL → const VIRTUAL_KEY
- VK_RETURN → const VIRTUAL_KEY
- VK_RIGHT → const VIRTUAL_KEY
- VK_RMENU → const VIRTUAL_KEY
- VK_RSHIFT → const VIRTUAL_KEY
- VK_RWIN → const VIRTUAL_KEY
- VK_S → const VIRTUAL_KEY
- VK_SCROLL → const VIRTUAL_KEY
- VK_SELECT → const VIRTUAL_KEY
- VK_SEPARATOR → const VIRTUAL_KEY
- VK_SHIFT → const VIRTUAL_KEY
- VK_SLEEP → const VIRTUAL_KEY
- VK_SNAPSHOT → const VIRTUAL_KEY
- VK_SPACE → const VIRTUAL_KEY
- VK_SUBTRACT → const VIRTUAL_KEY
- VK_T → const VIRTUAL_KEY
- VK_TAB → const VIRTUAL_KEY
- VK_U → const VIRTUAL_KEY
- VK_UP → const VIRTUAL_KEY
- VK_V → const VIRTUAL_KEY
- VK_VOLUME_DOWN → const VIRTUAL_KEY
- VK_VOLUME_MUTE → const VIRTUAL_KEY
- VK_VOLUME_UP → const VIRTUAL_KEY
- VK_W → const VIRTUAL_KEY
- VK_X → const VIRTUAL_KEY
- VK_XBUTTON1 → const VIRTUAL_KEY
- VK_XBUTTON2 → const VIRTUAL_KEY
- VK_Y → const VIRTUAL_KEY
- VK_Z → const VIRTUAL_KEY
- VK_ZOOM → const VIRTUAL_KEY
- VOLUME_NAME_DOS → const GETFINALPATHNAMEBYHANDLE_FLAGS
- VOLUME_NAME_GUID → const GETFINALPATHNAMEBYHANDLE_FLAGS
- VOLUME_NAME_NONE → const GETFINALPATHNAMEBYHANDLE_FLAGS
- VOLUME_NAME_NT → const GETFINALPATHNAMEBYHANDLE_FLAGS
- VOS__BASE → const VS_FIXEDFILEINFO_FILE_OS
- VOS__PM16 → const VS_FIXEDFILEINFO_FILE_OS
- VOS__PM32 → const VS_FIXEDFILEINFO_FILE_OS
- VOS__WINDOWS16 → const VS_FIXEDFILEINFO_FILE_OS
- VOS__WINDOWS32 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_DOS → const VS_FIXEDFILEINFO_FILE_OS
- VOS_DOS_WINDOWS16 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_DOS_WINDOWS32 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_NT → const VS_FIXEDFILEINFO_FILE_OS
- VOS_NT_WINDOWS32 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_OS216 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_OS216_PM16 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_OS232 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_OS232_PM32 → const VS_FIXEDFILEINFO_FILE_OS
- VOS_UNKNOWN → const VS_FIXEDFILEINFO_FILE_OS
- VOS_WINCE → const VS_FIXEDFILEINFO_FILE_OS
- VREFRESH → const GET_DEVICE_CAPS_INDEX
- VS_FF_DEBUG → const VS_FIXEDFILEINFO_FILE_FLAGS
- VS_FF_INFOINFERRED → const VS_FIXEDFILEINFO_FILE_FLAGS
- VS_FF_PATCHED → const VS_FIXEDFILEINFO_FILE_FLAGS
- VS_FF_PRERELEASE → const VS_FIXEDFILEINFO_FILE_FLAGS
- VS_FF_PRIVATEBUILD → const VS_FIXEDFILEINFO_FILE_FLAGS
- VS_FF_SPECIALBUILD → const VS_FIXEDFILEINFO_FILE_FLAGS
- VSS_DISABLED → const VERTSCROLLSTATES
- VSS_HOT → const VERTSCROLLSTATES
- VSS_NORMAL → const VERTSCROLLSTATES
- VSS_PUSHED → const VERTSCROLLSTATES
- VT_ARRAY → const VARENUM
- A SAFEARRAY pointer.
- VT_BLOB → const VARENUM
- Length-prefixed bytes.
- VT_BLOB_OBJECT → const VARENUM
- The blob contains an object.
- VT_BOOL → const VARENUM
- A Boolean value.
- VT_BSTR → const VARENUM
- A string.
- VT_BSTR_BLOB → const VARENUM
- Reserved.
- VT_BYREF → const VARENUM
- A void pointer for local use.
- VT_CARRAY → const VARENUM
- A C-style array.
- VT_CF → const VARENUM
- A clipboard format.
- VT_CLSID → const VARENUM
- A class ID.
- VT_CY → const VARENUM
- Currency.
- VT_DATE → const VARENUM
- A date.
- VT_DECIMAL → const VARENUM
- A 16-byte fixed-pointer value.
- VT_DISPATCH → const VARENUM
- An IDispatch pointer.
- VT_EMPTY → const VARENUM
- Not specified.
- VT_ERROR → const VARENUM
- An SCODE value.
- VT_FILETIME → const VARENUM
- A FILETIME value.
- VT_HRESULT → const VARENUM
- An HRESULT value.
- VT_I1 → const VARENUM
- A character.
- VT_I2 → const VARENUM
- A 2-byte integer.
- VT_I4 → const VARENUM
- A 4-byte integer.
- VT_I8 → const VARENUM
- A 64-bit integer.
- VT_ILLEGAL → const VARENUM
- VT_ILLEGALMASKED → const VARENUM
- VT_INT → const VARENUM
- An integer.
- VT_INT_PTR → const VARENUM
- A signed machine register size width.
- VT_LPSTR → const VARENUM
- A null-terminated string.
- VT_LPWSTR → const VARENUM
- A wide null-terminated string.
- VT_NULL → const VARENUM
- Null.
- VT_PTR → const VARENUM
- A pointer type.
- VT_R4 → const VARENUM
- A 4-byte real.
- VT_R8 → const VARENUM
- An 8-byte real.
- VT_RECORD → const VARENUM
- A user-defined type.
- VT_RESERVED → const VARENUM
- VT_SAFEARRAY → const VARENUM
- A safe array.
- VT_STORAGE → const VARENUM
- The name of the storage follows.
- VT_STORED_OBJECT → const VARENUM
- The storage contains an object.
- VT_STREAM → const VARENUM
- The name of the stream follows.
- VT_STREAMED_OBJECT → const VARENUM
- The stream contains an object.
- VT_TYPEMASK → const VARENUM
- VT_UI1 → const VARENUM
- An unsigned character.
- VT_UI2 → const VARENUM
- An unsigned short.
- VT_UI4 → const VARENUM
- An unsigned long.
- VT_UI8 → const VARENUM
- A 64-bit unsigned integer.
- VT_UINT → const VARENUM
- An unsigned integer.
- VT_UINT_PTR → const VARENUM
- An unsigned machine register size width.
- VT_UNKNOWN → const VARENUM
- An IUnknown pointer.
- VT_USERDEFINED → const VARENUM
- A user-defined type.
- VT_VARIANT → const VARENUM
- A variant pointer.
- VT_VECTOR → const VARENUM
- A simple counted array.
- VT_VERSIONED_STREAM → const VARENUM
- A stream with a GUID version.
- VT_VOID → const VARENUM
- A C-style void.
- VTS_DISABLED → const VERTTHUMBSTATES
- VTS_HOT → const VERTTHUMBSTATES
- VTS_NORMAL → const VERTTHUMBSTATES
- VTS_PUSHED → const VERTTHUMBSTATES
- WAIT_ABANDONED → const WAIT_EVENT
- WAIT_ABANDONED_0 → const WAIT_EVENT
- WAIT_FAILED → const WAIT_EVENT
- WAIT_IO_COMPLETION → const WAIT_EVENT
- WAIT_OBJECT_0 → const WAIT_EVENT
- WAIT_TIMEOUT → const WAIT_EVENT
- WakeTimerList → const POWER_INFORMATION_LEVEL
- WAVE_ALLOWSYNC → const MIDI_WAVE_OPEN_TYPE
- WAVE_FORMAT_ADPCM → const int
- WAVE_FORMAT_DIRECT → const MIDI_WAVE_OPEN_TYPE
- WAVE_FORMAT_DIRECT_QUERY → const MIDI_WAVE_OPEN_TYPE
- WAVE_FORMAT_EXTENSIBLE → const int
- WAVE_FORMAT_IEEE_FLOAT → const int
- WAVE_FORMAT_PCM → const int
- WAVE_FORMAT_QUERY → const MIDI_WAVE_OPEN_TYPE
- WAVE_FORMAT_UNKNOWN → const int
- WAVE_MAPPED → const MIDI_WAVE_OPEN_TYPE
- WAVE_MAPPED_DEFAULT_COMMUNICATION_DEVICE → const MIDI_WAVE_OPEN_TYPE
- WBEM_COMPARISON_INCLUDE_ALL → const WBEM_COMPARISON_FLAG
- Compare all features.
- WBEM_FLAG_ALWAYS → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_BIDIRECTIONAL → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_CLASS_LOCAL_AND_OVERRIDES → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_CLASS_OVERRIDES_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_DIRECT_READ → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_DONT_SEND_STATUS → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_ENSURE_LOCATABLE → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_FORWARD_ONLY → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_IGNORE_CASE → const WBEM_COMPARISON_FLAG
- Compare string values in a case-insensitive manner.
- WBEM_FLAG_IGNORE_CLASS → const WBEM_COMPARISON_FLAG
- Assume that the objects being compared are instances of the same class.
- WBEM_FLAG_IGNORE_DEFAULT_VALUES → const WBEM_COMPARISON_FLAG
- Ignore default values of properties.
- WBEM_FLAG_IGNORE_FLAVOR → const WBEM_COMPARISON_FLAG
- Ignore qualifier flavors.
- WBEM_FLAG_IGNORE_OBJECT_SOURCE → const WBEM_COMPARISON_FLAG
- Ignore the source of the objects, namely the server and the namespace they came from, in comparison to other objects.
- WBEM_FLAG_IGNORE_QUALIFIERS → const WBEM_COMPARISON_FLAG
- Ignore all qualifiers (including Key and Dynamic) in comparison.
- WBEM_FLAG_KEYS_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_LOCAL_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_NO_ERROR_OBJECT → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_NONSYSTEM_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_ONLY_IF_FALSE → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_ONLY_IF_IDENTICAL → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_ONLY_IF_TRUE → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_PROPAGATED_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_REFRESH_AUTO_RECONNECT → const WBEM_REFRESHER_FLAGS
- If the connection is broken, the refresher attempts to reconnect to the provider automatically.
- WBEM_FLAG_REFRESH_NO_AUTO_RECONNECT → const WBEM_REFRESHER_FLAGS
- If the connection is broken, the refresher does not attempt to reconnect to the provider automatically.
- WBEM_FLAG_REFS_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_RETURN_ERROR_OBJECT → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_RETURN_IMMEDIATELY → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_RETURN_WBEM_COMPLETE → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_SEND_ONLY_SELECTED → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_SEND_STATUS → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_STRONG_VALIDATION → const WBEM_GENERIC_FLAG_TYPE
- WBEM_FLAG_SYSTEM_ONLY → const WBEM_CONDITION_FLAG_TYPE
- WBEM_FLAG_USE_AMENDED_QUALIFIERS → const WBEM_GENERIC_FLAG_TYPE
- WBEM_INFINITE → const int
- WBEM_MASK_CLASS_CONDITION → const WBEM_CONDITION_FLAG_TYPE
- WBEM_MASK_CONDITION_ORIGIN → const WBEM_CONDITION_FLAG_TYPE
- WBEM_MASK_PRIMARY_CONDITION → const WBEM_CONDITION_FLAG_TYPE
- WBEM_MASK_RESERVED_FLAGS → const WBEM_GENERIC_FLAG_TYPE
- WBEM_NO_WAIT → const int
- WBEM_RETURN_IMMEDIATELY → const WBEM_GENERIC_FLAG_TYPE
- WBEM_RETURN_WHEN_COMPLETE → const WBEM_GENERIC_FLAG_TYPE
- WCA_ACCENT_POLICY → const WINDOWCOMPOSITIONATTRIB
- WCA_ALLOW_NCPAINT → const WINDOWCOMPOSITIONATTRIB
- WCA_CAPTION_BUTTON_BOUNDS → const WINDOWCOMPOSITIONATTRIB
- WCA_CLOAK → const WINDOWCOMPOSITIONATTRIB
- WCA_CLOAKED → const WINDOWCOMPOSITIONATTRIB
- WCA_DISALLOW_PEEK → const WINDOWCOMPOSITIONATTRIB
- WCA_EVER_UNCLOAKED → const WINDOWCOMPOSITIONATTRIB
- WCA_EXCLUDED_FROM_DDA → const WINDOWCOMPOSITIONATTRIB
- WCA_EXCLUDED_FROM_LIVEPREVIEW → const WINDOWCOMPOSITIONATTRIB
- WCA_EXTENDED_FRAME_BOUNDS → const WINDOWCOMPOSITIONATTRIB
- WCA_FORCE_ACTIVEWINDOW_APPEARANCE → const WINDOWCOMPOSITIONATTRIB
- WCA_FORCE_ICONIC_REPRESENTATION → const WINDOWCOMPOSITIONATTRIB
- WCA_FREEZE_REPRESENTATION → const WINDOWCOMPOSITIONATTRIB
- WCA_HAS_ICONIC_BITMAP → const WINDOWCOMPOSITIONATTRIB
- WCA_HOLOGRAPHIC → const WINDOWCOMPOSITIONATTRIB
- WCA_LAST → const WINDOWCOMPOSITIONATTRIB
- WCA_NCADORNMENTINFO → const WINDOWCOMPOSITIONATTRIB
- WCA_NCRENDERING_ENABLED → const WINDOWCOMPOSITIONATTRIB
- WCA_NCRENDERING_EXILED → const WINDOWCOMPOSITIONATTRIB
- WCA_NCRENDERING_POLICY → const WINDOWCOMPOSITIONATTRIB
- WCA_NONCLIENT_RTL_LAYOUT → const WINDOWCOMPOSITIONATTRIB
- WCA_PASSIVEUPDATEMODE → const WINDOWCOMPOSITIONATTRIB
- WCA_THEME_ATTRIBUTES → const WINDOWCOMPOSITIONATTRIB
- WCA_TRANSITIONS_FORCEDISABLED → const WINDOWCOMPOSITIONATTRIB
- WCA_UNDEFINED → const WINDOWCOMPOSITIONATTRIB
- WCA_VIDEO_OVERLAY_ACTIVE → const WINDOWCOMPOSITIONATTRIB
- WCA_VISUAL_OWNER → const WINDOWCOMPOSITIONATTRIB
- WDA_EXCLUDEFROMCAPTURE → const WINDOW_DISPLAY_AFFINITY
- WDA_MONITOR → const WINDOW_DISPLAY_AFFINITY
- WDA_NONE → const WINDOW_DISPLAY_AFFINITY
- WH_CALLWNDPROC → const WINDOWS_HOOK_ID
- WH_CALLWNDPROCRET → const WINDOWS_HOOK_ID
- WH_CBT → const WINDOWS_HOOK_ID
- WH_DEBUG → const WINDOWS_HOOK_ID
- WH_FOREGROUNDIDLE → const WINDOWS_HOOK_ID
- WH_GETMESSAGE → const WINDOWS_HOOK_ID
- WH_JOURNALPLAYBACK → const WINDOWS_HOOK_ID
- WH_JOURNALRECORD → const WINDOWS_HOOK_ID
- WH_KEYBOARD → const WINDOWS_HOOK_ID
- WH_KEYBOARD_LL → const WINDOWS_HOOK_ID
- WH_MOUSE → const WINDOWS_HOOK_ID
- WH_MOUSE_LL → const WINDOWS_HOOK_ID
- WH_MSGFILTER → const WINDOWS_HOOK_ID
- WH_SHELL → const WINDOWS_HOOK_ID
- WH_SYSMSGFILTER → const WINDOWS_HOOK_ID
- WHITE_BRUSH → const GET_STOCK_OBJECT_FLAGS
- WHITE_PEN → const GET_STOCK_OBJECT_FLAGS
- WHITENESS → const ROP_CODE
- WHITEONBLACK → const STRETCH_BLT_MODE
- WINDOW_BUFFER_SIZE_EVENT → const int
- WindowInteractionState_BlockedByModalWindow → const WindowInteractionState
- The window is blocked by a modal window.
- WindowInteractionState_Closing → const WindowInteractionState
- The window is closing.
- WindowInteractionState_NotResponding → const WindowInteractionState
- The window is not responding.
- WindowInteractionState_ReadyForUserInteraction → const WindowInteractionState
- The window is ready for user interaction.
- WindowInteractionState_Running → const WindowInteractionState
- The window is running.
- WindowVisualState_Maximized → const WindowVisualState
- The window is maximized.
- WindowVisualState_Minimized → const WindowVisualState
- The window is minimized.
- WindowVisualState_Normal → const WindowVisualState
- The window is normal (restored).
- WinHttpRequestOption_EnableCertificateRevocationCheck → const WinHttpRequestOption
- WinHttpRequestOption_EnableHttp1_1 → const WinHttpRequestOption
- WinHttpRequestOption_EnableHttpsToHttpRedirects → const WinHttpRequestOption
- WinHttpRequestOption_EnablePassportAuthentication → const WinHttpRequestOption
- WinHttpRequestOption_EnableRedirects → const WinHttpRequestOption
- WinHttpRequestOption_EnableTracing → const WinHttpRequestOption
- WinHttpRequestOption_EscapePercentInURL → const WinHttpRequestOption
- WinHttpRequestOption_MaxAutomaticRedirects → const WinHttpRequestOption
- WinHttpRequestOption_MaxResponseDrainSize → const WinHttpRequestOption
- WinHttpRequestOption_MaxResponseHeaderSize → const WinHttpRequestOption
- WinHttpRequestOption_RejectUserpwd → const WinHttpRequestOption
- WinHttpRequestOption_RevertImpersonationOverSsl → const WinHttpRequestOption
- WinHttpRequestOption_SecureProtocols → const WinHttpRequestOption
- WinHttpRequestOption_SelectCertificate → const WinHttpRequestOption
- WinHttpRequestOption_SslErrorIgnoreFlags → const WinHttpRequestOption
- WinHttpRequestOption_URL → const WinHttpRequestOption
- WinHttpRequestOption_URLCodePage → const WinHttpRequestOption
- WinHttpRequestOption_UrlEscapeDisable → const WinHttpRequestOption
- WinHttpRequestOption_UrlEscapeDisableQuery → const WinHttpRequestOption
- WinHttpRequestOption_UserAgentString → const WinHttpRequestOption
- wlan_autoconf_opcode_allow_explicit_creds → const WLAN_AUTOCONF_OPCODE
- The opcode used to set or query whether the current wireless interface has shared user credentials allowed.
- wlan_autoconf_opcode_allow_virtual_station_extensibility → const WLAN_AUTOCONF_OPCODE
- The opcode used to set or query whether extensibility on a virtual station is allowed.
- wlan_autoconf_opcode_block_period → const WLAN_AUTOCONF_OPCODE
- The opcode used to set or query the blocked period setting for the current wireless interface.
- wlan_autoconf_opcode_end → const WLAN_AUTOCONF_OPCODE
- wlan_autoconf_opcode_only_use_gp_profiles_for_allowed_networks → const WLAN_AUTOCONF_OPCODE
- The opcode used to query whether profiles not created by group policy can be used to connect to an allowed network with a matching group policy profile.
- wlan_autoconf_opcode_power_setting → const WLAN_AUTOCONF_OPCODE
- The opcode used to query the power settings.
- wlan_autoconf_opcode_show_denied_networks → const WLAN_AUTOCONF_OPCODE
- The opcode used to set or query the parameter specifying whether user and group policy denied networks will be included in the available networks list.
- wlan_autoconf_opcode_start → const WLAN_AUTOCONF_OPCODE
- wlan_connection_mode_auto → const WLAN_CONNECTION_MODE
- The connection is initiated by the wireless service automatically using a persistent profile.
- wlan_connection_mode_discovery_secure → const WLAN_CONNECTION_MODE
- Secure discovery will be used to make the connection.
- wlan_connection_mode_discovery_unsecure → const WLAN_CONNECTION_MODE
- Unsecure discovery will be used to make the connection.
- wlan_connection_mode_invalid → const WLAN_CONNECTION_MODE
- wlan_connection_mode_profile → const WLAN_CONNECTION_MODE
- A profile will be used to make the connection.
- wlan_connection_mode_temporary_profile → const WLAN_CONNECTION_MODE
- A temporary profile will be used to make the connection.
- WLAN_CONNECTION_NOTIFICATION_ADHOC_NETWORK_FORMED → const WLAN_CONNECTION_NOTIFICATION_FLAGS
- WLAN_CONNECTION_NOTIFICATION_CONSOLE_USER_PROFILE → const WLAN_CONNECTION_NOTIFICATION_FLAGS
- wlan_filter_list_type_gp_deny → const WLAN_FILTER_LIST_TYPE
- Group policy deny list.
- wlan_filter_list_type_gp_permit → const WLAN_FILTER_LIST_TYPE
- Group policy permit list.
- wlan_filter_list_type_user_deny → const WLAN_FILTER_LIST_TYPE
- User deny list.
- wlan_filter_list_type_user_permit → const WLAN_FILTER_LIST_TYPE
- User permit list.
- wlan_hosted_network_active → const WLAN_HOSTED_NETWORK_STATE
- The wireless Hosted Network is active.
- wlan_hosted_network_idle → const WLAN_HOSTED_NETWORK_STATE
- The wireless Hosted Network is idle.
- wlan_hosted_network_opcode_connection_settings → const WLAN_HOSTED_NETWORK_OPCODE
- The opcode used to query or set the wireless Hosted Network connection settings.
- wlan_hosted_network_opcode_enable → const WLAN_HOSTED_NETWORK_OPCODE
- The opcode used to query or set the wireless Hosted Network enabled flag.
- wlan_hosted_network_opcode_security_settings → const WLAN_HOSTED_NETWORK_OPCODE
- The opcode used to query the wireless Hosted Network security settings.
- wlan_hosted_network_opcode_station_profile → const WLAN_HOSTED_NETWORK_OPCODE
- The opcode used to query the wireless Hosted Network station profile.
- wlan_hosted_network_peer_state_authenticated → const WLAN_HOSTED_NETWORK_PEER_AUTH_STATE
- The peer is authenticated.
- wlan_hosted_network_peer_state_invalid → const WLAN_HOSTED_NETWORK_PEER_AUTH_STATE
- An invalid peer state.
- wlan_hosted_network_reason_ap_start_failed → const WLAN_HOSTED_NETWORK_REASON
- The driver for the wireless Hosted Network failed to start.
- wlan_hosted_network_reason_bad_parameters → const WLAN_HOSTED_NETWORK_REASON
- Bad parameters.
- wlan_hosted_network_reason_client_abort → const WLAN_HOSTED_NETWORK_REASON
- A state change occurred that was caused by client abort.
- wlan_hosted_network_reason_crypt_error → const WLAN_HOSTED_NETWORK_REASON
- A cryptographic error occurred.
- wlan_hosted_network_reason_device_change → const WLAN_HOSTED_NETWORK_REASON
- The wireless adapter used by the wireless Hosted Network changed.
- wlan_hosted_network_reason_elevation_required → const WLAN_HOSTED_NETWORK_REASON
- This operation requires elevation.
- wlan_hosted_network_reason_gp_denied → const WLAN_HOSTED_NETWORK_REASON
- The operation was denied by group policy.
- wlan_hosted_network_reason_impersonation → const WLAN_HOSTED_NETWORK_REASON
- User impersonation failed.
- wlan_hosted_network_reason_incompatible_connection_started → const WLAN_HOSTED_NETWORK_REASON
- An incompatible connection started.
- wlan_hosted_network_reason_incompatible_connection_stopped → const WLAN_HOSTED_NETWORK_REASON
- An incompatible connection stopped.
- wlan_hosted_network_reason_insufficient_resources → const WLAN_HOSTED_NETWORK_REASON
- Service is out of resources.
- wlan_hosted_network_reason_interface_available → const WLAN_HOSTED_NETWORK_REASON
- A wireless interface has become available.
- A wireless interface has become unavailable.
- wlan_hosted_network_reason_miniport_started → const WLAN_HOSTED_NETWORK_REASON
- The wireless miniport driver status changed.
- wlan_hosted_network_reason_miniport_stopped → const WLAN_HOSTED_NETWORK_REASON
- The wireless miniport driver stopped the Hosted Network.
- wlan_hosted_network_reason_peer_arrived → const WLAN_HOSTED_NETWORK_REASON
- A peer connected to the wireless Hosted Network.
- wlan_hosted_network_reason_peer_departed → const WLAN_HOSTED_NETWORK_REASON
- A peer disconnected from the wireless Hosted Network.
- wlan_hosted_network_reason_peer_timeout → const WLAN_HOSTED_NETWORK_REASON
- A peer timed out.
- wlan_hosted_network_reason_persistence_failed → const WLAN_HOSTED_NETWORK_REASON
- Data persistence failed.
- wlan_hosted_network_reason_properties_change → const WLAN_HOSTED_NETWORK_REASON
- The properties of the wireless Hosted Network changed.
- wlan_hosted_network_reason_read_only → const WLAN_HOSTED_NETWORK_REASON
- An attempt was made to write read-only data.
- wlan_hosted_network_reason_service_available_on_virtual_station → const WLAN_HOSTED_NETWORK_REASON
- An identical service is available on a virtual station.
- wlan_hosted_network_reason_service_shutting_down → const WLAN_HOSTED_NETWORK_REASON
- Service is shutting down.
- The Wireless LAN service is not running.
- wlan_hosted_network_reason_stop_before_start → const WLAN_HOSTED_NETWORK_REASON
- An incorrect function call sequence was made.
- wlan_hosted_network_reason_success → const WLAN_HOSTED_NETWORK_REASON
- The operation was successful.
- wlan_hosted_network_reason_unspecified → const WLAN_HOSTED_NETWORK_REASON
- Unknown error.
- wlan_hosted_network_reason_user_action → const WLAN_HOSTED_NETWORK_REASON
- A state change occurred that was caused by explicit user action.
- wlan_hosted_network_reason_virtual_station_blocking_use → const WLAN_HOSTED_NETWORK_REASON
- A virtual station is active and blocking operation.
- The wireless Hosted Network is unavailable.
- wlan_ihv_control_type_driver → const WLAN_IHV_CONTROL_TYPE
- Bypasses a WLAN driver.
- wlan_ihv_control_type_service → const WLAN_IHV_CONTROL_TYPE
- Bypasses a WLAN service.
- wlan_interface_state_ad_hoc_network_formed → const WLAN_INTERFACE_STATE
- The interface is the first node in an ad hoc network.
- wlan_interface_state_associating → const WLAN_INTERFACE_STATE
- The interface is attempting to associate with a network.
- wlan_interface_state_authenticating → const WLAN_INTERFACE_STATE
- The interface is in the process of authenticating.
- wlan_interface_state_connected → const WLAN_INTERFACE_STATE
- The interface is connected to a network.
- wlan_interface_state_disconnected → const WLAN_INTERFACE_STATE
- The interface is not connected to any network.
- wlan_interface_state_disconnecting → const WLAN_INTERFACE_STATE
- The interface is disconnecting from the current network.
- wlan_interface_state_discovering → const WLAN_INTERFACE_STATE
- Auto configuration is discovering the settings for the network.
- wlan_interface_state_not_ready → const WLAN_INTERFACE_STATE
- The interface is not ready to operate.
- wlan_interface_type_emulated_802_11 → const WLAN_INTERFACE_TYPE
- Specifies an emulated 802.11 interface.
- wlan_interface_type_invalid → const WLAN_INTERFACE_TYPE
- The interface specified is invalid.
- wlan_interface_type_native_802_11 → const WLAN_INTERFACE_TYPE
- Specifies a native 802.11 interface.
- wlan_intf_opcode_autoconf_enabled → const WLAN_INTF_OPCODE
- The opcode used to set or query whether auto config is enabled.
- wlan_intf_opcode_autoconf_end → const WLAN_INTF_OPCODE
- wlan_intf_opcode_autoconf_start → const WLAN_INTF_OPCODE
- wlan_intf_opcode_background_scan_enabled → const WLAN_INTF_OPCODE
- The opcode used to set or query whether background scan is enabled.
- wlan_intf_opcode_bss_type → const WLAN_INTF_OPCODE
- The opcode used to set or query the BSS type of the interface.
- wlan_intf_opcode_certified_safe_mode → const WLAN_INTF_OPCODE
- The opcode used to query whether the miniport/NIC combination is FIPS certified.
- wlan_intf_opcode_channel_number → const WLAN_INTF_OPCODE
- The opcode used to query the current channel on which the wireless interface is operating.
- wlan_intf_opcode_current_connection → const WLAN_INTF_OPCODE
- The opcode used to query information about the current connection of the interface.
- wlan_intf_opcode_current_operation_mode → const WLAN_INTF_OPCODE
- The opcode used to set or query the current operation mode of the wireless interface.
- wlan_intf_opcode_hosted_network_capable → const WLAN_INTF_OPCODE
- The opcode used to query for Hosted Network support in the device driver associated with the Wireless interface.
- wlan_intf_opcode_ihv_end → const WLAN_INTF_OPCODE
- wlan_intf_opcode_ihv_start → const WLAN_INTF_OPCODE
- wlan_intf_opcode_interface_state → const WLAN_INTF_OPCODE
- The opcode used to query the state of the interface.
- wlan_intf_opcode_management_frame_protection_capable → const WLAN_INTF_OPCODE
- The opcode used to query whether Management Frame Protection (MFP) is supported in the device driver associated with the Wireless interface.
- wlan_intf_opcode_media_streaming_mode → const WLAN_INTF_OPCODE
- The opcode used to set or query the media streaming mode of the driver.
- wlan_intf_opcode_msm_end → const WLAN_INTF_OPCODE
- wlan_intf_opcode_msm_start → const WLAN_INTF_OPCODE
- wlan_intf_opcode_qos_info → const WLAN_INTF_OPCODE
- wlan_intf_opcode_radio_state → const WLAN_INTF_OPCODE
- The opcode used to set or query the radio state.
- wlan_intf_opcode_realtime_connection_quality → const WLAN_INTF_OPCODE
- wlan_intf_opcode_rssi → const WLAN_INTF_OPCODE
- Opcode used to query the received signal strength.
- wlan_intf_opcode_secondary_sta_interfaces → const WLAN_INTF_OPCODE
- wlan_intf_opcode_secondary_sta_synchronized_connections → const WLAN_INTF_OPCODE
- wlan_intf_opcode_security_end → const WLAN_INTF_OPCODE
- wlan_intf_opcode_security_start → const WLAN_INTF_OPCODE
- wlan_intf_opcode_statistics → const WLAN_INTF_OPCODE
- The opcode used to query driver statistics.
- wlan_intf_opcode_supported_adhoc_auth_cipher_pairs → const WLAN_INTF_OPCODE
- The opcode used to query the supported auth/cipher pairs for ad hoc mode.
- wlan_intf_opcode_supported_country_or_region_string_list → const WLAN_INTF_OPCODE
- The opcode used to query the list of supported country or region strings.
- wlan_intf_opcode_supported_infrastructure_auth_cipher_pairs → const WLAN_INTF_OPCODE
- The opcode used to query the supported auth/cipher pairs for infrastructure mode.
- wlan_intf_opcode_supported_safe_mode → const WLAN_INTF_OPCODE
- The opcode used to query whether the miniport/NIC combination supports Federal Information Processing Standards (FIPS) mode.
- WLAN_NOTIFICATION_SOURCE_ACM → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_ALL → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_DEVICE_SERVICE → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_HNWK → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_IHV → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_MSM → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_NONE → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_ONEX → const WLAN_NOTIFICATION_SOURCES
- WLAN_NOTIFICATION_SOURCE_SECURITY → const WLAN_NOTIFICATION_SOURCES
- wlan_opcode_value_type_invalid → const WLAN_OPCODE_VALUE_TYPE
- The auto config settings are invalid.
- wlan_opcode_value_type_query_only → const WLAN_OPCODE_VALUE_TYPE
- The auto config settings were queried, but the origin of the settings was not determined.
- wlan_opcode_value_type_set_by_group_policy → const WLAN_OPCODE_VALUE_TYPE
- The auto config settings were set by group policy.
- wlan_opcode_value_type_set_by_user → const WLAN_OPCODE_VALUE_TYPE
- The auto config settings were set by the user.
- WLAN_SECURABLE_OBJECT_COUNT → const WLAN_SECURABLE_OBJECT
- wlan_secure_ac_enabled → const WLAN_SECURABLE_OBJECT
- The permissions for enabling the auto config service.
- wlan_secure_add_new_all_user_profiles → const WLAN_SECURABLE_OBJECT
- The permissions for adding new all-user profiles.
- wlan_secure_add_new_per_user_profiles → const WLAN_SECURABLE_OBJECT
- The permissions for adding new per-user profiles.
- wlan_secure_all_user_profiles_order → const WLAN_SECURABLE_OBJECT
- The permissions for modifying the order of all-user profiles.
- wlan_secure_bc_scan_enabled → const WLAN_SECURABLE_OBJECT
- The permissions for enabling background scans.
- wlan_secure_bss_type → const WLAN_SECURABLE_OBJECT
- The permissions for altering the basic service set type.
- wlan_secure_current_operation_mode → const WLAN_SECURABLE_OBJECT
- The permissions for setting or querying the operation mode of the wireless interface.
- wlan_secure_deny_list → const WLAN_SECURABLE_OBJECT
- The permissions for modifying the deny list for user profiles.
- wlan_secure_get_plaintext_key → const WLAN_SECURABLE_OBJECT
- The permissions for retrieving the plain text key from a wireless profile.
- wlan_secure_hosted_network_elevated_access → const WLAN_SECURABLE_OBJECT
- The permissions that have elevated access to call the privileged Hosted Network functions.
- wlan_secure_ihv_control → const WLAN_SECURABLE_OBJECT
- The permissions for using the WlanIhvControl function for independent hardware vendor (IHV) control of WLAN drivers or services.
- wlan_secure_interface_properties → const WLAN_SECURABLE_OBJECT
- The permissions for changing interface properties.
- wlan_secure_media_streaming_mode_enabled → const WLAN_SECURABLE_OBJECT
- The permissions for setting or querying the media streaming mode.
- wlan_secure_permit_list → const WLAN_SECURABLE_OBJECT
- The permissions for modifying the permit list for user profiles.
- wlan_secure_show_denied → const WLAN_SECURABLE_OBJECT
- The permissions for modifying whether networks on the deny list appear in the available networks list.
- wlan_secure_virtual_station_extensibility → const WLAN_SECURABLE_OBJECT
- wlan_secure_wfd_elevated_access → const WLAN_SECURABLE_OBJECT
- This value is reserved for internal use by the Wi-Fi Direct service.
- WLAN_SET_EAPHOST_DATA_ALL_USERS → const WLAN_SET_EAPHOST_FLAGS
- WM_ACTIVATE → const int
- Sent to both the window being activated and the window being deactivated.
- WM_ACTIVATEAPP → const int
- Sent when a window belonging to a different application than the active window is about to be activated.
- WM_APP → const int
- Used to define private messages, usually of the form WM_APP+x, where x is an integer value.
- WM_ASKCBFORMATNAME → const int
- Sent to the clipboard owner by a clipboard viewer window to request the name of a CF_OWNERDISPLAY clipboard format.
- WM_CANCELMODE → const int
- Sent to cancel certain modes, such as mouse capture.
- WM_CHANGECBCHAIN → const int
- Sent to the first window in the clipboard viewer chain when a window is being removed from the chain.
- WM_CHANGEUISTATE → const int
- An application sends the WM_CHANGEUISTATE message to indicate that the UI state should be changed.
- WM_CHAR → const int
- Posted to the window with the keyboard focus when a WM_KEYDOWN message is translated by the TranslateMessage function.
- WM_CHARTOITEM → const int
- Sent by a list box with the LBS_WANTKEYBOARDINPUT style to its owner in response to a WM_CHAR message.
- WM_CHILDACTIVATE → const int
- Sent to a child window when the user clicks the window's title bar or when the window is activated, moved, or sized.
- WM_CLEAR → const int
- An application sends a WM_CLEAR message to an edit control or combo box to delete (clear) the current selection, if any, from the edit control.
- WM_CLIPBOARDUPDATE → const int
- Sent when the contents of the clipboard have changed.
- WM_CLOSE → const int
- Sent as a signal that a window or an application should terminate.
- WM_COMMAND → const int
- Sent when the user selects a command item from a menu, when a control sends a notification message to its parent window, or when an accelerator keystroke is translated.
- WM_COMMNOTIFY → const int
- WM_COMPACTING → const int
- Sent to all top-level windows when the system detects more than 12.5 percent of system time over a 30- to 60-second interval is being spent compacting memory.
- WM_COMPAREITEM → const int
- Sent to determine the relative position of a new item in the sorted list of an owner-drawn combo box or list box.
- WM_CONTEXTMENU → const int
- Notifies a window that the user clicked the right mouse button (right-clicked) in the window.
- WM_COPY → const int
- An application sends the WM_COPY message to an edit control or combo box to copy the current selection to the clipboard in CF_TEXT format.
- WM_CREATE → const int
- Sent when an application requests that a window be created by calling the CreateWindowEx or CreateWindow function.
- WM_CTLCOLORBTN → const int
- The WM_CTLCOLORBTN message is sent to the parent window of a button before drawing the button.
- WM_CTLCOLORDLG → const int
- Sent to a dialog box before the system draws the dialog box.
- WM_CTLCOLOREDIT → const int
- An edit control that is not read-only or disabled sends the WM_CTLCOLOREDIT message to its parent window when the control is about to be drawn.
- WM_CTLCOLORLISTBOX → const int
- Sent to the parent window of a list box before the system draws the list box.
- WM_CTLCOLORMSGBOX → const int
- WM_CTLCOLORSCROLLBAR → const int
- The WM_CTLCOLORSCROLLBAR message is sent to the parent window of a scroll bar control when the control is about to be drawn.
- WM_CTLCOLORSTATIC → const int
- A static control, or an edit control that is read-only or disabled, sends the WM_CTLCOLORSTATIC message to its parent window when the control is about to be drawn.
- WM_CUT → const int
- An application sends a WM_CUT message to an edit control or combo box to delete (cut) the current selection, if any, in the edit control and copy the deleted text to the clipboard in CF_TEXT format.
- WM_DEADCHAR → const int
- Posted to the window with the keyboard focus when a WM_KEYUP message is translated by the TranslateMessage function.
- WM_DELETEITEM → const int
- Sent to the owner of a list box or combo box when the list box or combo box is destroyed or when items are removed by the LB_DELETESTRING, LB_RESETCONTENT, CB_DELETESTRING, or CB_RESETCONTENT message.
- WM_DESTROY → const int
- Sent when a window is being destroyed.
- WM_DESTROYCLIPBOARD → const int
- Sent to the clipboard owner when a call to the EmptyClipboard function empties the clipboard.
- WM_DEVICECHANGE → const int
- Notifies an application of a change to the hardware configuration of a device or the computer.
- WM_DEVMODECHANGE → const int
- The WM_DEVMODECHANGE message is sent to all top-level windows whenever the user changes device-mode settings.
- WM_DISPLAYCHANGE → const int
- The WM_DISPLAYCHANGE message is sent to all windows when the display resolution has changed.
- WM_DPICHANGED → const int
- Sent when the effective dots per inch (dpi) for a window has changed.
- WM_DPICHANGED_AFTERPARENT → const int
- For Per Monitor v2 top-level windows, this message is sent to all HWNDs in the child HWDN tree of the window that is undergoing a DPI change. | WM_DPICHANGED_AFTERPARENT message (Winuser.h).
- WM_DPICHANGED_BEFOREPARENT → const int
- For Per Monitor v2 top-level windows, this message is sent to all HWNDs in the child HWDN tree of the window that is undergoing a DPI change. | WM_DPICHANGED_BEFOREPARENT message (Winuser.h).
- WM_DRAWCLIPBOARD → const int
- Sent to the first window in the clipboard viewer chain when the content of the clipboard changes.
- WM_DRAWITEM → const int
- Sent to the parent window of an owner-drawn button, combo box, list box, or menu when a visual aspect of the button, combo box, list box, or menu has changed.
- WM_DROPFILES → const int
- Sent when the user drops a file on the window of an application that has registered itself as a recipient of dropped files.
- WM_DWMCOLORIZATIONCOLORCHANGED → const int
- Informs all top-level windows that the colorization color has changed.
- WM_ENABLE → const int
- Sent when an application changes the enabled state of a window.
- WM_ENDSESSION → const int
- The WM_ENDSESSION message is sent to an application after the system processes the results of the WM_QUERYENDSESSION message.
- WM_ENTERIDLE → const int
- Sent to the owner window of a modal dialog box or menu that is entering an idle state.
- WM_ERASEBKGND → const int
- Sent when the window background must be erased (for example, when a window is resized).
- WM_FONTCHANGE → const int
- An application sends the WM_FONTCHANGE message to all top-level windows in the system after changing the pool of font resources.
- WM_GESTURE → const int
- Passes information about a gesture.
- WM_GESTURENOTIFY → const int
- Gives you a chance to set the gesture configuration.
- WM_GETDLGCODE → const int
- Sent to the window procedure associated with a control.
- WM_GETDPISCALEDSIZE → const int
- This message tells the operating system that the window will be sized to dimensions other than the default.
- WM_GETFONT → const int
- Retrieves the font with which the control is currently drawing its text.
- WM_GETHOTKEY → const int
- Sent to determine the hot key associated with a window.
- WM_GETICON → const int
- Sent to a window to retrieve a handle to the large or small icon associated with a window.
- WM_GETMINMAXINFO → const int
- Sent to a window when the size or position of the window is about to change.
- WM_GETOBJECT → const int
- Sent by both Microsoft Active Accessibility and Microsoft UI Automation to obtain information about an accessible object contained in a server application.
- WM_GETTEXT → const int
- Copies the text that corresponds to a window into a buffer provided by the caller.
- WM_GETTEXTLENGTH → const int
- Determines the length, in characters, of the text associated with a window.
- WM_HELP → const int
- Indicates that the user pressed the F1 key.
- WM_HOTKEY → const int
- Posted when the user presses a hot key registered by the RegisterHotKey function.
- WM_HSCROLL → const int
- The WM_HSCROLL message is sent to a window when a scroll event occurs in the window's standard horizontal scroll bar.
- WM_HSCROLLCLIPBOARD → const int
- Sent to the clipboard owner by a clipboard viewer window.
- WM_ICONERASEBKGND → const int
- WM_INITDIALOG → const int
- Sent to the dialog box procedure immediately before a dialog box is displayed.
- WM_INITMENU → const int
- Sent when a menu is about to become active.
- WM_INITMENUPOPUP → const int
- WM_INITMENUPOPUP message - Sent when a drop-down menu or submenu is about to become active.
- WM_INPUT → const int
- Sent to the window that is getting raw input.
- WM_INPUT_DEVICE_CHANGE → const int
- Sent to the window that registered to receive raw input.
- WM_INPUTLANGCHANGE → const int
- Sent to the topmost affected window after an application's input language has been changed.
- WM_INPUTLANGCHANGEREQUEST → const int
- Posted to the window with the focus when the user chooses a new input language, either with the hotkey (specified in the Keyboard control panel application) or from the indicator on the system taskbar.
- WM_KEYDOWN → const int
- Posted to the window with the keyboard focus when a nonsystem key is pressed.
- WM_KEYUP → const int
- Posted to the window with the keyboard focus when a nonsystem key is released.
- WM_KILLFOCUS → const int
- Sent to a window immediately before it loses the keyboard focus.
- WM_LBUTTONDBLCLK → const int
- Posted when the user double-clicks the left mouse button while the cursor is in the client area of a window.
- WM_LBUTTONDOWN → const int
- Posted when the user presses the left mouse button while the cursor is in the client area of a window.
- WM_LBUTTONUP → const int
- Posted when the user releases the left mouse button while the cursor is in the client area of a window.
- WM_MBUTTONDBLCLK → const int
- Posted when the user double-clicks the middle mouse button while the cursor is in the client area of a window.
- WM_MBUTTONDOWN → const int
- Posted when the user presses the middle mouse button while the cursor is in the client area of a window.
- WM_MBUTTONUP → const int
- Posted when the user releases the middle mouse button while the cursor is in the client area of a window.
- WM_MEASUREITEM → const int
- Sent to the owner window of a combo box, list box, list-view control, or menu item when the control or menu is created.
- WM_MENUCHAR → const int
- Sent when a menu is active and the user presses a key that does not correspond to any mnemonic or accelerator key.
- WM_MENUCOMMAND → const int
- Sent when the user makes a selection from a menu.
- WM_MENUDRAG → const int
- Sent to the owner of a drag-and-drop menu when the user drags a menu item.
- WM_MENUGETOBJECT → const int
- Sent to the owner of a drag-and-drop menu when the mouse cursor enters a menu item or moves from the center of the item to the top or bottom of the item.
- WM_MENURBUTTONUP → const int
- Sent when the user releases the right mouse button while the cursor is on a menu item.
- WM_MENUSELECT → const int
- Sent to a menu's owner window when the user selects a menu item.
- WM_MOUSEACTIVATE → const int
- Sent when the cursor is in an inactive window and the user presses a mouse button.
- WM_MOUSEHWHEEL → const int
- Sent to the active window when the mouse's horizontal scroll wheel is tilted or rotated.
- WM_MOUSEMOVE → const int
- Posted to a window when the cursor moves.
- WM_MOUSEWHEEL → const int
- Sent to the focus window when the mouse wheel is rotated.
- WM_MOVE → const int
- Sent after a window has been moved.
- WM_NCACTIVATE → const int
- Sent to a window when its nonclient area needs to be changed to indicate an active or inactive state.
- WM_NCCALCSIZE → const int
- Sent when the size and position of a window's client area must be calculated.
- WM_NCCREATE → const int
- Sent prior to the WM_CREATE message when a window is first created.
- WM_NCDESTROY → const int
- Notifies a window that its nonclient area is being destroyed.
- WM_NCHITTEST → const int
- Sent to a window in order to determine what part of the window corresponds to a particular screen coordinate.
- WM_NCLBUTTONDBLCLK → const int
- Posted when the user double-clicks the left mouse button while the cursor is within the nonclient area of a window.
- WM_NCLBUTTONDOWN → const int
- Posted when the user presses the left mouse button while the cursor is within the nonclient area of a window.
- WM_NCLBUTTONUP → const int
- Posted when the user releases the left mouse button while the cursor is within the nonclient area of a window.
- WM_NCMBUTTONDBLCLK → const int
- Posted when the user double-clicks the middle mouse button while the cursor is within the nonclient area of a window.
- WM_NCMBUTTONDOWN → const int
- Posted when the user presses the middle mouse button while the cursor is within the nonclient area of a window.
- WM_NCMBUTTONUP → const int
- Posted when the user releases the middle mouse button while the cursor is within the nonclient area of a window.
- WM_NCMOUSEMOVE → const int
- Posted to a window when the cursor is moved within the nonclient area of the window.
- WM_NCPAINT → const int
- The WM_NCPAINT message is sent to a window when its frame must be painted.
- WM_NCRBUTTONDBLCLK → const int
- Posted when the user double-clicks the right mouse button while the cursor is within the nonclient area of a window.
- WM_NCRBUTTONDOWN → const int
- Posted when the user presses the right mouse button while the cursor is within the nonclient area of a window.
- WM_NCRBUTTONUP → const int
- Posted when the user releases the right mouse button while the cursor is within the nonclient area of a window.
- WM_NCXBUTTONDBLCLK → const int
- Posted when the user double-clicks the first or second X button while the cursor is in the nonclient area of a window.
- WM_NCXBUTTONDOWN → const int
- Posted when the user presses the first or second X button while the cursor is in the nonclient area of a window.
- WM_NCXBUTTONUP → const int
- Posted when the user releases the first or second X button while the cursor is in the nonclient area of a window.
- WM_NEXTDLGCTL → const int
- Sent to a dialog box procedure to set the keyboard focus to a different control in the dialog box.
- WM_NOTIFY → const int
- Sent by a common control to its parent window when an event has occurred or the control requires some information.
- WM_NOTIFYFORMAT → const int
- Determines if a window accepts ANSI or Unicode structures in the WM_NOTIFY notification message.
- WM_NULL → const int
- Performs no operation.
- WM_PAINT → const int
- The WM_PAINT message is sent when the system or another application makes a request to paint a portion of an application's window.
- WM_PAINTCLIPBOARD → const int
- Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and the clipboard viewer's client area needs repainting.
- WM_PAINTICON → const int
- WM_PALETTECHANGED → const int
- The WM_PALETTECHANGED message is sent to all top-level and overlapped windows after the window with the keyboard focus has realized its logical palette, thereby changing the system palette.
- WM_PALETTEISCHANGING → const int
- The WM_PALETTEISCHANGING message informs applications that an application is going to realize its logical palette.
- WM_PASTE → const int
- An application sends a WM_PASTE message to an edit control or combo box to copy the current content of the clipboard to the edit control at the current caret position.
- WM_POWER → const int
- Notifies applications that the system, typically a battery-powered personal computer, is about to enter a suspended mode.
- WM_POWERBROADCAST → const int
- Notifies applications that a power-management event has occurred.
- WM_QUERYDRAGICON → const int
- Sent to a minimized (iconic) window.
- WM_QUERYENDSESSION → const int
- The WM_QUERYENDSESSION message is sent when the user chooses to end the session or when an application calls one of the system shutdown functions.
- WM_QUERYNEWPALETTE → const int
- The WM_QUERYNEWPALETTE message informs a window that it is about to receive the keyboard focus, giving the window the opportunity to realize its logical palette when it receives the focus.
- WM_QUERYOPEN → const int
- Sent to an icon when the user requests that the window be restored to its previous size and position.
- WM_QUERYUISTATE → const int
- An application sends the WM_QUERYUISTATE message to retrieve the UI state for a window.
- WM_QUEUESYNC → const int
- Sent by a computer-based training (CBT) application to separate user-input messages from other messages sent through the WH_JOURNALPLAYBACK procedure.
- WM_QUIT → const int
- Indicates a request to terminate an application, and is generated when the application calls the PostQuitMessage function.
- WM_RBUTTONDBLCLK → const int
- Posted when the user double-clicks the right mouse button while the cursor is in the client area of a window.
- WM_RBUTTONDOWN → const int
- Posted when the user presses the right mouse button while the cursor is in the client area of a window.
- WM_RBUTTONUP → const int
- Posted when the user releases the right mouse button while the cursor is in the client area of a window.
- WM_RENDERALLFORMATS → const int
- Sent to the clipboard owner before it is destroyed, if the clipboard owner has delayed rendering one or more clipboard formats.
- WM_RENDERFORMAT → const int
- Sent to the clipboard owner if it has delayed rendering a specific clipboard format and if an application has requested data in that format.
- WM_SETCURSOR → const int
- Sent to a window if the mouse causes the cursor to move within a window and mouse input is not captured.
- WM_SETFOCUS → const int
- Sent to a window after it has gained the keyboard focus.
- WM_SETFONT → const int
- Sets the font that a control is to use when drawing text.
- WM_SETHOTKEY → const int
- Sent to a window to associate a hot key with the window.
- WM_SETICON → const int
- Associates a new large or small icon with a window.
- WM_SETREDRAW → const int
- You send the WM_SETREDRAW message to a window to allow changes in that window to be redrawn, or to prevent changes in that window from being redrawn.
- WM_SETTEXT → const int
- Sets the text of a window.
- WM_SETTINGCHANGE → const int
- A message that is sent to all top-level windows when the SystemParametersInfo function changes a system-wide setting or when policy settings have changed.
- WM_SHOWWINDOW → const int
- Sent to a window when the window is about to be hidden or shown.
- WM_SIZE → const int
- Sent to a window after its size has changed.
- WM_SIZECLIPBOARD → const int
- Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and the clipboard viewer's client area has changed size.
- WM_SPOOLERSTATUS → const int
- The WM_SPOOLERSTATUS message is sent from Print Manager whenever a job is added to or removed from the Print Manager queue.
- WM_STYLECHANGED → const int
- Sent to a window after the SetWindowLong function has changed one or more of the window's styles.
- WM_STYLECHANGING → const int
- Sent to a window when the SetWindowLong function is about to change one or more of the window's styles.
- WM_SYNCPAINT → const int
- The WM_SYNCPAINT message is used to synchronize painting while avoiding linking independent GUI threads.
- WM_SYSCHAR → const int
- Posted to the window with the keyboard focus when a WM_SYSKEYDOWN message is translated by the TranslateMessage function.
- WM_SYSCOLORCHANGE → const int
- The WM_SYSCOLORCHANGE message is sent to all top-level windows when a change is made to a system color setting.
- WM_SYSCOMMAND → const int
- A window receives this message when the user chooses a command from the Window menu (formerly known as the system or control menu) or when the user chooses the maximize button, minimize button, restore button, or close button.
- WM_SYSDEADCHAR → const int
- Sent to the window with the keyboard focus when a WM_SYSKEYDOWN message is translated by the TranslateMessage function.
- WM_SYSKEYDOWN → const int
- Posted to the window with the keyboard focus when the user presses the F10 key (which activates the menu bar) or holds down the ALT key and then presses another key.
- WM_SYSKEYUP → const int
- Posted to the window with the keyboard focus when the user releases a key that was pressed while the ALT key was held down.
- WM_TCARD → const int
- Sent to an application that has initiated a training card with Windows Help.
- WM_TIMECHANGE → const int
- A message that is sent whenever there is a change in the system time.
- WM_TIMER → const int
- Posted to the installing thread's message queue when a timer expires.
- WM_UNDO → const int
- An application sends a WM_UNDO message to an edit control to undo the last operation.
- WM_UNINITMENUPOPUP → const int
- Sent when a drop-down menu or submenu has been destroyed.
- WM_UPDATEUISTATE → const int
- An application sends the WM_UPDATEUISTATE message to change the UI state for the specified window and all its child windows.
- WM_USER → const int
- Used to define private messages for use by private window classes, usually of the form WM_USER+x, where x is an integer value.
- WM_USERCHANGED → const int
- Sent to all windows after the user has logged on or off.
- WM_VKEYTOITEM → const int
- Sent by a list box with the LBS_WANTKEYBOARDINPUT style to its owner in response to a WM_KEYDOWN message.
- WM_VSCROLL → const int
- The WM_VSCROLL message is sent to a window when a scroll event occurs in the window's standard vertical scroll bar.
- WM_VSCROLLCLIPBOARD → const int
- Sent to the clipboard owner by a clipboard viewer window when the clipboard contains data in the CF_OWNERDISPLAY format and an event occurs in the clipboard viewer's vertical scroll bar.
- WM_WINDOWPOSCHANGED → const int
- Sent to a window whose size, position, or place in the Z order has changed as a result of a call to the SetWindowPos function or another window-management function.
- WM_WINDOWPOSCHANGING → const int
- Sent to a window whose size, position, or place in the Z order is about to change as a result of a call to the SetWindowPos function or another window-management function.
- WM_WININICHANGE → const int
- An application sends the WM_WININICHANGE message to all top-level windows after making a change to the WIN.INI file.
- WM_XBUTTONDBLCLK → const int
- Posted when the user double-clicks the first or second X button while the cursor is in the client area of a window.
- WM_XBUTTONDOWN → const int
- Posted when the user presses the first or second X button while the cursor is in the client area of a window.
- WM_XBUTTONUP → const int
- Posted when the user releases the first or second X button while the cursor is in the client area of a window.
- Wow64Container → const MACHINE_ATTRIBUTES
-
The specified architecture of code runs by relying on WOW64's namespace
File System RedirectorandRegistry Redirector. - WP_BORDER → const WINDOWPARTS
- WP_CAPTION → const WINDOWPARTS
- WP_CAPTIONSIZINGTEMPLATE → const WINDOWPARTS
- WP_CLOSEBUTTON → const WINDOWPARTS
- WP_DIALOG → const WINDOWPARTS
- WP_FRAME → const WINDOWPARTS
- WP_FRAMEBOTTOM → const WINDOWPARTS
- WP_FRAMEBOTTOMSIZINGTEMPLATE → const WINDOWPARTS
- WP_FRAMELEFT → const WINDOWPARTS
- WP_FRAMELEFTSIZINGTEMPLATE → const WINDOWPARTS
- WP_FRAMERIGHT → const WINDOWPARTS
- WP_FRAMERIGHTSIZINGTEMPLATE → const WINDOWPARTS
- WP_HELPBUTTON → const WINDOWPARTS
- WP_HORZSCROLL → const WINDOWPARTS
- WP_HORZTHUMB → const WINDOWPARTS
- WP_MAXBUTTON → const WINDOWPARTS
- WP_MAXCAPTION → const WINDOWPARTS
- WP_MDICLOSEBUTTON → const WINDOWPARTS
- WP_MDIHELPBUTTON → const WINDOWPARTS
- WP_MDIMINBUTTON → const WINDOWPARTS
- WP_MDIRESTOREBUTTON → const WINDOWPARTS
- WP_MDISYSBUTTON → const WINDOWPARTS
- WP_MINBUTTON → const WINDOWPARTS
- WP_MINCAPTION → const WINDOWPARTS
- WP_RESTOREBUTTON → const WINDOWPARTS
- WP_SMALLCAPTION → const WINDOWPARTS
- WP_SMALLCAPTIONSIZINGTEMPLATE → const WINDOWPARTS
- WP_SMALLCLOSEBUTTON → const WINDOWPARTS
- WP_SMALLFRAMEBOTTOM → const WINDOWPARTS
- WP_SMALLFRAMEBOTTOMSIZINGTEMPLATE → const WINDOWPARTS
- WP_SMALLFRAMELEFT → const WINDOWPARTS
- WP_SMALLFRAMELEFTSIZINGTEMPLATE → const WINDOWPARTS
- WP_SMALLFRAMERIGHT → const WINDOWPARTS
- WP_SMALLFRAMERIGHTSIZINGTEMPLATE → const WINDOWPARTS
- WP_SMALLMAXCAPTION → const WINDOWPARTS
- WP_SMALLMINCAPTION → const WINDOWPARTS
- WP_SYSBUTTON → const WINDOWPARTS
- WP_VERTSCROLL → const WINDOWPARTS
- WP_VERTTHUMB → const WINDOWPARTS
- WPF_ASYNCWINDOWPLACEMENT → const WINDOWPLACEMENT_FLAGS
- WPF_RESTORETOMAXIMIZED → const WINDOWPLACEMENT_FLAGS
- WPF_SETMINPOSITION → const WINDOWPLACEMENT_FLAGS
- WRITE_DAC → const FILE_ACCESS_RIGHTS
- WRITE_OWNER → const FILE_ACCESS_RIGHTS
- WS_ACTIVECAPTION → const WINDOW_STYLE
- WS_BORDER → const WINDOW_STYLE
- WS_CAPTION → const WINDOW_STYLE
- WS_CHILD → const WINDOW_STYLE
- WS_CHILDWINDOW → const WINDOW_STYLE
- WS_CLIPCHILDREN → const WINDOW_STYLE
- WS_CLIPSIBLINGS → const WINDOW_STYLE
- WS_DISABLED → const WINDOW_STYLE
- WS_DLGFRAME → const WINDOW_STYLE
- WS_EX_ACCEPTFILES → const WINDOW_EX_STYLE
- WS_EX_APPWINDOW → const WINDOW_EX_STYLE
- WS_EX_CLIENTEDGE → const WINDOW_EX_STYLE
- WS_EX_COMPOSITED → const WINDOW_EX_STYLE
- WS_EX_CONTEXTHELP → const WINDOW_EX_STYLE
- WS_EX_CONTROLPARENT → const WINDOW_EX_STYLE
- WS_EX_DLGMODALFRAME → const WINDOW_EX_STYLE
- WS_EX_LAYERED → const WINDOW_EX_STYLE
- WS_EX_LAYOUTRTL → const WINDOW_EX_STYLE
- WS_EX_LEFT → const WINDOW_EX_STYLE
- WS_EX_LEFTSCROLLBAR → const WINDOW_EX_STYLE
- WS_EX_LTRREADING → const WINDOW_EX_STYLE
- WS_EX_MDICHILD → const WINDOW_EX_STYLE
- WS_EX_NOACTIVATE → const WINDOW_EX_STYLE
- WS_EX_NOINHERITLAYOUT → const WINDOW_EX_STYLE
- WS_EX_NOPARENTNOTIFY → const WINDOW_EX_STYLE
- WS_EX_NOREDIRECTIONBITMAP → const WINDOW_EX_STYLE
- WS_EX_OVERLAPPEDWINDOW → const WINDOW_EX_STYLE
- WS_EX_PALETTEWINDOW → const WINDOW_EX_STYLE
- WS_EX_RIGHT → const WINDOW_EX_STYLE
- WS_EX_RIGHTSCROLLBAR → const WINDOW_EX_STYLE
- WS_EX_RTLREADING → const WINDOW_EX_STYLE
- WS_EX_STATICEDGE → const WINDOW_EX_STYLE
- WS_EX_TOOLWINDOW → const WINDOW_EX_STYLE
- WS_EX_TOPMOST → const WINDOW_EX_STYLE
- WS_EX_TRANSPARENT → const WINDOW_EX_STYLE
- WS_EX_WINDOWEDGE → const WINDOW_EX_STYLE
- WS_GROUP → const WINDOW_STYLE
- WS_HSCROLL → const WINDOW_STYLE
- WS_ICONIC → const WINDOW_STYLE
- WS_MAXIMIZE → const WINDOW_STYLE
- WS_MAXIMIZEBOX → const WINDOW_STYLE
- WS_MINIMIZE → const WINDOW_STYLE
- WS_MINIMIZEBOX → const WINDOW_STYLE
- WS_OVERLAPPED → const WINDOW_STYLE
- WS_OVERLAPPEDWINDOW → const WINDOW_STYLE
- WS_POPUP → const WINDOW_STYLE
- WS_POPUPWINDOW → const WINDOW_STYLE
- WS_SIZEBOX → const WINDOW_STYLE
- WS_SYSMENU → const WINDOW_STYLE
- WS_TABSTOP → const WINDOW_STYLE
- WS_THICKFRAME → const WINDOW_STYLE
- WS_TILED → const WINDOW_STYLE
- WS_TILEDWINDOW → const WINDOW_STYLE
- WS_VISIBLE → const WINDOW_STYLE
- WS_VSCROLL → const WINDOW_STYLE
- WSL_DISTRIBUTION_FLAGS_APPEND_NT_PATH → const WSL_DISTRIBUTION_FLAGS
- Add the Windows %PATH% environment variable values to WSL sessions.
- WSL_DISTRIBUTION_FLAGS_ENABLE_DRIVE_MOUNTING → const WSL_DISTRIBUTION_FLAGS
- Automatically mount Windows drives inside of WSL sessions (for example, "C:" will be available under "/mnt/c").
- WSL_DISTRIBUTION_FLAGS_ENABLE_INTEROP → const WSL_DISTRIBUTION_FLAGS
- Allow the distribution to interoperate with Windows processes (for example, the user can invoke "cmd.exe" or "notepad.exe" from within a WSL session).
- WSL_DISTRIBUTION_FLAGS_NONE → const WSL_DISTRIBUTION_FLAGS
- No flags are being supplied.
- WTA_NONCLIENT → const WINDOWTHEMEATTRIBUTETYPE
- Non-client area window attributes will be set.
- WTS_CONSOLE_CONNECT → const int
- WTS_CONSOLE_DISCONNECT → const int
- WTS_REMOTE_CONNECT → const int
- WTS_REMOTE_DISCONNECT → const int
- WTS_SESSION_CREATE → const int
- WTS_SESSION_LOCK → const int
- WTS_SESSION_LOGOFF → const int
- WTS_SESSION_LOGON → const int
- WTS_SESSION_REMOTE_CONTROL → const int
- WTS_SESSION_TERMINATE → const int
- WTS_SESSION_UNLOCK → const int
- X509_ASN_ENCODING → const CERT_QUERY_ENCODING_TYPE
- XINPUT_CAPS_FFB_SUPPORTED → const XINPUT_CAPABILITIES_FLAGS
- XINPUT_CAPS_NO_NAVIGATION → const XINPUT_CAPABILITIES_FLAGS
- XINPUT_CAPS_PMD_SUPPORTED → const XINPUT_CAPABILITIES_FLAGS
- XINPUT_CAPS_VOICE_SUPPORTED → const XINPUT_CAPABILITIES_FLAGS
- XINPUT_CAPS_WIRELESS → const XINPUT_CAPABILITIES_FLAGS
- XINPUT_DEVSUBTYPE_ARCADE_PAD → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_ARCADE_STICK → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_DANCE_PAD → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_DRUM_KIT → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_FLIGHT_STICK → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_GAMEPAD → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_GUITAR → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_GUITAR_ALTERNATE → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_GUITAR_BASS → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_UNKNOWN → const XINPUT_DEVSUBTYPE
- XINPUT_DEVSUBTYPE_WHEEL → const XINPUT_DEVSUBTYPE
- XINPUT_DEVTYPE_GAMEPAD → const XINPUT_DEVTYPE
- XINPUT_FLAG_ALL → const XINPUT_FLAG
- XINPUT_FLAG_GAMEPAD → const XINPUT_FLAG
- XINPUT_GAMEPAD_A → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_B → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_BACK → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_DPAD_DOWN → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_DPAD_LEFT → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_DPAD_RIGHT → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_DPAD_UP → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_LEFT_SHOULDER → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_LEFT_THUMB → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_LEFT_THUMB_DEADZONE → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_RIGHT_SHOULDER → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_RIGHT_THUMB → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_RIGHT_THUMB_DEADZONE → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_START → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_TRIGGER_THRESHOLD → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_X → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_GAMEPAD_Y → const XINPUT_GAMEPAD_BUTTON_FLAGS
- XINPUT_KEYSTROKE_KEYDOWN → const XINPUT_KEYSTROKE_FLAGS
- XINPUT_KEYSTROKE_KEYUP → const XINPUT_KEYSTROKE_FLAGS
- XINPUT_KEYSTROKE_REPEAT → const XINPUT_KEYSTROKE_FLAGS
- XUSER_MAX_COUNT → const int
- ZoomUnit_LargeDecrement → const ZoomUnit
- Decrease zoom by a large decrement.
- ZoomUnit_LargeIncrement → const ZoomUnit
- Increase zoom by a large increment.
- ZoomUnit_NoAmount → const ZoomUnit
- No increase or decrease in zoom.
- ZoomUnit_SmallDecrement → const ZoomUnit
- Decrease zoom by a small decrement.
- ZoomUnit_SmallIncrement → const ZoomUnit
- Increase zoom by a small increment.
Properties
- ApplicationActivationManager → GUID
-
final
- AppxFactory → GUID
-
final
- CLSID_CorMetaDataDispenser → GUID
-
final
- CUIAutomation → GUID
-
final
- CUIAutomation8 → GUID
-
final
- DesktopWallpaper → GUID
-
final
- DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE → DPI_AWARENESS_CONTEXT
-
final
- DPI_AWARENESS_CONTEXT_PER_MONITOR_AWARE_V2 → DPI_AWARENESS_CONTEXT
-
final
- DPI_AWARENESS_CONTEXT_SYSTEM_AWARE → DPI_AWARENESS_CONTEXT
-
final
- DPI_AWARENESS_CONTEXT_UNAWARE → DPI_AWARENESS_CONTEXT
-
final
- DPI_AWARENESS_CONTEXT_UNAWARE_GDISCALED → DPI_AWARENESS_CONTEXT
-
final
- FileOpenDialog → GUID
-
final
- FileSaveDialog → GUID
-
final
- FOLDERID_AccountPictures → GUID
-
final
- FOLDERID_AddNewPrograms → GUID
-
final
- FOLDERID_AdminTools → GUID
-
final
- FOLDERID_AllAppMods → GUID
-
final
- FOLDERID_AppCaptures → GUID
-
final
- FOLDERID_AppDataDesktop → GUID
-
final
- FOLDERID_AppDataDocuments → GUID
-
final
- FOLDERID_AppDataFavorites → GUID
-
final
- FOLDERID_AppDataProgramData → GUID
-
final
- FOLDERID_ApplicationShortcuts → GUID
-
final
- FOLDERID_AppsFolder → GUID
-
final
- FOLDERID_AppUpdates → GUID
-
final
- FOLDERID_CameraRoll → GUID
-
final
- FOLDERID_CameraRollLibrary → GUID
-
final
- FOLDERID_CDBurning → GUID
-
final
- FOLDERID_ChangeRemovePrograms → GUID
-
final
- FOLDERID_CommonAdminTools → GUID
-
final
- FOLDERID_CommonOEMLinks → GUID
-
final
- FOLDERID_CommonPrograms → GUID
-
final
- FOLDERID_CommonStartMenu → GUID
-
final
- FOLDERID_CommonStartMenuPlaces → GUID
-
final
- FOLDERID_CommonStartup → GUID
-
final
- FOLDERID_CommonTemplates → GUID
-
final
- FOLDERID_ComputerFolder → GUID
-
final
- FOLDERID_ConflictFolder → GUID
-
final
- FOLDERID_ConnectionsFolder → GUID
-
final
- FOLDERID_Contacts → GUID
-
final
- FOLDERID_ControlPanelFolder → GUID
-
final
- FOLDERID_Cookies → GUID
-
final
- FOLDERID_CurrentAppMods → GUID
-
final
- FOLDERID_Desktop → GUID
-
final
- FOLDERID_DevelopmentFiles → GUID
-
final
- FOLDERID_Device → GUID
-
final
- FOLDERID_DeviceMetadataStore → GUID
-
final
- FOLDERID_Documents → GUID
-
final
- FOLDERID_DocumentsLibrary → GUID
-
final
- FOLDERID_Downloads → GUID
-
final
- FOLDERID_Favorites → GUID
-
final
- FOLDERID_Fonts → GUID
-
final
- FOLDERID_Games → GUID
-
final
- FOLDERID_GameTasks → GUID
-
final
- FOLDERID_History → GUID
-
final
- FOLDERID_HomeGroup → GUID
-
final
- FOLDERID_HomeGroupCurrentUser → GUID
-
final
- FOLDERID_ImplicitAppShortcuts → GUID
-
final
- FOLDERID_InternetCache → GUID
-
final
- FOLDERID_InternetFolder → GUID
-
final
- FOLDERID_Libraries → GUID
-
final
- FOLDERID_Links → GUID
-
final
- FOLDERID_LocalAppData → GUID
-
final
- FOLDERID_LocalAppDataLow → GUID
-
final
- FOLDERID_LocalDocuments → GUID
-
final
- FOLDERID_LocalDownloads → GUID
-
final
- FOLDERID_LocalizedResourcesDir → GUID
-
final
- FOLDERID_LocalMusic → GUID
-
final
- FOLDERID_LocalPictures → GUID
-
final
- FOLDERID_LocalVideos → GUID
-
final
- FOLDERID_Music → GUID
-
final
- FOLDERID_MusicLibrary → GUID
-
final
- FOLDERID_NetHood → GUID
-
final
- FOLDERID_NetworkFolder → GUID
-
final
- FOLDERID_Objects3D → GUID
-
final
- FOLDERID_OneDrive → GUID
-
final
- FOLDERID_OriginalImages → GUID
-
final
- FOLDERID_PhotoAlbums → GUID
-
final
- FOLDERID_Pictures → GUID
-
final
- FOLDERID_PicturesLibrary → GUID
-
final
- FOLDERID_Playlists → GUID
-
final
- FOLDERID_PrintersFolder → GUID
-
final
- FOLDERID_PrintHood → GUID
-
final
- FOLDERID_Profile → GUID
-
final
- FOLDERID_ProgramData → GUID
-
final
- FOLDERID_ProgramFiles → GUID
-
final
- FOLDERID_ProgramFilesCommon → GUID
-
final
- FOLDERID_ProgramFilesCommonX64 → GUID
-
final
- FOLDERID_ProgramFilesCommonX86 → GUID
-
final
- FOLDERID_ProgramFilesX64 → GUID
-
final
- FOLDERID_ProgramFilesX86 → GUID
-
final
- FOLDERID_Programs → GUID
-
final
- FOLDERID_Public → GUID
-
final
- FOLDERID_PublicDesktop → GUID
-
final
- FOLDERID_PublicDocuments → GUID
-
final
- FOLDERID_PublicDownloads → GUID
-
final
- FOLDERID_PublicGameTasks → GUID
-
final
- FOLDERID_PublicLibraries → GUID
-
final
- FOLDERID_PublicMusic → GUID
-
final
- FOLDERID_PublicPictures → GUID
-
final
- FOLDERID_PublicRingtones → GUID
-
final
- FOLDERID_PublicUserTiles → GUID
-
final
- FOLDERID_PublicVideos → GUID
-
final
- FOLDERID_QuickLaunch → GUID
-
final
- FOLDERID_Recent → GUID
-
final
- FOLDERID_RecordedCalls → GUID
-
final
- FOLDERID_RecordedTVLibrary → GUID
-
final
- FOLDERID_RecycleBinFolder → GUID
-
final
- FOLDERID_ResourceDir → GUID
-
final
- FOLDERID_RetailDemo → GUID
-
final
- FOLDERID_Ringtones → GUID
-
final
- FOLDERID_RoamedTileImages → GUID
-
final
- FOLDERID_RoamingAppData → GUID
-
final
- FOLDERID_RoamingTiles → GUID
-
final
- FOLDERID_SampleMusic → GUID
-
final
- FOLDERID_SamplePictures → GUID
-
final
- FOLDERID_SamplePlaylists → GUID
-
final
- FOLDERID_SampleVideos → GUID
-
final
- FOLDERID_SavedGames → GUID
-
final
- FOLDERID_SavedPictures → GUID
-
final
- FOLDERID_SavedPicturesLibrary → GUID
-
final
- FOLDERID_SavedSearches → GUID
-
final
- FOLDERID_Screenshots → GUID
-
final
- FOLDERID_SEARCH_CSC → GUID
-
final
- FOLDERID_SEARCH_MAPI → GUID
-
final
- FOLDERID_SearchHistory → GUID
-
final
- FOLDERID_SearchHome → GUID
-
final
- FOLDERID_SearchTemplates → GUID
-
final
- FOLDERID_SendTo → GUID
-
final
- FOLDERID_SidebarDefaultParts → GUID
-
final
- FOLDERID_SidebarParts → GUID
-
final
- FOLDERID_SkyDrive → GUID
-
final
- FOLDERID_SkyDriveCameraRoll → GUID
-
final
- FOLDERID_SkyDriveDocuments → GUID
-
final
- FOLDERID_SkyDriveMusic → GUID
-
final
- FOLDERID_SkyDrivePictures → GUID
-
final
- FOLDERID_StartMenu → GUID
-
final
- FOLDERID_StartMenuAllPrograms → GUID
-
final
- FOLDERID_Startup → GUID
-
final
- FOLDERID_SyncManagerFolder → GUID
-
final
- FOLDERID_SyncResultsFolder → GUID
-
final
- FOLDERID_SyncSetupFolder → GUID
-
final
- FOLDERID_System → GUID
-
final
- FOLDERID_SystemX86 → GUID
-
final
- FOLDERID_Templates → GUID
-
final
- FOLDERID_UserPinned → GUID
-
final
- FOLDERID_UserProfiles → GUID
-
final
- FOLDERID_UserProgramFiles → GUID
-
final
- FOLDERID_UserProgramFilesCommon → GUID
-
final
- FOLDERID_UsersFiles → GUID
-
final
- FOLDERID_UsersLibraries → GUID
-
final
- FOLDERID_Videos → GUID
-
final
- FOLDERID_VideosLibrary → GUID
-
final
- FOLDERID_Windows → GUID
-
final
- GUID_BLUETOOTH_GATT_SERVICE_DEVICE_INTERFACE → GUID
-
final
- GUID_BLUETOOTHLE_DEVICE_INTERFACE → GUID
-
final
- GUID_CLASS_MONITOR → GUID constant
-
final
- GUID_CONSOLE_DISPLAY_STATE → GUID
-
final
- GUID_DEVCLASS_1394 → GUID
-
final
- GUID_DEVCLASS_1394DEBUG → GUID
-
final
- GUID_DEVCLASS_61883 → GUID
-
final
- GUID_DEVCLASS_ADAPTER → GUID
-
final
- GUID_DEVCLASS_APMSUPPORT → GUID
-
final
- GUID_DEVCLASS_AVC → GUID
-
final
- GUID_DEVCLASS_BATTERY → GUID
-
final
- GUID_DEVCLASS_BIOMETRIC → GUID
-
final
- GUID_DEVCLASS_BLUETOOTH → GUID
-
final
- GUID_DEVCLASS_CAMERA → GUID
-
final
- GUID_DEVCLASS_CDROM → GUID
-
final
- GUID_DEVCLASS_COMPUTEACCELERATOR → GUID
-
final
- GUID_DEVCLASS_COMPUTER → GUID
-
final
- GUID_DEVCLASS_DECODER → GUID
-
final
- GUID_DEVCLASS_DISKDRIVE → GUID
-
final
- GUID_DEVCLASS_DISPLAY → GUID
-
final
- GUID_DEVCLASS_DOT4 → GUID
-
final
- GUID_DEVCLASS_DOT4PRINT → GUID
-
final
- GUID_DEVCLASS_EHSTORAGESILO → GUID
-
final
- GUID_DEVCLASS_ENUM1394 → GUID
-
final
- GUID_DEVCLASS_EXTENSION → GUID
-
final
- GUID_DEVCLASS_FDC → GUID
-
final
- GUID_DEVCLASS_FIRMWARE → GUID
-
final
- GUID_DEVCLASS_FLOPPYDISK → GUID
-
final
- GUID_DEVCLASS_GPS → GUID
-
final
- GUID_DEVCLASS_HDC → GUID
-
final
- GUID_DEVCLASS_HIDCLASS → GUID
-
final
- GUID_DEVCLASS_HOLOGRAPHIC → GUID
-
final
- GUID_DEVCLASS_IMAGE → GUID
-
final
- GUID_DEVCLASS_INFINIBAND → GUID
-
final
- GUID_DEVCLASS_INFRARED → GUID
-
final
- GUID_DEVCLASS_KEYBOARD → GUID
-
final
- GUID_DEVCLASS_LEGACYDRIVER → GUID
-
final
- GUID_DEVCLASS_MEDIA → GUID
-
final
- GUID_DEVCLASS_MEDIUM_CHANGER → GUID
-
final
- GUID_DEVCLASS_MEMORY → GUID
-
final
- GUID_DEVCLASS_MODEM → GUID
-
final
- GUID_DEVCLASS_MONITOR → GUID
-
final
- GUID_DEVCLASS_MOUSE → GUID
-
final
- GUID_DEVCLASS_MTD → GUID
-
final
- GUID_DEVCLASS_MULTIFUNCTION → GUID
-
final
- GUID_DEVCLASS_MULTIPORTSERIAL → GUID
-
final
- GUID_DEVCLASS_NET → GUID
-
final
- GUID_DEVCLASS_NETCLIENT → GUID
-
final
- GUID_DEVCLASS_NETDRIVER → GUID
-
final
- GUID_DEVCLASS_NETSERVICE → GUID
-
final
- GUID_DEVCLASS_NETTRANS → GUID
-
final
- GUID_DEVCLASS_NETUIO → GUID
-
final
- GUID_DEVCLASS_NODRIVER → GUID
-
final
- GUID_DEVCLASS_PCMCIA → GUID
-
final
- GUID_DEVCLASS_PNPPRINTERS → GUID
-
final
- GUID_DEVCLASS_PORTS → GUID
-
final
- GUID_DEVCLASS_PRINTER → GUID
-
final
- GUID_DEVCLASS_PRINTERUPGRADE → GUID
-
final
- GUID_DEVCLASS_PRINTQUEUE → GUID
-
final
- GUID_DEVCLASS_PROCESSOR → GUID
-
final
- GUID_DEVCLASS_SBP2 → GUID
-
final
- GUID_DEVCLASS_SCMDISK → GUID
-
final
- GUID_DEVCLASS_SCMVOLUME → GUID
-
final
- GUID_DEVCLASS_SCSIADAPTER → GUID
-
final
- GUID_DEVCLASS_SECURITYACCELERATOR → GUID
-
final
- GUID_DEVCLASS_SENSOR → GUID
-
final
- GUID_DEVCLASS_SIDESHOW → GUID
-
final
- GUID_DEVCLASS_SMARTCARDREADER → GUID
-
final
- GUID_DEVCLASS_SMRDISK → GUID
-
final
- GUID_DEVCLASS_SMRVOLUME → GUID
-
final
- GUID_DEVCLASS_SOFTWARECOMPONENT → GUID
-
final
- GUID_DEVCLASS_SOUND → GUID
-
final
- GUID_DEVCLASS_SYSTEM → GUID
-
final
- GUID_DEVCLASS_TAPEDRIVE → GUID
-
final
- GUID_DEVCLASS_UCM → GUID
-
final
- GUID_DEVCLASS_UNKNOWN → GUID
-
final
- GUID_DEVCLASS_USB → GUID
-
final
- GUID_DEVCLASS_VOLUME → GUID
-
final
- GUID_DEVCLASS_VOLUMESNAPSHOT → GUID
-
final
- GUID_DEVCLASS_WCEUSBS → GUID
-
final
- GUID_DEVCLASS_WPD → GUID
-
final
- GUID_DEVINTERFACE_BRIGHTNESS → GUID constant
-
final
- GUID_DEVINTERFACE_CDCHANGER → GUID
-
final
- GUID_DEVINTERFACE_CDROM → GUID
-
final
- GUID_DEVINTERFACE_COMPORT → GUID
-
final
- GUID_DEVINTERFACE_DISK → GUID
-
final
- GUID_DEVINTERFACE_DISPLAY_ADAPTER → GUID
-
final
- GUID_DEVINTERFACE_FLOPPY → GUID
-
final
- GUID_DEVINTERFACE_HID → GUID
-
final
- GUID_DEVINTERFACE_I2C → GUID constant
-
final
- GUID_DEVINTERFACE_IMAGE → GUID
-
final
- GUID_DEVINTERFACE_KEYBOARD → GUID
-
final
- GUID_DEVINTERFACE_MEDIUMCHANGER → GUID
-
final
- GUID_DEVINTERFACE_MODEM → GUID constant
-
final
- GUID_DEVINTERFACE_MONITOR → GUID
-
final
- GUID_DEVINTERFACE_MOUSE → GUID
-
final
- GUID_DEVINTERFACE_NET → GUID
-
final
- GUID_DEVINTERFACE_OPM → GUID constant
-
final
- GUID_DEVINTERFACE_PARALLEL → GUID constant
-
final
- GUID_DEVINTERFACE_PARCLASS → GUID constant
-
final
- GUID_DEVINTERFACE_PARTITION → GUID
-
final
- GUID_DEVINTERFACE_SERENUM_BUS_ENUMERATOR → GUID
-
final
- GUID_DEVINTERFACE_STORAGEPORT → GUID
-
final
- GUID_DEVINTERFACE_TAPE → GUID
-
final
- GUID_DEVINTERFACE_USB_DEVICE → GUID
-
final
- GUID_DEVINTERFACE_USB_HOST_CONTROLLER → GUID
-
final
- GUID_DEVINTERFACE_USB_HUB → GUID
-
final
- GUID_DEVINTERFACE_VIDEO_OUTPUT_ARRIVAL → GUID
-
final
- GUID_DEVINTERFACE_VOLUME → GUID
-
final
- GUID_DEVINTERFACE_WPD → GUID
-
final
- GUID_DEVINTERFACE_WPD_PRIVATE → GUID
-
final
- GUID_DEVINTERFACE_WRITEONCEDISK → GUID
-
final
- GUID_NULL → GUID
-
final
- HKEY_CLASSES_ROOT → HKEY
-
final
- HKEY_CURRENT_CONFIG → HKEY
-
final
- HKEY_CURRENT_USER → HKEY
-
final
- HKEY_CURRENT_USER_LOCAL_SETTINGS → HKEY
-
final
- HKEY_DYN_DATA → HKEY
-
final
- HKEY_LOCAL_MACHINE → HKEY
-
final
- HKEY_PERFORMANCE_DATA → HKEY
-
final
- HKEY_PERFORMANCE_NLSTEXT → HKEY
-
final
- HKEY_PERFORMANCE_TEXT → HKEY
-
final
- HKEY_USERS → HKEY
-
final
- HWND_BOTTOM → HWND
-
Places the window at the bottom of the Z order.
final
- HWND_BROADCAST → HWND
-
final
- HWND_DESKTOP → HWND
-
final
- HWND_MESSAGE → HWND
-
final
- HWND_NOTOPMOST → HWND
-
Places the window above all non-topmost windows (that is, behind all topmost
windows).
final
- HWND_TOP → HWND
-
Places the window at the top of the Z order.
final
- HWND_TOPMOST → HWND
-
Places the window above all non-topmost windows.
final
- IDC_APPSTARTING → PCWSTR
-
Standard arrow and small hourglass cursor.
final
- IDC_ARROW → PCWSTR
-
Standard arrow cursor.
final
- IDC_CROSS → PCWSTR
-
Crosshair cursor.
final
- IDC_HAND → PCWSTR
-
Hand cursor.
final
- IDC_HELP → PCWSTR
-
Arrow and question mark cursor.
final
- IDC_IBEAM → PCWSTR
-
I-beam cursor.
final
- IDC_NO → PCWSTR
-
Slashed circle cursor.
final
- IDC_SIZEALL → PCWSTR
-
Four-pointed arrow cursor pointing north, south, east, and west.
final
- IDC_SIZENESW → PCWSTR
-
Double-pointed arrow cursor pointing northeast and southwest.
final
- IDC_SIZENS → PCWSTR
-
Double-pointed arrow cursor pointing north and south.
final
- IDC_SIZENWSE → PCWSTR
-
Double-pointed arrow cursor pointing northwest and southeast.
final
- IDC_SIZEWE → PCWSTR
-
Double-pointed arrow cursor pointing west and east.
final
- IDC_UPARROW → PCWSTR
-
Vertical arrow cursor.
final
- IDC_WAIT → PCWSTR
-
Hourglass cursor.
final
- IDI_APPLICATION → PCWSTR
-
final
- IDI_ASTERISK → PCWSTR
-
final
- IDI_ERROR → PCWSTR
-
Hand-shaped icon.
final
- IDI_EXCLAMATION → PCWSTR
-
final
- IDI_HAND → PCWSTR
-
final
- IDI_INFORMATION → PCWSTR
-
Asterisk icon.
final
- IDI_QUESTION → PCWSTR
-
final
- IDI_SHIELD → PCWSTR
-
Security Shield icon.
final
- IDI_WARNING → PCWSTR
-
Exclamation point icon.
final
- IDI_WINLOGO → PCWSTR
-
final
- IID_NULL → GUID constant
-
final
- INVALID_HANDLE_VALUE → HANDLE
-
There is no interactive user.
final
- isComInitialized → bool com
-
Returns
trueif the Component Object Model (COM) is initialized on the current thread.no setter - isWindowsRuntimeAvailable → bool winrt
-
Returns
trueif the Windows Runtime (WinRT) is available on the current system.no setter - KnownFolderManager → GUID
-
final
- MMDeviceEnumerator → GUID
-
final
- NetworkListManager → GUID
-
final
- PKEY_Device_AdditionalSoftwareRequested → PROPERTYKEY
-
final
- PKEY_Device_Address → PROPERTYKEY
-
final
- PKEY_Device_BaseContainerId → PROPERTYKEY
-
final
- PKEY_Device_BIOSVersion → PROPERTYKEY
-
final
- PKEY_Device_BusNumber → PROPERTYKEY
-
final
- PKEY_Device_BusRelations → PROPERTYKEY
-
final
- PKEY_Device_BusReportedDeviceDesc → PROPERTYKEY
-
final
- PKEY_Device_BusTypeGuid → PROPERTYKEY
-
final
- PKEY_Device_Capabilities → PROPERTYKEY
-
final
- PKEY_Device_Characteristics → PROPERTYKEY
-
final
- PKEY_Device_Children → PROPERTYKEY
-
final
- PKEY_Device_Class → PROPERTYKEY
-
final
- PKEY_Device_ClassGuid → PROPERTYKEY
-
final
- PKEY_Device_CompatibleIds → PROPERTYKEY
-
final
- PKEY_Device_ConfigFlags → PROPERTYKEY
-
final
- PKEY_Device_ContainerId → PROPERTYKEY
-
final
- PKEY_Device_DeviceDesc → PROPERTYKEY
-
The PKEY_Device_DeviceDesc property contains the device description of the
endpoint device (for example, "Speakers").
final
- PKEY_Device_DevNodeStatus → PROPERTYKEY
-
final
- PKEY_Device_DevType → PROPERTYKEY
-
final
- PKEY_Device_DHP_Rebalance_Policy → PROPERTYKEY
-
final
- PKEY_Device_Driver → PROPERTYKEY
-
final
- PKEY_Device_DriverCoInstallers → PROPERTYKEY
-
final
- PKEY_Device_DriverDate → PROPERTYKEY
-
final
- PKEY_Device_DriverDesc → PROPERTYKEY
-
final
- PKEY_Device_DriverInfPath → PROPERTYKEY
-
final
- PKEY_Device_DriverInfSection → PROPERTYKEY
-
final
- PKEY_Device_DriverInfSectionExt → PROPERTYKEY
-
final
- PKEY_Device_DriverLogoLevel → PROPERTYKEY
-
final
- PKEY_Device_DriverPropPageProvider → PROPERTYKEY
-
final
- PKEY_Device_DriverProvider → PROPERTYKEY
-
final
- PKEY_Device_DriverRank → PROPERTYKEY
-
final
- PKEY_Device_DriverVersion → PROPERTYKEY
-
final
- PKEY_Device_EjectionRelations → PROPERTYKEY
-
final
- PKEY_Device_EnumeratorName → PROPERTYKEY
-
final
- PKEY_Device_Exclusive → PROPERTYKEY
-
final
- PKEY_Device_FriendlyName → PROPERTYKEY
-
The PKEY_Device_FriendlyName property contains the friendly name of the
endpoint device (for example, "Speakers (XYZ Audio Adapter)").
final
- PKEY_Device_FriendlyNameAttributes → PROPERTYKEY
-
final
- PKEY_Device_GenericDriverInstalled → PROPERTYKEY
-
final
- PKEY_Device_HardwareIds → PROPERTYKEY
-
final
- PKEY_Device_InstallInProgress → PROPERTYKEY
-
final
- PKEY_Device_InstallState → PROPERTYKEY
-
final
- PKEY_Device_InstanceId → PROPERTYKEY
-
final
- PKEY_Device_IsAssociateableByUserAction → PROPERTYKEY
-
final
- PKEY_Device_Legacy → PROPERTYKEY
-
final
- PKEY_Device_LegacyBusType → PROPERTYKEY
-
final
- PKEY_Device_LocationInfo → PROPERTYKEY
-
final
- PKEY_Device_LocationPaths → PROPERTYKEY
-
final
- PKEY_Device_LowerFilters → PROPERTYKEY
-
final
- PKEY_Device_Manufacturer → PROPERTYKEY
-
final
- PKEY_Device_ManufacturerAttributes → PROPERTYKEY
-
final
- PKEY_Device_MatchingDeviceId → PROPERTYKEY
-
final
- PKEY_Device_ModelId → PROPERTYKEY
-
final
- PKEY_Device_NoConnectSound → PROPERTYKEY
-
final
- PKEY_Device_Numa_Node → PROPERTYKEY
-
final
- PKEY_Device_Parent → PROPERTYKEY
-
final
- PKEY_Device_PDOName → PROPERTYKEY
-
final
- PKEY_Device_PowerData → PROPERTYKEY
-
final
- PKEY_Device_PowerRelations → PROPERTYKEY
-
final
- PKEY_Device_PresenceNotForDevice → PROPERTYKEY
-
final
- PKEY_Device_ProblemCode → PROPERTYKEY
-
final
- PKEY_Device_RemovalPolicy → PROPERTYKEY
-
final
- PKEY_Device_RemovalPolicyDefault → PROPERTYKEY
-
final
- PKEY_Device_RemovalPolicyOverride → PROPERTYKEY
-
final
- PKEY_Device_RemovalRelations → PROPERTYKEY
-
final
- PKEY_Device_Reported → PROPERTYKEY
-
final
- PKEY_Device_ResourcePickerExceptions → PROPERTYKEY
-
final
- PKEY_Device_ResourcePickerTags → PROPERTYKEY
-
final
- PKEY_Device_SafeRemovalRequired → PROPERTYKEY
-
final
- PKEY_Device_SafeRemovalRequiredOverride → PROPERTYKEY
-
final
- PKEY_Device_Security → PROPERTYKEY
-
final
- PKEY_Device_SecuritySDS → PROPERTYKEY
-
final
- PKEY_Device_Service → PROPERTYKEY
-
final
- PKEY_Device_Siblings → PROPERTYKEY
-
final
- PKEY_Device_SignalStrength → PROPERTYKEY
-
final
- PKEY_Device_TransportRelations → PROPERTYKEY
-
final
- PKEY_Device_UINumber → PROPERTYKEY
-
final
- PKEY_Device_UINumberDescFormat → PROPERTYKEY
-
final
- PKEY_Device_UpperFilters → PROPERTYKEY
-
final
- PKEY_DeviceClass_Characteristics → PROPERTYKEY
-
final
- PKEY_DeviceClass_ClassCoInstallers → PROPERTYKEY
-
final
- PKEY_DeviceClass_ClassInstaller → PROPERTYKEY
-
final
- PKEY_DeviceClass_ClassName → PROPERTYKEY
-
final
- PKEY_DeviceClass_DefaultService → PROPERTYKEY
-
final
- PKEY_DeviceClass_DevType → PROPERTYKEY
-
final
- PKEY_DeviceClass_Exclusive → PROPERTYKEY
-
final
- PKEY_DeviceClass_Icon → PROPERTYKEY
-
final
- PKEY_DeviceClass_IconPath → PROPERTYKEY
-
final
- PKEY_DeviceClass_LowerFilters → PROPERTYKEY
-
final
- PKEY_DeviceClass_Name → PROPERTYKEY
-
final
- PKEY_DeviceClass_NoDisplayClass → PROPERTYKEY
-
final
- PKEY_DeviceClass_NoInstallClass → PROPERTYKEY
-
final
- PKEY_DeviceClass_NoUseClass → PROPERTYKEY
-
final
- PKEY_DeviceClass_PropPageProvider → PROPERTYKEY
-
final
- PKEY_DeviceClass_Security → PROPERTYKEY
-
final
- PKEY_DeviceClass_SecuritySDS → PROPERTYKEY
-
final
- PKEY_DeviceClass_SilentInstall → PROPERTYKEY
-
final
- PKEY_DeviceClass_UpperFilters → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Address → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_AlwaysShowDeviceAsConnected → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_AssociationArray → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_BaselineExperienceId → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Category → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Category_Desc_Plural → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Category_Desc_Singular → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Category_Icon → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_CategoryGroup_Desc → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_CategoryGroup_Icon → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_DeviceDescription1 → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_DeviceDescription2 → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_DeviceFunctionSubRank → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_DiscoveryMethod → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_ExperienceId → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_FriendlyName → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Icon → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_InstallInProgress → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsAuthenticated → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsConnected → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsDefaultDevice → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsDeviceUniquelyIdentifiable → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsEncrypted → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsLocalMachine → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsMetadataSearchInProgress → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsNetworkDevice → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsNotInterestingForDisplay → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsNotWorkingProperly → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_IsPaired → PROPERTYKEY
-
final
-
final
- PKEY_DeviceDisplay_IsShowInDisconnectedState → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Last_Connected → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Last_Seen → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_LaunchDeviceStageFromExplorer → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_LaunchDeviceStageOnDeviceConnect → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Manufacturer → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_MetadataCabinet → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_MetadataChecksum → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_MetadataPath → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_ModelName → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_ModelNumber → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_PrimaryCategory → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_RequiresPairingElevation → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_RequiresUninstallElevation → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_UnpairUninstall → PROPERTYKEY
-
final
- PKEY_DeviceDisplay_Version → PROPERTYKEY
-
final
- PKEY_DeviceInterface_ClassGuid → PROPERTYKEY
-
final
- PKEY_DeviceInterface_Enabled → PROPERTYKEY
-
final
- PKEY_DeviceInterface_FriendlyName → PROPERTYKEY
-
The PKEY_DeviceInterface_FriendlyName property.
final
- PKEY_DeviceInterfaceClass_DefaultInterface → PROPERTYKEY
-
final
- PKEY_DrvPkg_BrandingIcon → PROPERTYKEY
-
final
- PKEY_DrvPkg_DetailedDescription → PROPERTYKEY
-
final
- PKEY_DrvPkg_DocumentationLink → PROPERTYKEY
-
final
- PKEY_DrvPkg_Icon → PROPERTYKEY
-
final
- PKEY_DrvPkg_Model → PROPERTYKEY
-
final
- PKEY_DrvPkg_VendorWebSite → PROPERTYKEY
-
final
- PKEY_FunctionInstance → PROPERTYKEY
-
final
- PKEY_Hardware_Devinst → PROPERTYKEY
-
final
- PKEY_Hardware_DisplayAttribute → PROPERTYKEY
-
final
- PKEY_Hardware_DriverDate → PROPERTYKEY
-
final
- PKEY_Hardware_DriverProvider → PROPERTYKEY
-
final
- PKEY_Hardware_DriverVersion → PROPERTYKEY
-
final
- PKEY_Hardware_Function → PROPERTYKEY
-
final
- PKEY_Hardware_Icon → PROPERTYKEY
-
final
- PKEY_Hardware_Image → PROPERTYKEY
-
final
- PKEY_Hardware_Manufacturer → PROPERTYKEY
-
final
- PKEY_Hardware_Model → PROPERTYKEY
-
final
- PKEY_Hardware_Name → PROPERTYKEY
-
final
- PKEY_Hardware_SerialNumber → PROPERTYKEY
-
final
- PKEY_Hardware_ShellAttributes → PROPERTYKEY
-
final
- PKEY_Hardware_Status → PROPERTYKEY
-
final
- PKEY_NAME → PROPERTYKEY
-
final
- PKEY_Numa_Proximity_Domain → PROPERTYKEY
-
final
- PKEY_Pairing_IsWifiOnlyDevice → PROPERTYKEY
-
final
- PKEY_Pairing_ListItemDefault → PROPERTYKEY
-
final
- PKEY_Pairing_ListItemDescription → PROPERTYKEY
-
final
- PKEY_Pairing_ListItemIcon → PROPERTYKEY
-
final
- PKEY_Pairing_ListItemText → PROPERTYKEY
-
final
- PKEY_PNPX_Associated → PROPERTYKEY
-
final
- PKEY_PNPX_Category_Desc_NonPlural → PROPERTYKEY
-
final
- PKEY_PNPX_CompactSignature → PROPERTYKEY
-
final
- PKEY_PNPX_CompatibleTypes → PROPERTYKEY
-
final
- PKEY_PNPX_DeviceCategory → PROPERTYKEY
-
final
- PKEY_PNPX_DeviceCategory_Desc → PROPERTYKEY
-
final
- PKEY_PNPX_DeviceCertHash → PROPERTYKEY
-
final
- PKEY_PNPX_DomainName → PROPERTYKEY
-
final
- PKEY_PNPX_FirmwareVersion → PROPERTYKEY
-
final
- PKEY_PNPX_GlobalIdentity → PROPERTYKEY
-
final
- PKEY_PNPX_ID → PROPERTYKEY
-
final
- PKEY_PNPX_Installable → PROPERTYKEY
-
final
- PKEY_PNPX_InstallState → PROPERTYKEY
-
final
- PKEY_PNPX_IpAddress → PROPERTYKEY
-
final
- PKEY_PNPX_IPBusEnumerated → PROPERTYKEY
-
final
- PKEY_PNPX_ManufacturerUrl → PROPERTYKEY
-
final
- PKEY_PNPX_MetadataVersion → PROPERTYKEY
-
final
- PKEY_PNPX_ModelUrl → PROPERTYKEY
-
final
- PKEY_PNPX_NetworkInterfaceGuid → PROPERTYKEY
-
final
- PKEY_PNPX_NetworkInterfaceLuid → PROPERTYKEY
-
final
- PKEY_PNPX_PhysicalAddress → PROPERTYKEY
-
final
- PKEY_PNPX_PresentationUrl → PROPERTYKEY
-
final
- PKEY_PNPX_RemoteAddress → PROPERTYKEY
-
final
- PKEY_PNPX_Removable → PROPERTYKEY
-
final
- PKEY_PNPX_RootProxy → PROPERTYKEY
-
final
- PKEY_PNPX_Scopes → PROPERTYKEY
-
final
- PKEY_PNPX_SecureChannel → PROPERTYKEY
-
final
- PKEY_PNPX_SerialNumber → PROPERTYKEY
-
final
- PKEY_PNPX_ServiceAddress → PROPERTYKEY
-
final
- PKEY_PNPX_ServiceControlUrl → PROPERTYKEY
-
final
- PKEY_PNPX_ServiceDescUrl → PROPERTYKEY
-
final
- PKEY_PNPX_ServiceEventSubUrl → PROPERTYKEY
-
final
- PKEY_PNPX_ServiceId → PROPERTYKEY
-
final
- PKEY_PNPX_ServiceTypes → PROPERTYKEY
-
final
-
final
- PKEY_PNPX_Types → PROPERTYKEY
-
final
- PKEY_PNPX_Upc → PROPERTYKEY
-
final
- PKEY_PNPX_XAddrs → PROPERTYKEY
-
final
- PKEY_SSDP_AltLocationInfo → PROPERTYKEY
-
final
- PKEY_SSDP_DevLifeTime → PROPERTYKEY
-
final
- PKEY_SSDP_NetworkInterface → PROPERTYKEY
-
final
- PKEY_WCN_AssocState → PROPERTYKEY
-
final
- PKEY_WCN_AuthType → PROPERTYKEY
-
final
- PKEY_WCN_ConfigError → PROPERTYKEY
-
final
- PKEY_WCN_ConfigMethods → PROPERTYKEY
-
final
- PKEY_WCN_ConfigState → PROPERTYKEY
-
final
- PKEY_WCN_ConnType → PROPERTYKEY
-
final
- PKEY_WCN_DevicePasswordId → PROPERTYKEY
-
final
- PKEY_WCN_EncryptType → PROPERTYKEY
-
final
- PKEY_WCN_OSVersion → PROPERTYKEY
-
final
- PKEY_WCN_RegistrarType → PROPERTYKEY
-
final
- PKEY_WCN_RequestType → PROPERTYKEY
-
final
- PKEY_WCN_RfBand → PROPERTYKEY
-
final
- PKEY_WCN_VendorExtension → PROPERTYKEY
-
final
- PKEY_WCN_Version → PROPERTYKEY
-
final
- PKEY_WNET_Comment → PROPERTYKEY
-
final
- PKEY_WNET_DisplayType → PROPERTYKEY
-
final
- PKEY_WNET_LocalName → PROPERTYKEY
-
final
- PKEY_WNET_Provider → PROPERTYKEY
-
final
- PKEY_WNET_RemoteName → PROPERTYKEY
-
final
- PKEY_WNET_Scope → PROPERTYKEY
-
final
- PKEY_WNET_Type → PROPERTYKEY
-
final
- PKEY_WNET_Usage → PROPERTYKEY
-
final
- PortableDeviceKeyCollection → GUID
-
final
- PortableDevicePropVariantCollection → GUID
-
final
- PortableDeviceValues → GUID
-
final
- PortableDeviceValuesCollection → GUID
-
final
- RT_ACCELERATOR → PCWSTR
-
final
- RT_ANICURSOR → PCWSTR
-
final
- RT_ANIICON → PCWSTR
-
final
- RT_BITMAP → PCWSTR
-
final
- RT_CURSOR → PCWSTR
-
final
- RT_DIALOG → PCWSTR
-
final
- RT_DLGINCLUDE → PCWSTR
-
final
- RT_FONT → PCWSTR
-
final
- RT_FONTDIR → PCWSTR
-
final
- RT_GROUP_CURSOR → PCWSTR
-
final
- RT_GROUP_ICON → PCWSTR
-
final
- RT_HTML → PCWSTR
-
final
- RT_ICON → PCWSTR
-
final
- RT_MANIFEST → PCWSTR
-
final
- RT_MENU → PCWSTR
-
final
- RT_MESSAGETABLE → PCWSTR
-
final
- RT_PLUGPLAY → PCWSTR
-
final
- RT_RCDATA → PCWSTR
-
final
- RT_STRING → PCWSTR
-
final
- RT_VERSION → PCWSTR
-
final
- RT_VXD → PCWSTR
-
final
- Sensor → GUID
-
The following GUIDS define the different types of sensor profiles.
final
- SensorCollection → GUID
-
final
- SensorDataReport → GUID
-
final
- SensorManager → GUID
-
final
- ShellItem → GUID
-
final
- ShellLink → GUID
-
final
- SpDataKey → GUID
-
final
- SpellCheckerFactory → GUID
-
final
- SpObjectToken → GUID
-
final
- SpObjectTokenCategory → GUID
-
final
- SpVoice → GUID
-
final
-
SRWLOCK_INIT
→ Pointer<
NativeType> -
final
- TD_ERROR_ICON → PCWSTR
-
final
- TD_INFORMATION_ICON → PCWSTR
-
final
- TD_SHIELD_ICON → PCWSTR
-
final
- TD_WARNING_ICON → PCWSTR
-
final
- VirtualDesktopManager → GUID
-
VirtualDesktopManager implements the IVirtualDesktopManager interface.
final
- WbemClassObject → GUID
-
Contains and manipulates both class definitions and class object instances.
final
- WbemContext → GUID
-
Used to communicate additional context information to providers when
submitting IWbemServices calls to WMI.
final
- WbemLocator → GUID
-
final
- WbemRefresher → GUID
-
Provides an entry point through which refreshable objects such as
enumerators or refresher objects, can be refreshed.
final
- WinHttpRequest → GUID
-
This topic provides information about using the WinHTTP WinHttpRequest COM
object with scripting languages.
final
Functions
-
AbortPath(
HDC hdc) → bool gdi32 - Closes and discards any paths in the specified device context.
-
AbortPrinter(
PRINTER_HANDLE hPrinter) → bool winspool - Deletes a printers spool file if the printer is configured for spooling.
-
accept(
SOCKET s, Pointer< winsockSOCKADDR> ? addr, Pointer<Int32> ? addrlen) → Win32Result<SOCKET> - Permits an incoming connection attempt on a socket.
-
ActivateActCtx(
HANDLE? hActCtx, Pointer< kernel32IntPtr> lpCookie) → Win32Result<bool> - Activates the specified activation context.
-
ActivateKeyboardLayout(
HKL hkl, ACTIVATE_KEYBOARD_LAYOUT_FLAGS flags) → Win32Result< user32HKL> - Sets the input locale identifier (formerly called the keyboard layout handle) for the calling thread or the current process.
-
AddClipboardFormatListener(
HWND hwnd) → Win32Result< user32bool> - Places the given window in the system-maintained clipboard format listener list.
-
AddDllDirectory(
PCWSTR newDirectory) → Win32Result< kernel32Pointer< NativeType> > - Adds a directory to the process DLL search path.
-
AddFontResource(
PCWSTR param0) → int gdi32 - Adds the font resource from the specified file to the system font table.
-
AddFontResourceEx(
PCWSTR name, FONT_RESOURCE_CHARACTERISTICS fl) → int gdi32 - Adds the font resource from the specified file to the system.
-
AddForm(
PRINTER_HANDLE hPrinter, int level, Pointer< winspoolUint8> pForm) → bool - Adds a form to the list of available forms that can be selected for the specified printer.
-
AddIPAddress(
int address, int ipMask, int ifIndex, Pointer< iphlpapiUint32> nTEContext, Pointer<Uint32> nTEInstance) → int - Adds the specified IPv4 address to the specified adapter.
-
AddJob(
PRINTER_HANDLE hPrinter, int level, Pointer< winspoolUint8> ? pData, int cbBuf, Pointer<Uint32> pcbNeeded) → bool - Adds a print job to the list of print jobs that can be scheduled by the print spooler.
-
AddPrinter(
PCWSTR? pName, int level, Pointer< winspoolUint8> pPrinter) → Win32Result<PRINTER_HANDLE> - Adds a printer to the list of supported printers for a specified server.
-
AddPrinterConnection(
PCWSTR pName) → bool winspool - Adds a connection to the specified printer for the current user.
-
AddPrinterConnection2(
HWND? hWnd, PCWSTR pszName, int dwLevel, Pointer< winspoolNativeType> pConnectionInfo) → bool - Adds a connection to the specified printer for the current user and specifies connection details.
-
AddRefActCtx(
HANDLE hActCtx) → void kernel32 - Increments the reference count of the specified activation context.
-
AdjustWindowRect(
Pointer< user32RECT> lpRect, WINDOW_STYLE dwStyle, bool bMenu) → Win32Result<bool> - Calculates the required size of the window rectangle, based on the desired client-rectangle size.
-
AdjustWindowRectEx(
Pointer< user32RECT> lpRect, WINDOW_STYLE dwStyle, bool bMenu, WINDOW_EX_STYLE dwExStyle) → Win32Result<bool> - Calculates the required size of the window rectangle, based on the desired size of the client rectangle.
-
AdjustWindowRectExForDpi(
Pointer< user32RECT> lpRect, WINDOW_STYLE dwStyle, bool bMenu, WINDOW_EX_STYLE dwExStyle, int dpi) → Win32Result<bool> - Calculates the required size of the window rectangle, based on the desired size of the client rectangle and the provided DPI.
-
AdvancedDocumentProperties(
HWND hWnd, PRINTER_HANDLE hPrinter, PCWSTR pDeviceName, Pointer< winspoolDEVMODE> ? pDevModeOutput, Pointer<DEVMODE> ? pDevModeInput) → int - Displays a printer-configuration dialog box for the specified printer, allowing the user to configure that printer.
-
AllocConsole(
) → Win32Result< kernel32bool> - Allocates a new console for the calling process.
-
AllowSetForegroundWindow(
int dwProcessId) → Win32Result< user32bool> - Enables the specified process to set the foreground window using the SetForegroundWindow function.
-
AngleArc(
HDC hdc, int x, int y, int r, double startAngle, double sweepAngle) → bool gdi32 - Draws a line segment and an arc.
-
AnimatePalette(
HPALETTE hPal, int iStartIndex, int cEntries, Pointer< gdi32PALETTEENTRY> ppe) → bool - Replaces entries in the specified logical palette.
-
AnimateWindow(
HWND hWnd, int dwTime, ANIMATE_WINDOW_FLAGS dwFlags) → Win32Result< user32bool> - Enables you to produce special effects when showing or hiding windows.
-
AnyPopup(
) → bool user32 - Indicates whether an owned, visible, top-level pop-up, or overlapped window exists on the screen.
-
AppendMenu(
HMENU hMenu, MENU_ITEM_FLAGS uFlags, int uIDNewItem, PCWSTR? lpNewItem) → Win32Result< user32bool> - Appends a new item to the end of the specified menu bar, drop-down menu, submenu, or shortcut menu.
-
Arc(
HDC hdc, int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) → bool gdi32 - Draws an elliptical arc.
-
ArcTo(
HDC hdc, int left, int top, int right, int bottom, int xr1, int yr1, int xr2, int yr2) → bool gdi32 - Draws an elliptical arc.
-
AreDpiAwarenessContextsEqual(
DPI_AWARENESS_CONTEXT dpiContextA, DPI_AWARENESS_CONTEXT dpiContextB) → bool user32 - Determines whether two DPI_AWARENESS_CONTEXT values are identical.
-
AreFileApisANSI(
) → bool kernel32 - Determines whether the file I/O functions are using the ANSI or OEM character set code page.
-
ArrangeIconicWindows(
HWND hWnd) → Win32Result< user32int> - Arranges all the minimized (iconic) child windows of the specified parent window.
-
AssignProcessToJobObject(
HANDLE hJob, HANDLE hProcess) → Win32Result< kernel32bool> - Assigns a process to an existing job object.
-
AttachConsole(
int dwProcessId) → Win32Result< kernel32bool> - Attaches the calling process to the console of the specified process.
-
AttachThreadInput(
int idAttach, int idAttachTo, bool fAttach) → bool user32 - Attaches or detaches the input processing mechanism of one thread to that of another thread.
-
Beep(
int dwFreq, int dwDuration) → Win32Result< kernel32bool> - Generates simple tones on the speaker.
-
BeginDeferWindowPos(
int nNumWindows) → Win32Result< user32HDWP> - Allocates memory for a multiple-window- position structure and returns the handle to the structure.
-
BeginPaint(
HWND hWnd, Pointer< user32PAINTSTRUCT> lpPaint) → HDC - Prepares the specified window for painting and fills a PAINTSTRUCT structure with information about the painting.
-
BeginPath(
HDC hdc) → bool gdi32 - Opens a path bracket in the specified device context.
-
BeginUpdateResource(
PCWSTR pFileName, bool bDeleteExistingResources) → Win32Result< kernel32HANDLE> - Retrieves a handle that can be used by the UpdateResource function to add, delete, or replace resources in a binary module.
-
bind(
SOCKET s, Pointer< winsockSOCKADDR> name, int namelen) → Win32Result<int> - Associates a local address with a socket.
-
BitBlt(
HDC hdc, int x, int y, int cx, int cy, HDC? hdcSrc, int x1, int y1, ROP_CODE rop) → Win32Result< gdi32bool> - Performs a bit-block transfer of the color data corresponding to a rectangle of pixels from the specified source device context into a destination device context.
-
BlockInput(
bool fBlockIt) → Win32Result< user32bool> - Blocks keyboard and mouse input events from reaching applications.
-
BluetoothAuthenticateDeviceEx(
HWND? hwndParentIn, HANDLE? hRadioIn, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdiInout, Pointer<BLUETOOTH_OOB_DATA_INFO> ? pbtOobData, AUTHENTICATION_REQUIREMENTS authenticationRequirement) → int - Sends an authentication request to a remote Bluetooth device.
-
BluetoothDisplayDeviceProperties(
HWND? hwndParent, Pointer< bthpropsBLUETOOTH_DEVICE_INFO> pbtdi) → Win32Result<bool> - Starts Control Panel device information property sheet.
-
BluetoothEnableDiscovery(
HANDLE? hRadio, bool fEnabled) → bool bluetoothapis - Changes the discovery state of a local Bluetooth radio or radios.
-
BluetoothEnableIncomingConnections(
HANDLE? hRadio, bool fEnabled) → bool bluetoothapis - Modifies whether a local Bluetooth radio accepts incoming connections.
-
BluetoothEnumerateInstalledServices(
HANDLE? hRadio, Pointer< bluetoothapisBLUETOOTH_DEVICE_INFO> pbtdi, Pointer<Uint32> pcServiceInout, Pointer<GUID> ? pGuidServices) → int - Enumerates the services GUIDs (Globally Unique Identifiers) enabled on a Bluetooth device.
-
BluetoothFindDeviceClose(
HBLUETOOTH_DEVICE_FIND hFind) → Win32Result< bluetoothapisbool> - Closes an enumeration handle associated with a device query.
-
BluetoothFindFirstDevice(
Pointer< bluetoothapisBLUETOOTH_DEVICE_SEARCH_PARAMS> pbtsp, Pointer<BLUETOOTH_DEVICE_INFO> pbtdi) → Win32Result<HBLUETOOTH_DEVICE_FIND> - Begins the enumeration Bluetooth devices.
-
BluetoothFindFirstRadio(
Pointer< bluetoothapisBLUETOOTH_FIND_RADIO_PARAMS> pbtfrp, Pointer<Pointer< phRadio) → Win32Result<NativeType> >HBLUETOOTH_RADIO_FIND> - Begins the enumeration of local Bluetooth radios.
-
BluetoothFindNextDevice(
HBLUETOOTH_DEVICE_FIND hFind, Pointer< bluetoothapisBLUETOOTH_DEVICE_INFO> pbtdi) → Win32Result<bool> - Finds the next Bluetooth device.
-
BluetoothFindNextRadio(
HBLUETOOTH_RADIO_FIND hFind, Pointer< bluetoothapisPointer< phRadio) → Win32Result<NativeType> >bool> - Finds the next Bluetooth radio.
-
BluetoothFindRadioClose(
HBLUETOOTH_RADIO_FIND hFind) → Win32Result< bluetoothapisbool> - Closes the enumeration handle associated with finding Bluetooth radios.
-
BluetoothGATTAbortReliableWrite(
HANDLE hDevice, int reliableWriteContext, int flags) → void bluetoothapis - Specifies the end of reliable write procedures, and the writes should be aborted.
-
BluetoothGATTBeginReliableWrite(
HANDLE hDevice, Pointer< bluetoothapisUint64> reliableWriteContext, int flags) → void - Specifies that reliable writes are about to begin.
-
BluetoothGATTEndReliableWrite(
HANDLE hDevice, int reliableWriteContext, int flags) → void bluetoothapis - Specifies the end of reliable writes, and the writes should be committed.
-
BluetoothGATTGetCharacteristics(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_SERVICE> ? service, int characteristicsBufferCount, Pointer<BTH_LE_GATT_CHARACTERISTIC> ? characteristicsBuffer, Pointer<Uint16> characteristicsBufferActual, int flags) → void - Gets all the characteristics available for the specified service.
-
BluetoothGATTGetCharacteristicValue(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_CHARACTERISTIC> characteristic, int characteristicValueDataSize, Pointer<BTH_LE_GATT_CHARACTERISTIC_VALUE> ? characteristicValue, Pointer<Uint16> ? characteristicValueSizeRequired, int flags) → void - Gets the value of the specified characteristic.
-
BluetoothGATTGetDescriptors(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_CHARACTERISTIC> characteristic, int descriptorsBufferCount, Pointer<BTH_LE_GATT_DESCRIPTOR> ? descriptorsBuffer, Pointer<Uint16> descriptorsBufferActual, int flags) → void - Gets all the descriptors available for the specified characteristic.
-
BluetoothGATTGetDescriptorValue(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_DESCRIPTOR> descriptor, int descriptorValueDataSize, Pointer<BTH_LE_GATT_DESCRIPTOR_VALUE> ? descriptorValue, Pointer<Uint16> ? descriptorValueSizeRequired, int flags) → void - Gets the value of the specified descriptor.
-
BluetoothGATTGetIncludedServices(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_SERVICE> ? parentService, int includedServicesBufferCount, Pointer<BTH_LE_GATT_SERVICE> ? includedServicesBuffer, Pointer<Uint16> includedServicesBufferActual, int flags) → void - Gets all the included services available for a given service.
-
BluetoothGATTGetServices(
HANDLE hDevice, int servicesBufferCount, Pointer< bluetoothapisBTH_LE_GATT_SERVICE> ? servicesBuffer, Pointer<Uint16> servicesBufferActual, int flags) → void - Gets all the primary services available for a server.
-
BluetoothGATTRegisterEvent(
HANDLE hService, BTH_LE_GATT_EVENT_TYPE eventType, Pointer< bluetoothapisNativeType> eventParameterIn, Pointer<NativeFunction< callback, Pointer<PFNBLUETOOTH_GATT_EVENT_CALLBACK> >NativeType> ? callbackContext, Pointer<IntPtr> pEventHandle, int flags) → void - Registers a routine to be called back during a characteristic value change event on the given characteristic identified by its characteristic handle.
-
BluetoothGATTSetCharacteristicValue(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_CHARACTERISTIC> characteristic, Pointer<BTH_LE_GATT_CHARACTERISTIC_VALUE> characteristicValue, int? reliableWriteContext, int flags) → void - Writes the specified characteristic value to the Bluetooth device.
-
BluetoothGATTSetDescriptorValue(
HANDLE hDevice, Pointer< bluetoothapisBTH_LE_GATT_DESCRIPTOR> descriptor, Pointer<BTH_LE_GATT_DESCRIPTOR_VALUE> descriptorValue, int flags) → void - Writes the specified descriptor value to the Bluetooth device.
-
BluetoothGATTUnregisterEvent(
int eventHandle, int flags) → void bluetoothapis - Unregisters the given characteristic value change event.
-
BluetoothGetDeviceInfo(
HANDLE? hRadio, Pointer< bluetoothapisBLUETOOTH_DEVICE_INFO> pbtdi) → int - Retrieves information about a remote Bluetooth device.
-
BluetoothGetRadioInfo(
HANDLE hRadio, Pointer< bluetoothapisBLUETOOTH_RADIO_INFO> pRadioInfo) → Win32Result<int> - Obtains information about a Bluetooth radio.
-
BluetoothIsConnectable(
HANDLE? hRadio) → bool bluetoothapis - Determines whether a Bluetooth radio or radios is connectable.
-
BluetoothIsDiscoverable(
HANDLE? hRadio) → bool bluetoothapis - Determines whether a Bluetooth radio or radios is discoverable.
-
BluetoothIsVersionAvailable(
int majorVersion, int minorVersion) → bool bluetoothapis - Indicates if the installed Bluetooth binary set supports the requested version.
-
BluetoothRegisterForAuthenticationEx(
Pointer< bluetoothapisBLUETOOTH_DEVICE_INFO> ? pbtdiIn, Pointer<IntPtr> phRegHandleOut, Pointer<NativeFunction< ? pfnCallbackIn, Pointer<PFN_AUTHENTICATION_CALLBACK_EX> >NativeType> ? pvParam) → int - Registers an application for a pin request, numeric comparison and callback function.
-
BluetoothRemoveDevice(
Pointer< bluetoothapisBLUETOOTH_ADDRESS> pAddress) → int - Removes authentication between a Bluetooth device and the computer and clears cached service information for the device.
-
BluetoothSdpEnumAttributes(
Pointer< bluetoothapisUint8> pSDPStream, int cbStreamSize, Pointer<NativeFunction< pfnCallback, Pointer<PFN_BLUETOOTH_ENUM_ATTRIBUTES_CALLBACK> >NativeType> pvParam) → Win32Result<bool> - Enumerates through the SDP record stream, and calls the callback function for each attribute in the record.
-
BluetoothSdpGetAttributeValue(
Pointer< bluetoothapisUint8> pRecordStream, int cbRecordLength, int usAttributeId, Pointer<SDP_ELEMENT_DATA> pAttributeData) → int - Retrieves the attribute value for an attribute identifier.
-
BluetoothSdpGetContainerElementData(
Pointer< bluetoothapisUint8> pContainerStream, int cbContainerLength, Pointer<IntPtr> pElement, Pointer<SDP_ELEMENT_DATA> pData) → int - Iterates a container stream and returns each element contained within the container element.
-
BluetoothSdpGetElementData(
Pointer< bluetoothapisUint8> pSdpStream, int cbSdpStreamLength, Pointer<SDP_ELEMENT_DATA> pData) → int - Retrieves and parses a single element from an SDP stream.
-
BluetoothSdpGetString(
Pointer< bluetoothapisUint8> pRecordStream, int cbRecordLength, Pointer<SDP_STRING_TYPE_DATA> ? pStringData, int usStringOffset, PWSTR pszString, Pointer<Uint32> pcchStringLength) → int - Converts a raw string embedded in the SDP record into a Unicode string.
-
BluetoothSelectDevices(
Pointer< bthpropsBLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp) → Win32Result<bool> - Enables Bluetooth device selection.
-
BluetoothSelectDevicesFree(
Pointer< bthpropsBLUETOOTH_SELECT_DEVICE_PARAMS> pbtsdp) → bool - Frees resources associated with a previous call to BluetoothSelectDevices.
-
BluetoothSendAuthenticationResponseEx(
HANDLE? hRadioIn, Pointer< bluetoothapisBLUETOOTH_AUTHENTICATE_RESPONSE> pauthResponse) → int - Called when an authentication request to send the passkey or a Numeric Comparison response is made.
-
BluetoothSetServiceState(
HANDLE? hRadio, Pointer< bluetoothapisBLUETOOTH_DEVICE_INFO> pbtdi, Pointer<GUID> pGuidService, int dwServiceFlags) → int - Enables or disables services for a Bluetooth device.
-
BluetoothUnregisterAuthentication(
int hRegHandle) → Win32Result< bluetoothapisbool> - Removes registration for a callback routine that was previously registered with a call to the BluetoothRegisterForAuthentication function.
-
BluetoothUpdateDeviceRecord(
Pointer< bluetoothapisBLUETOOTH_DEVICE_INFO> pbtdi) → int - Updates the local computer cache about a Bluetooth device.
-
BringWindowToTop(
HWND hWnd) → Win32Result< user32bool> - Brings the specified window to the top of the Z order.
-
BroadcastSystemMessage(
BROADCAST_SYSTEM_MESSAGE_FLAGS flags, Pointer< user32Uint32> ? lpInfo, int msg, WPARAM wParam, LPARAM lParam) → Win32Result<int> - Sends a message to the specified recipients.
-
BroadcastSystemMessageEx(
BROADCAST_SYSTEM_MESSAGE_FLAGS flags, Pointer< user32Uint32> ? lpInfo, int msg, WPARAM wParam, LPARAM lParam, Pointer<BSMINFO> ? pbsmInfo) → Win32Result<int> - Sends a message to the specified recipients.
-
BuildCommDCB(
PCWSTR lpDef, Pointer< kernel32DCB> lpDCB) → Win32Result<bool> - Fills a specified DCB structure with values specified in a device-control string.
-
BuildCommDCBAndTimeouts(
PCWSTR lpDef, Pointer< kernel32DCB> lpDCB, Pointer<COMMTIMEOUTS> lpCommTimeouts) → Win32Result<bool> - Translates a device-definition string into appropriate device-control block codes and places them into a device control block.
-
CalculatePopupWindowPosition(
Pointer< user32POINT> anchorPoint, Pointer<SIZE> windowSize, int flags, Pointer<RECT> ? excludeRect, Pointer<RECT> popupWindowPosition) → Win32Result<bool> - Calculates an appropriate pop-up window position using the specified anchor point, pop-up window size, flags, and the optional exclude rectangle.
-
CallMsgFilter(
Pointer< user32MSG> lpMsg, int nCode) → bool - Passes the specified message and hook code to the hook procedures associated with the WH_SYSMSGFILTER and WH_MSGFILTER hooks.
-
CallNamedPipe(
PCWSTR lpNamedPipeName, Pointer< kernel32NativeType> ? lpInBuffer, int nInBufferSize, Pointer<NativeType> ? lpOutBuffer, int nOutBufferSize, Pointer<Uint32> lpBytesRead, int nTimeOut) → bool - Connects to a message-type pipe (and waits if an instance of the pipe is not available), writes to and reads from the pipe, and then closes the pipe.
-
CallNextHookEx(
HHOOK? hhk, int nCode, WPARAM wParam, LPARAM lParam) → LRESULT user32 - Passes the hook information to the next hook procedure in the current hook chain.
-
CallNtPowerInformation(
POWER_INFORMATION_LEVEL informationLevel, Pointer< powrprofNativeType> ? inputBuffer, int inputBufferLength, Pointer<NativeType> ? outputBuffer, int outputBufferLength) → NTSTATUS - Sets or retrieves power information.
-
CallWindowProc(
Pointer< user32NativeFunction< lpPrevWndFunc, HWND hWnd, int msg, WPARAM wParam, LPARAM lParam) → LRESULTWNDPROC> > - Passes message information to the specified window procedure.
-
CancelDC(
HDC hdc) → bool gdi32 - Cancels any pending operation on the specified device context (DC).
-
CancelIo(
HANDLE hFile) → Win32Result< kernel32bool> - Cancels all pending input and output (I/O) operations that are issued by the calling thread for the specified file.
-
CancelIoEx(
HANDLE hFile, Pointer< kernel32OVERLAPPED> ? lpOverlapped) → Win32Result<bool> - Marks any outstanding I/O operations for the specified file handle.
-
CancelSynchronousIo(
HANDLE hThread) → Win32Result< kernel32bool> - Marks pending synchronous I/O operations that are issued by the specified thread as canceled.
-
CascadeWindows(
HWND? hwndParent, CASCADE_WINDOWS_HOW wHow, Pointer< user32RECT> ? lpRect, int cKids, Pointer<Pointer< ? lpKids) → Win32Result<NativeType> >int> - Cascades the specified child windows of the specified parent window.
-
ChangeClipboardChain(
HWND hWndRemove, HWND hWndNewNext) → bool user32 - Removes a specified window from the chain of clipboard viewers.
-
ChangeDisplaySettings(
Pointer< user32DEVMODE> ? lpDevMode, CDS_TYPE dwFlags) → DISP_CHANGE - Changes the settings of the default display device to the specified graphics mode.
-
ChangeDisplaySettingsEx(
PCWSTR? lpszDeviceName, Pointer< user32DEVMODE> ? lpDevMode, CDS_TYPE dwflags, Pointer<NativeType> ? lParam) → DISP_CHANGE - Changes the settings of the specified display device to the specified graphics mode.
-
ChangeServiceConfig2(
SC_HANDLE hService, SERVICE_CONFIG dwInfoLevel, Pointer< advapi32NativeType> ? lpInfo) → Win32Result<bool> - Changes the optional configuration parameters of a service.
-
ChangeWindowMessageFilter(
int message, CHANGE_WINDOW_MESSAGE_FILTER_FLAGS dwFlag) → Win32Result< user32bool> - Adds or removes a message from the User Interface Privilege Isolation (UIPI) message filter.
-
ChangeWindowMessageFilterEx(
HWND hwnd, int message, WINDOW_MESSAGE_FILTER_ACTION action, Pointer< user32CHANGEFILTERSTRUCT> ? pChangeFilterStruct) → Win32Result<bool> - Modifies the User Interface Privilege Isolation (UIPI) message filter for a specified window.
-
CheckDlgButton(
HWND hDlg, int nIDButton, DLG_BUTTON_CHECK_STATE uCheck) → Win32Result< user32bool> - Changes the check state of a button control.
-
CheckRadioButton(
HWND hDlg, int nIDFirstButton, int nIDLastButton, int nIDCheckButton) → Win32Result< user32bool> - Adds a check mark to (checks) a specified radio button in a group and removes a check mark from (clears) all other radio buttons in the group.
-
CheckRemoteDebuggerPresent(
HANDLE hProcess, Pointer< kernel32Int32> pbDebuggerPresent) → Win32Result<bool> - Determines whether the specified process is being debugged.
-
ChildWindowFromPoint(
HWND hWndParent, POINT point) → HWND user32 - Determines which, if any, of the child windows belonging to a parent window contains the specified point.
-
ChildWindowFromPointEx(
HWND hwnd, POINT pt, CWP_FLAGS flags) → HWND user32 - Determines which, if any, of the child windows belonging to the specified parent window contains the specified point.
-
ChooseColor(
Pointer< comdlg32CHOOSECOLOR> param0) → bool - Creates a Color dialog box that enables the user to select a color.
-
ChooseFont(
Pointer< comdlg32CHOOSEFONT> param0) → bool - Creates a Font dialog box that enables the user to choose attributes for a logical font.
-
Chord(
HDC hdc, int x1, int y1, int x2, int y2, int x3, int y3, int x4, int y4) → bool gdi32 - Draws a chord (a region bounded by the intersection of an ellipse and a line segment, called a secant).
-
ClearCommBreak(
HANDLE hFile) → Win32Result< kernel32bool> - Restores character transmission for a specified communications device and places the transmission line in a nonbreak state.
-
ClearCommError(
HANDLE hFile, Pointer< kernel32Uint32> ? lpErrors, Pointer<COMSTAT> ? lpStat) → Win32Result<bool> - Retrieves information about a communications error and reports the current status of a communications device.
-
ClientToScreen(
HWND hWnd, Pointer< user32POINT> lpPoint) → bool - Converts the client-area coordinates of a specified point to screen coordinates.
-
ClipCursor(
Pointer< user32RECT> ? lpRect) → Win32Result<bool> - Confines the cursor to a rectangular area on the screen.
-
CloseClipboard(
) → Win32Result< user32bool> - Closes the clipboard.
-
CloseDesktop(
HDESK hDesktop) → Win32Result< user32bool> - Closes an open handle to a desktop object.
-
CloseFigure(
HDC hdc) → bool gdi32 - Closes an open figure in a path.
-
CloseGestureInfoHandle(
HGESTUREINFO hGestureInfo) → Win32Result< user32bool> - Closes resources associated with a gesture information handle.
-
CloseHandle(
HANDLE hObject) → Win32Result< kernel32bool> - Closes an open object handle.
-
ClosePrinter(
PRINTER_HANDLE hPrinter) → Win32Result< winspoolbool> - Closes the specified printer object.
-
ClosePseudoConsole(
HPCON hPC) → void kernel32 - Closes a pseudoconsole from the given handle.
-
CloseServiceHandle(
SC_HANDLE hSCObject) → Win32Result< advapi32bool> - Closes a handle to a service control manager or service object.
-
closesocket(
SOCKET s) → Win32Result< winsockint> - Closes an existing socket.
-
CloseSpoolFileHandle(
PRINTER_HANDLE hPrinter, HANDLE hSpoolFile) → bool winspool - Closes a handle to a spool file associated with the print job currently submitted by the application.
-
CloseThemeData(
HTHEME hTheme) → void uxtheme - Closes the theme data handle.
-
CloseTouchInputHandle(
HTOUCHINPUT hTouchInput) → Win32Result< user32bool> - Closes a touch input handle, frees process memory associated with it, and invalidates the handle.
-
CloseTrace(
PROCESSTRACE_HANDLE traceHandle) → WIN32_ERROR advapi32 - Closes a trace processing session that was created with OpenTrace.
-
CloseWindow(
HWND hWnd) → Win32Result< user32bool> - Minimizes (but does not destroy) the specified window.
-
CloseWindowStation(
HWINSTA hWinSta) → Win32Result< user32bool> - Closes an open window station handle.
-
CLSIDFromProgID(
PCWSTR lpszProgID) → Pointer< ole32GUID> - Looks up a CLSID in the registry, given a ProgID.
-
CLSIDFromProgIDEx(
PCWSTR lpszProgID) → Pointer< ole32GUID> - Triggers automatic installation if the COMClassStore policy is enabled.
-
CLSIDFromString(
PCWSTR lpsz) → Pointer< ole32GUID> - Converts a string generated by the StringFromCLSID function back into the original CLSID.
-
CoAddRefServerProcess(
) → int ole32 - Increments a global per-process reference count.
-
CoCreateGuid(
) → Pointer< ole32GUID> - Creates a GUID, a unique 128-bit integer used for CLSIDs and interface identifiers.
-
CoCreateInstance<
T extends IUnknown> (Pointer< ole32GUID> rclsid, IUnknown? pUnkOuter, CLSCTX dwClsContext) → T - Creates a single uninitialized object of the class associated with a specified CLSID.
-
CoDecrementMTAUsage(
CO_MTA_USAGE_COOKIE cookie) → void ole32 - Releases the increment made by a previous call to the CoIncrementMTAUsage function.
-
CoGetApartmentType(
Pointer< ole32Int32> pAptType, Pointer<Int32> pAptQualifier) → void - Returns the current apartment type and type qualifier.
-
CoGetClassObject<
T extends IUnknown> (Pointer< ole32GUID> rclsid, CLSCTX dwClsContext) → T - Provides a pointer to an interface on a class object associated with a specified CLSID.
-
CoGetCurrentProcess(
) → int ole32 - Returns a value that is unique to the current thread.
-
CoGetMalloc(
int dwMemContext) → IMalloc? ole32 - Retrieves a pointer to the default OLE task memory allocator (which supports the system implementation of the IMalloc interface) so applications can call its methods to manage memory.
-
CoIncrementMTAUsage(
) → CO_MTA_USAGE_COOKIE ole32 - Keeps MTA support active when no MTA threads are running.
-
CoInitializeEx(
COINIT dwCoInit) → HRESULT ole32 - Initializes the COM library for use by the calling thread, sets the thread's concurrency model, and creates a new apartment for the thread if one is required.
-
CoInitializeSecurity(
PSECURITY_DESCRIPTOR? pSecDesc, int cAuthSvc, Pointer< ole32SOLE_AUTHENTICATION_SERVICE> ? asAuthSvc, RPC_C_AUTHN_LEVEL dwAuthnLevel, RPC_C_IMP_LEVEL dwImpLevel, Pointer<NativeType> ? pAuthList, EOLE_AUTHENTICATION_CAPABILITIES dwCapabilities) → void - Registers security and sets the default security values for the process.
-
CommandLineToArgv(
PCWSTR lpCmdLine, Pointer< shell32Int32> pNumArgs) → Win32Result<Pointer< Pointer< >Utf16> > - Parses a Unicode command line string and returns an array of pointers to the command line arguments, along with a count of such arguments, in a way that is similar to the standard C run-time argv and argc values.
-
CommConfigDialog(
PCWSTR lpszName, HWND? hWnd, Pointer< kernel32COMMCONFIG> lpCC) → Win32Result<bool> - Displays a driver-supplied configuration dialog box.
-
CommitSpoolData(
PRINTER_HANDLE hPrinter, HANDLE hSpoolFile, int cbCommit) → HANDLE winspool - Notifies the print spooler that a specified amount of data has been written to a specified spool file and is ready to be rendered.
-
CommitTransaction(
HANDLE transactionHandle) → Win32Result< ktmw32bool> - Requests that the specified transaction be committed.
-
CompareObjectHandles(
HANDLE hFirstObjectHandle, HANDLE hSecondObjectHandle) → bool kernel32 - Compares two object handles to determine if they refer to the same underlying kernel object.
-
ConfigurePort(
PCWSTR? pName, HWND hWnd, PCWSTR pPortName) → bool winspool - Displays the port-configuration dialog box for a port on the specified server.
-
connect(
SOCKET s, Pointer< winsockSOCKADDR> name, int namelen) → Win32Result<int> - Establishes a connection to a specified socket.
-
ConnectNamedPipe(
HANDLE hNamedPipe, Pointer< kernel32OVERLAPPED> ? lpOverlapped) → Win32Result<bool> - Enables a named pipe server process to wait for a client process to connect to an instance of a named pipe.
-
ConnectToPrinterDlg(
HWND hwnd, int flags) → HANDLE winspool - Displays a dialog box that lets users browse and connect to printers on a network.
-
ContinueDebugEvent(
int dwProcessId, int dwThreadId, NTSTATUS dwContinueStatus) → Win32Result< kernel32bool> - Enables a debugger to continue a thread that previously reported a debugging event.
-
ControlService(
SC_HANDLE hService, int dwControl, Pointer< advapi32SERVICE_STATUS> lpServiceStatus) → Win32Result<bool> - Sends a control code to a service.
-
ControlServiceEx(
SC_HANDLE hService, int dwControl, int dwInfoLevel, Pointer< advapi32NativeType> pControlParams) → Win32Result<bool> - Sends a control code to a service.
-
ConvertInterfaceGuidToLuid(
Pointer< iphlpapiGUID> interfaceGuid, Pointer<NET_LUID_LH> interfaceLuid) → WIN32_ERROR - Converts a globally unique identifier (GUID) for a network interface to the locally unique identifier (LUID) for the interface.
-
CopyAcceleratorTable(
HACCEL hAccelSrc, Pointer< user32ACCEL> ? lpAccelDst, int cAccelEntries) → int - Copies the specified accelerator table.
-
CopyFile(
PCWSTR lpExistingFileName, PCWSTR lpNewFileName, bool bFailIfExists) → Win32Result< kernel32bool> - Copies an existing file to a new file.
-
CopyFileEx(
PCWSTR lpExistingFileName, PCWSTR lpNewFileName, Pointer< kernel32NativeFunction< ? lpProgressRoutine, Pointer<LPPROGRESS_ROUTINE> >NativeType> ? lpData, Pointer<Int32> ? pbCancel, COPYFILE_FLAGS dwCopyFlags) → Win32Result<bool> - Copies an existing file to a new file, notifying the application of its progress through a callback function.
-
CopyIcon(
HICON hIcon) → Win32Result< user32HICON> - Copies the specified icon from another module to the current module.
-
CopyImage(
HANDLE h, GDI_IMAGE_TYPE type, int cx, int cy, IMAGE_FLAGS flags) → Win32Result< user32HANDLE> - Creates a new image (icon, cursor, or bitmap) and copies the attributes of the specified image to the new one.
-
CopyRect(
Pointer< user32RECT> lprcDst, Pointer<RECT> lprcSrc) → bool - Copies the coordinates of one rectangle to another.
-
CoSetProxyBlanket(
IUnknown? pProxy, int dwAuthnSvc, int dwAuthzSvc, PCWSTR? pServerPrincName, RPC_C_AUTHN_LEVEL dwAuthnLevel, RPC_C_IMP_LEVEL dwImpLevel, Pointer< ole32NativeType> ? pAuthInfo, EOLE_AUTHENTICATION_CAPABILITIES dwCapabilities) → void - Sets the authentication information that will be used to make calls on the specified proxy.
-
CoTaskMemAlloc(
int cb) → Pointer< ole32NativeType> -
Allocates a block of task memory in the same way that
IMalloc.allocdoes. -
CoTaskMemFree(
Pointer< ole32NativeType> ? pv) → void - Frees a block of task memory previously allocated through a call to the CoTaskMemAlloc or CoTaskMemRealloc function.
-
CoTaskMemRealloc(
Pointer< ole32NativeType> ? pv, int cb) → Pointer<NativeType> - Changes the size of a previously allocated block of task memory.
-
CoUninitialize(
) → void ole32 - Closes the COM library on the current thread, unloads all DLLs loaded by the thread, frees any other resources that the thread maintains, and forces all RPC connections on the thread to close.
-
CountClipboardFormats(
) → Win32Result< user32int> - Retrieves the number of different data formats currently on the clipboard.
-
CoWaitForMultipleHandles(
int dwFlags, int dwTimeout, int cHandles, Pointer< ole32Pointer< pHandles) → intNativeType> > - Waits for specified handles to be signaled or for a specified timeout period to elapse.
-
CoWaitForMultipleObjects(
int dwFlags, int dwTimeout, int cHandles, Pointer< ole32Pointer< pHandles) → intNativeType> > - A replacement for CoWaitForMultipleHandles.
-
CreateAcceleratorTable(
Pointer< user32ACCEL> paccel, int cAccel) → Win32Result<HACCEL> - Creates an accelerator table.
-
CreateActCtx(
Pointer< kernel32ACTCTX> pActCtx) → Win32Result<HANDLE> - Creates an activation context.
-
CreateBitmap(
int nWidth, int nHeight, int nPlanes, int nBitCount, Pointer< gdi32NativeType> ? lpBits) → HBITMAP - Creates a bitmap with the specified width, height, and color format (color planes and bits-per-pixel).
-
CreateBitmapIndirect(
Pointer< gdi32BITMAP> pbm) → HBITMAP - Creates a bitmap with the specified width, height, and color format (color planes and bits-per-pixel).
-
CreateCaret(
HWND hWnd, HBITMAP? hBitmap, int nWidth, int nHeight) → Win32Result< user32bool> - Creates a new shape for the system caret and assigns ownership of the caret to the specified window.
-
CreateCompatibleBitmap(
HDC hdc, int cx, int cy) → HBITMAP gdi32 - Creates a bitmap compatible with the device that is associated with the specified device context.
-
CreateCompatibleDC(
HDC? hdc) → HDC gdi32 - Creates a memory device context (DC) compatible with the specified device.
-
CreateConsoleScreenBuffer(
int dwDesiredAccess, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpSecurityAttributes, int dwFlags) → Win32Result<HANDLE> - Creates a screen buffer for the Windows Console.
-
CreateCursor(
HINSTANCE? hInst, int xHotSpot, int yHotSpot, int nWidth, int nHeight, Pointer< user32NativeType> pvANDPlane, Pointer<NativeType> pvXORPlane) → Win32Result<HCURSOR> - Creates a cursor having the specified size, bit patterns, and hot spot.
-
CreateDC(
PCWSTR? pwszDriver, PCWSTR? pwszDevice, PCWSTR? pszPort, Pointer< gdi32DEVMODE> ? pdm) → HDC - Creates a device context (DC) for a device using the specified name.
-
CreateDesktop(
PCWSTR lpszDesktop, DESKTOP_CONTROL_FLAGS dwFlags, int dwDesiredAccess, Pointer< user32SECURITY_ATTRIBUTES> ? lpsa) → Win32Result<HDESK> - Creates a new desktop, associates it with the current window station of the calling process, and assigns it to the calling thread.
-
CreateDesktopEx(
PCWSTR lpszDesktop, DESKTOP_CONTROL_FLAGS dwFlags, int dwDesiredAccess, Pointer< user32SECURITY_ATTRIBUTES> ? lpsa, int ulHeapSize) → Win32Result<HDESK> - Creates a new desktop with the specified heap, associates it with the current window station of the calling process, and assigns it to the calling thread.
-
CreateDialogIndirectParam(
HINSTANCE? hInstance, Pointer< user32DLGTEMPLATE> lpTemplate, HWND? hWndParent, Pointer<NativeFunction< ? lpDialogFunc, LPARAM dwInitParam) → Win32Result<DLGPROC> >HWND> - Creates a modeless dialog box from a dialog box template in memory.
-
CreateDIBitmap(
HDC hdc, Pointer< gdi32BITMAPINFOHEADER> ? pbmih, int flInit, Pointer<NativeType> ? pjBits, Pointer<BITMAPINFO> ? pbmi, DIB_USAGE iUsage) → HBITMAP - Creates a compatible bitmap (DDB) from a DIB and, optionally, sets the bitmap bits.
-
CreateDIBPatternBrushPt(
Pointer< gdi32NativeType> lpPackedDIB, DIB_USAGE iUsage) → HBRUSH - Creates a logical brush that has the pattern specified by the device-independent bitmap (DIB).
-
CreateDIBSection(
HDC? hdc, Pointer< gdi32BITMAPINFO> pbmi, DIB_USAGE usage, Pointer<Pointer< ppvBits, HANDLE? hSection, int offset) → Win32Result<NativeType> >HBITMAP> - Creates a DIB that applications can write to directly.
-
CreateDirectory(
PCWSTR lpPathName, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpSecurityAttributes) → Win32Result<bool> - Creates a new directory.
-
CreateEllipticRgn(
int x1, int y1, int x2, int y2) → HRGN gdi32 - Creates an elliptical region.
-
CreateEvent(
Pointer< kernel32SECURITY_ATTRIBUTES> ? lpEventAttributes, bool bManualReset, bool bInitialState, PCWSTR? lpName) → Win32Result<HANDLE> - Creates or opens a named or unnamed event object.
-
CreateEventEx(
Pointer< kernel32SECURITY_ATTRIBUTES> ? lpEventAttributes, PCWSTR? lpName, CREATE_EVENT dwFlags, int dwDesiredAccess) → Win32Result<HANDLE> - Creates or opens a named or unnamed event object and returns a handle to the object.
-
CreateFile(
PCWSTR lpFileName, int dwDesiredAccess, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpSecurityAttributes, FILE_CREATION_DISPOSITION dwCreationDisposition, FILE_FLAGS_AND_ATTRIBUTES dwFlagsAndAttributes, HANDLE? hTemplateFile) → Win32Result<HANDLE> - Creates or opens a file or I/O device.
-
CreateFile2(
PCWSTR lpFileName, int dwDesiredAccess, FILE_CREATION_DISPOSITION dwCreationDisposition, Pointer< kernel32CREATEFILE2_EXTENDED_PARAMETERS> ? pCreateExParams) → Win32Result<HANDLE> - Creates or opens a file or I/O device.
-
CreateFont(
int cHeight, int cWidth, int cEscapement, int cOrientation, int cWeight, int bItalic, int bUnderline, int bStrikeOut, FONT_CHARSET iCharSet, FONT_OUTPUT_PRECISION iOutPrecision, FONT_CLIP_PRECISION iClipPrecision, FONT_QUALITY iQuality, int iPitchAndFamily, PCWSTR? pszFaceName) → HFONT gdi32 - Creates a logical font with the specified characteristics.
-
CreateFontIndirect(
Pointer< gdi32LOGFONT> lplf) → HFONT - Creates a logical font that has the specified characteristics.
-
CreateHalftonePalette(
HDC? hdc) → HPALETTE gdi32 - Creates a halftone palette for the specified device context (DC).
-
CreateHatchBrush(
HATCH_BRUSH_STYLE iHatch, COLORREF color) → HBRUSH gdi32 - Creates a logical brush that has the specified hatch pattern and color.
-
CreateIcon(
HINSTANCE? hInstance, int nWidth, int nHeight, int cPlanes, int cBitsPixel, Pointer< user32Uint8> lpbANDbits, Pointer<Uint8> lpbXORbits) → Win32Result<HICON> - Creates an icon that has the specified size, colors, and bit patterns.
-
CreateIconFromResource(
Pointer< user32Uint8> presbits, int dwResSize, bool fIcon, int dwVer) → Win32Result<HICON> - Creates an icon or cursor from resource bits describing the icon.
-
CreateIconFromResourceEx(
Pointer< user32Uint8> presbits, int dwResSize, bool fIcon, int dwVer, int cxDesired, int cyDesired, IMAGE_FLAGS flags) → Win32Result<HICON> - Creates an icon or cursor from resource bits describing the icon.
-
CreateIconIndirect(
Pointer< user32ICONINFO> piconinfo) → Win32Result<HICON> - Creates an icon or cursor from an ICONINFO structure.
-
createInstance<
T extends IUnknown> (GUID clsid) → T com -
Creates a COM object instance identified by
clsidand returns it as the interface specified byT. -
CreateIoCompletionPort(
HANDLE fileHandle, HANDLE? existingCompletionPort, int completionKey, int numberOfConcurrentThreads) → Win32Result< kernel32HANDLE> - Creates an input/output (I/O) completion port and associates it with a specified file handle, or creates an I/O completion port that is not yet associated with a file handle, allowing association at a later time.
-
CreateJobObject(
Pointer< kernel32SECURITY_ATTRIBUTES> ? lpJobAttributes, PCWSTR? lpName) → Win32Result<HANDLE> - Creates or opens a job object.
-
CreateMDIWindow(
PCWSTR lpClassName, PCWSTR lpWindowName, WINDOW_STYLE dwStyle, int x, int y, int nWidth, int nHeight, HWND? hWndParent, HINSTANCE? hInstance, LPARAM lParam) → Win32Result< user32HWND> - Creates a multiple-document interface (MDI) child window.
-
CreateMenu(
) → Win32Result< user32HMENU> - Creates a menu.
-
CreateNamedPipe(
PCWSTR lpName, FILE_FLAGS_AND_ATTRIBUTES dwOpenMode, NAMED_PIPE_MODE dwPipeMode, int nMaxInstances, int nOutBufferSize, int nInBufferSize, int nDefaultTimeOut, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpSecurityAttributes) → HANDLE - Creates an instance of a named pipe and returns a handle for subsequent pipe operations.
-
CreatePen(
PEN_STYLE iStyle, int cWidth, COLORREF color) → HPEN gdi32 - Creates a logical pen that has the specified style, width, and color.
-
CreatePipe(
Pointer< kernel32Pointer< hReadPipe, Pointer<NativeType> >Pointer< hWritePipe, Pointer<NativeType> >SECURITY_ATTRIBUTES> ? lpPipeAttributes, int nSize) → Win32Result<bool> - Creates an anonymous pipe, and returns handles to the read and write ends of the pipe.
-
CreatePopupMenu(
) → Win32Result< user32HMENU> - Creates a drop-down menu, submenu, or shortcut menu.
-
CreateProcess(
PCWSTR? lpApplicationName, PWSTR? lpCommandLine, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpProcessAttributes, Pointer<SECURITY_ATTRIBUTES> ? lpThreadAttributes, bool bInheritHandles, PROCESS_CREATION_FLAGS dwCreationFlags, Pointer<NativeType> ? lpEnvironment, PCWSTR? lpCurrentDirectory, Pointer<STARTUPINFO> lpStartupInfo, Pointer<PROCESS_INFORMATION> lpProcessInformation) → Win32Result<bool> - Creates a new process and its primary thread.
-
CreatePseudoConsole(
COORD size, HANDLE hInput, HANDLE hOutput, int dwFlags) → HPCON kernel32 - Allocates a new pseudoconsole for the calling process.
-
CreateRectRgn(
int x1, int y1, int x2, int y2) → HRGN gdi32 - Creates a rectangular region.
-
CreateRemoteThread(
HANDLE hProcess, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpThreadAttributes, int dwStackSize, Pointer<NativeFunction< lpStartAddress, Pointer<LPTHREAD_START_ROUTINE> >NativeType> ? lpParameter, int dwCreationFlags, Pointer<Uint32> ? lpThreadId) → Win32Result<HANDLE> - Creates a thread that runs in the virtual address space of another process.
-
CreateRemoteThreadEx(
HANDLE hProcess, Pointer< kernel32SECURITY_ATTRIBUTES> ? lpThreadAttributes, int dwStackSize, Pointer<NativeFunction< lpStartAddress, Pointer<LPTHREAD_START_ROUTINE> >NativeType> ? lpParameter, int dwCreationFlags, LPPROC_THREAD_ATTRIBUTE_LIST? lpAttributeList, Pointer<Uint32> ? lpThreadId) → Win32Result<HANDLE> - Creates a thread that runs in the virtual address space of another process and optionally specifies extended attributes such as processor group affinity.
-
CreateSolidBrush(
COLORREF color) → HBRUSH gdi32 - Creates a logical brush that has the specified solid color.
-
CreateStreamOnHGlobal(
HGLOBAL? hGlobal, bool fDeleteOnRelease) → IStream? ole32 - Creates a stream object that uses an HGLOBAL memory handle to store the stream contents.
-
CreateSymbolicLink(
PCWSTR lpSymlinkFileName, PCWSTR lpTargetFileName, SYMBOLIC_LINK_FLAGS dwFlags) → Win32Result< kernel32bool> - Creates a symbolic link.
-
CreateThread(
Pointer< kernel32SECURITY_ATTRIBUTES> ? lpThreadAttributes, int dwStackSize, Pointer<NativeFunction< lpStartAddress, Pointer<LPTHREAD_START_ROUTINE> >NativeType> ? lpParameter, THREAD_CREATION_FLAGS dwCreationFlags, Pointer<Uint32> ? lpThreadId) → Win32Result<HANDLE> - Creates a thread to execute within the virtual address space of the calling process.
-
CreateTransaction(
Pointer< ktmw32SECURITY_ATTRIBUTES> ? lpTransactionAttributes, Pointer<GUID> ? uOW, int? createOptions, int? isolationLevel, int? isolationFlags, int? timeout, PCWSTR? description) → Win32Result<HANDLE> - Creates a new transaction object.
-
CreateWindow(
PCWSTR? lpClassName, PCWSTR? lpWindowName, WINDOW_STYLE dwStyle, int X, int Y, int nWidth, int nHeight, HWND? hWndParent, HMENU? hMenu, HINSTANCE? hInstance, Pointer< user32NativeType> ? lpParam) → Win32Result<HWND> - Creates an overlapped, pop-up, or child window.
-
CreateWindowEx(
WINDOW_EX_STYLE dwExStyle, PCWSTR? lpClassName, PCWSTR? lpWindowName, WINDOW_STYLE dwStyle, int x, int y, int nWidth, int nHeight, HWND? hWndParent, HMENU? hMenu, HINSTANCE? hInstance, Pointer< user32NativeType> ? lpParam) → Win32Result<HWND> - Creates an overlapped, pop-up, or child window with an extended window style; otherwise, this function is identical to the CreateWindow function.
-
CreateWindowStation(
PCWSTR? lpwinsta, int dwFlags, int dwDesiredAccess, Pointer< user32SECURITY_ATTRIBUTES> ? lpsa) → Win32Result<HWINSTA> - Creates a window station object, associates it with the calling process, and assigns it to the current session.
-
CredDelete(
PCWSTR targetName, CRED_TYPE type) → Win32Result< advapi32bool> - Deletes a credential from the user's credential set.
-
CredFree(
Pointer< advapi32NativeType> buffer) → void - Frees a buffer returned by any of the credentials management functions.
-
CredRead(
PCWSTR targetName, CRED_TYPE type, Pointer< advapi32Pointer< credential) → Win32Result<CREDENTIAL> >bool> - Reads a credential from the user's credential set.
-
CredWrite(
Pointer< advapi32CREDENTIAL> credential, int flags) → Win32Result<bool> - Creates a new credential or modifies an existing credential in the user's credential set.
-
CryptProtectData(
Pointer< crypt32CRYPT_INTEGER_BLOB> pDataIn, PCWSTR? szDataDescr, Pointer<CRYPT_INTEGER_BLOB> ? pOptionalEntropy, Pointer<CRYPTPROTECT_PROMPTSTRUCT> ? pPromptStruct, int dwFlags, Pointer<CRYPT_INTEGER_BLOB> pDataOut) → Win32Result<bool> - Performs encryption on the data in a DATA_BLOB structure.
-
CryptProtectMemory(
Pointer< crypt32NativeType> pDataIn, int cbDataIn, int dwFlags) → Win32Result<bool> - Encrypts memory to prevent others from viewing sensitive information in your process.
-
CryptUnprotectData(
Pointer< crypt32CRYPT_INTEGER_BLOB> pDataIn, Pointer<Pointer< ? ppszDataDescr, Pointer<Utf16> >CRYPT_INTEGER_BLOB> ? pOptionalEntropy, Pointer<CRYPTPROTECT_PROMPTSTRUCT> ? pPromptStruct, int dwFlags, Pointer<CRYPT_INTEGER_BLOB> pDataOut) → Win32Result<bool> - Decrypts and does an integrity check of the data in a DATA_BLOB structure.
-
CryptUnprotectMemory(
Pointer< crypt32NativeType> pDataIn, int cbDataIn, int dwFlags) → Win32Result<bool> - Decrypts memory that was encrypted using the CryptProtectMemory function.
-
CryptUpdateProtectedState(
PSID? pOldSid, PCWSTR? pwszOldPassword, int dwFlags, Pointer< crypt32Uint32> ? pdwSuccessCount, Pointer<Uint32> ? pdwFailureCount) → Win32Result<bool> - Migrates the current user's master keys after the user's security identifier (SID) has changed.
-
CTL_CODE(
int DeviceType, int Function, int Method, int Access) → int - Maps a control code to a constant.
-
DeactivateActCtx(
int dwFlags, int ulCookie) → Win32Result< kernel32bool> - Deactivates the activation context corresponding to the specified cookie.
-
DebugBreak(
) → void kernel32 - Causes a breakpoint exception to occur in the current process.
-
DebugBreakProcess(
HANDLE process) → Win32Result< kernel32bool> - Causes a breakpoint exception to occur in the specified process.
-
DebugSetProcessKillOnExit(
bool killOnExit) → Win32Result< kernel32bool> - Sets the action to be performed when the calling thread exits.
-
DecryptFile(
PCWSTR lpFileName) → Win32Result< advapi32bool> - Decrypts an encrypted file or directory.
-
DeferWindowPos(
HDWP hWinPosInfo, HWND hWnd, HWND? hWndInsertAfter, int x, int y, int cx, int cy, SET_WINDOW_POS_FLAGS uFlags) → Win32Result< user32HDWP> - Updates the specified multiple-window — position structure for the specified window.
-
DefineDosDevice(
DEFINE_DOS_DEVICE_FLAGS dwFlags, PCWSTR lpDeviceName, PCWSTR? lpTargetPath) → Win32Result< kernel32bool> - Defines, redefines, or deletes MS-DOS device names.
-
DefMDIChildProc(
HWND hWnd, int uMsg, WPARAM wParam, LPARAM lParam) → LRESULT user32 - Provides default processing for any window message that the window procedure of a multiple-document interface (MDI) child window does not process.
-
DefRawInputProc(
Pointer< user32Pointer< paRawInput, int nInput, int cbSizeHeader) → LRESULTRAWINPUT> > - Verifies that the size of the RAWINPUTHEADER structure is correct.
-
DefSubclassProc(
HWND hWnd, int uMsg, WPARAM wParam, LPARAM lParam) → LRESULT comctl32 - Calls the next handler in a window's subclass chain.
-
DefWindowProc(
HWND hWnd, int msg, WPARAM wParam, LPARAM lParam) → LRESULT user32 - Calls the default window procedure to provide default processing for any window messages that an application does not process.
-
DeleteDC(
HDC hdc) → bool gdi32 - Deletes the specified device context (DC).
-
DeleteFile(
PCWSTR lpFileName) → Win32Result< kernel32bool> - Deletes an existing file.
-
DeleteForm(
PRINTER_HANDLE hPrinter, PCWSTR pFormName) → bool winspool - Removes a form name from the list of supported forms.
-
DeleteIPAddress(
int nTEContext) → int iphlpapi - Deletes an IP address previously added using AddIPAddress.
-
DeleteMenu(
HMENU hMenu, int uPosition, MENU_ITEM_FLAGS uFlags) → Win32Result< user32bool> - Deletes an item from the specified menu.
-
DeleteMetaFile(
HMETAFILE hmf) → bool gdi32 - Deletes a Windows-format metafile or Windows-format metafile handle.
-
DeleteObject(
HGDIOBJ ho) → bool gdi32 - Deletes a logical pen, brush, font, bitmap, region, or palette, freeing all system resources associated with the object.
-
DeletePrinter(
PRINTER_HANDLE hPrinter) → Win32Result< winspoolbool> - Deletes the specified printer object.
-
DeletePrinterConnection(
PCWSTR pName) → bool winspool - Deletes a connection to a printer that was established by a call to AddPrinterConnection or ConnectToPrinterDlg.
-
DeletePrinterData(
PRINTER_HANDLE hPrinter, PCWSTR pValueName) → int winspool - Deletes specified configuration data for a printer.
-
DeletePrinterDataEx(
PRINTER_HANDLE hPrinter, PCWSTR pKeyName, PCWSTR pValueName) → int winspool - Deletes a specified value from the configuration data for a printer.
-
DeletePrinterKey(
PRINTER_HANDLE hPrinter, PCWSTR pKeyName) → int winspool - Deletes a specified key and all its subkeys for a specified printer.
-
DeleteProcThreadAttributeList(
LPPROC_THREAD_ATTRIBUTE_LIST lpAttributeList) → void kernel32 - Deletes the specified list of attributes for process and thread creation.
-
DeleteService(
SC_HANDLE hService) → Win32Result< advapi32bool> - Marks the specified service for deletion from the service control manager database.
-
DeleteVolumeMountPoint(
PCWSTR lpszVolumeMountPoint) → Win32Result< kernel32bool> - Deletes a drive letter or mounted folder.
-
DestroyAcceleratorTable(
HACCEL hAccel) → bool user32 - Destroys an accelerator table.
-
DestroyCaret(
) → Win32Result< user32bool> - Destroys the caret's current shape, frees the caret from the window, and removes the caret from the screen.
-
DestroyCursor(
HCURSOR hCursor) → Win32Result< user32bool> - Destroys a cursor and frees any memory the cursor occupied.
-
DestroyIcon(
HICON hIcon) → Win32Result< user32bool> - Destroys an icon and frees any memory the icon occupied.
-
DestroyMenu(
HMENU hMenu) → Win32Result< user32bool> - Destroys the specified menu and frees any memory that the menu occupies.
-
DestroyPhysicalMonitor(
HANDLE hMonitor) → Win32Result< dxva2bool> - Closes a handle to a physical monitor.
-
DestroyPhysicalMonitors(
int dwPhysicalMonitorArraySize, Pointer< dxva2PHYSICAL_MONITOR> pPhysicalMonitorArray) → Win32Result<bool> - Closes an array of physical monitor handles.
-
DestroyWindow(
HWND hWnd) → Win32Result< user32bool> - Destroys the specified window.
-
DeviceIoControl(
HANDLE hDevice, int dwIoControlCode, Pointer< kernel32NativeType> ? lpInBuffer, int nInBufferSize, Pointer<NativeType> ? lpOutBuffer, int nOutBufferSize, Pointer<Uint32> ? lpBytesReturned, Pointer<OVERLAPPED> ? lpOverlapped) → Win32Result<bool> - Sends a control code directly to a specified device driver, causing the corresponding device to perform the corresponding operation.
-
DialogBoxIndirect(
HINSTANCE? hInstance, Pointer< user32DLGTEMPLATE> lpTemplate, HWND? hWndParent, Pointer<NativeFunction< ? lpDialogFunc) → Win32Result<DLGPROC> >int> - Creates a modal dialog box from a dialog box template in memory.
-
DialogBoxIndirectParam(
HINSTANCE? hInstance, Pointer< user32DLGTEMPLATE> hDialogTemplate, HWND? hWndParent, Pointer<NativeFunction< ? lpDialogFunc, LPARAM dwInitParam) → Win32Result<DLGPROC> >int> - Creates a modal dialog box from a dialog box template in memory.
-
DisableProcessWindowsGhosting(
) → void user32 - Disables the window ghosting feature for the calling GUI process.
-
DisableThreadLibraryCalls(
HMODULE hLibModule) → Win32Result< kernel32bool> - Disables the DLL_THREAD_ATTACH and DLL_THREAD_DETACH notifications for the specified dynamic-link library (DLL).
-
DisconnectNamedPipe(
HANDLE hNamedPipe) → Win32Result< kernel32bool> - Disconnects the server end of a named pipe instance from a client process.
-
DispatchMessage(
Pointer< user32MSG> lpMsg) → LRESULT - Dispatches a message to a window procedure.
-
DnsHostnameToComputerName(
PCWSTR hostname, PWSTR? computerName, Pointer< kernel32Uint32> nSize) → Win32Result<bool> - Converts a DNS-style host name to a NetBIOS-style computer name.
-
DocumentProperties(
HWND? hWnd, PRINTER_HANDLE hPrinter, PCWSTR pDeviceName, Pointer< winspoolDEVMODE> ? pDevModeOutput, Pointer<DEVMODE> ? pDevModeInput, int fMode) → int - Retrieves or modifies printer initialization information or displays a printer-configuration property sheet for the specified printer.
-
DosDateTimeToFileTime(
int wFatDate, int wFatTime, Pointer< kernel32FILETIME> lpFileTime) → Win32Result<bool> - Converts MS-DOS date and time values to a file time.
-
DosDateTimeToVariantTime(
int wDosDate, int wDosTime, Pointer< oleaut32Double> pvtime) → int - Converts the MS-DOS representation of time to the date and time representation stored in a variant.
-
DragAcceptFiles(
HWND hWnd, bool fAccept) → void shell32 - Registers whether a window accepts dropped files.
-
DragDetect(
HWND hwnd, POINT pt) → bool user32 - Captures the mouse and tracks its movement until the user releases the left button, presses the ESC key, or moves the mouse outside the drag rectangle around the specified point.
-
DragFinish(
HDROP hDrop) → void shell32 - Releases memory that the system allocated for use in transferring file names to the application.
-
DragQueryFile(
HDROP hDrop, int iFile, PWSTR? lpszFile, int cch) → int shell32 - Retrieves the names of dropped files that result from a successful drag-and-drop operation.
-
DrawAnimatedRects(
HWND? hwnd, int idAni, Pointer< user32RECT> lprcFrom, Pointer<RECT> lprcTo) → bool - Animates the caption of a window to indicate the opening of an icon or the minimizing or maximizing of a window.
-
DrawCaption(
HWND hwnd, HDC hdc, Pointer< user32RECT> lprect, DRAW_CAPTION_FLAGS flags) → bool - Draws a window caption.
-
DrawEdge(
HDC hdc, Pointer< user32RECT> qrc, DRAWEDGE_FLAGS edge, DRAW_EDGE_FLAGS grfFlags) → bool - Draws one or more edges of rectangle.
-
DrawEscape(
HDC hdc, int iEscape, int cjIn, PCSTR? lpIn) → int gdi32 - Provides drawing capabilities of the specified video display that are not directly available through the graphics device interface (GDI).
-
DrawFocusRect(
HDC hDC, Pointer< user32RECT> lprc) → bool - Draws a rectangle in the style used to indicate that the rectangle has the focus.
-
DrawFrameControl(
HDC hdc, Pointer< user32RECT> lprc, int uType, int uState) → bool - Draws a frame control of the specified type and style.
-
DrawIcon(
HDC hDC, int x, int y, HICON hIcon) → Win32Result< user32bool> - Draws an icon or cursor into the specified device context.
-
DrawState(
HDC hdc, HBRUSH? hbrFore, Pointer< user32NativeFunction< ? qfnCallBack, LPARAM lData, WPARAM wData, int x, int y, int cx, int cy, DRAWSTATE_FLAGS uFlags) → boolDRAWSTATEPROC> > - Displays an image and applies a visual effect to indicate a state, such as a disabled or default state.
-
DrawStatusText(
HDC hDC, Pointer< comctl32RECT> lprc, PCWSTR pszText, int uFlags) → void - Draws the specified text in the style of a status window with borders.
-
DrawText(
HDC hdc, PCWSTR lpchText, int cchText, Pointer< user32RECT> lprc, DRAW_TEXT_FORMAT format) → int - Draws formatted text in the specified rectangle.
-
DrawTextEx(
HDC hdc, PWSTR lpchText, int cchText, Pointer< user32RECT> lprc, DRAW_TEXT_FORMAT format, Pointer<DRAWTEXTPARAMS> ? lpdtp) → int - Draws formatted text in the specified rectangle.
-
DrawThemeBackground(
HTHEME hTheme, HDC hdc, int iPartId, int iStateId, Pointer< uxthemeRECT> pRect, Pointer<RECT> ? pClipRect) → void - Draws the border and fill defined by the visual style for the specified control part.
-
DrawThemeEdge(
HTHEME hTheme, HDC hdc, int iPartId, int iStateId, Pointer< uxthemeRECT> pDestRect, DRAWEDGE_FLAGS uEdge, DRAW_EDGE_FLAGS uFlags, Pointer<RECT> ? pContentRect) → void - Draws one or more edges defined by the visual style of a rectangle.
-
DrawThemeIcon(
HTHEME hTheme, HDC hdc, int iPartId, int iStateId, Pointer< uxthemeRECT> pRect, HIMAGELIST himl, int iImageIndex) → void - Draws an image from an image list with the icon effect defined by the visual style.
-
DrawThemeParentBackground(
HWND hwnd, HDC hdc, Pointer< uxthemeRECT> ? prc) → void - Draws the part of a parent control that is covered by a partially-transparent or alpha-blended child control.
-
DrawThemeParentBackgroundEx(
HWND hwnd, HDC hdc, DRAW_THEME_PARENT_BACKGROUND_FLAGS dwFlags, Pointer< uxthemeRECT> ? prc) → void - Used by partially-transparent or alpha-blended child controls to draw the part of their parent in front of which they appear.
-
DrawThemeTextEx(
HTHEME hTheme, HDC hdc, int iPartId, int iStateId, PCWSTR pszText, int cchText, DRAW_TEXT_FORMAT dwTextFlags, Pointer< uxthemeRECT> pRect, Pointer<DTTOPTS> ? pOptions) → void - Draws text using the color and font defined by the visual style.
-
DuplicateHandle(
HANDLE hSourceProcessHandle, HANDLE hSourceHandle, HANDLE hTargetProcessHandle, Pointer< kernel32Pointer< lpTargetHandle, int dwDesiredAccess, bool bInheritHandle, DUPLICATE_HANDLE_OPTIONS dwOptions) → Win32Result<NativeType> >bool> - Duplicates an object handle.
-
DwmEnableBlurBehindWindow(
HWND hWnd, Pointer< dwmapiDWM_BLURBEHIND> pBlurBehind) → void - Enables the blur effect on a specified window.
-
DwmEnableMMCSS(
bool fEnableMMCSS) → void dwmapi - Notifies the Desktop Window Manager (DWM) to opt in to or out of Multimedia Class Schedule Service (MMCSS) scheduling while the calling process is alive.
-
DwmExtendFrameIntoClientArea(
HWND hWnd, Pointer< dwmapiMARGINS> pMarInset) → void - Extends the window frame into the client area.
-
DwmFlush(
) → void dwmapi - Issues a flush call that blocks the caller until the next present, when all of the Microsoft DirectX surface updates that are currently outstanding have been made.
-
DwmGetColorizationColor(
Pointer< dwmapiUint32> pcrColorization, Pointer<Int32> pfOpaqueBlend) → void - Retrieves the current color used for Desktop Window Manager (DWM) glass composition.
-
DwmGetTransportAttributes(
Pointer< dwmapiInt32> pfIsRemoting, Pointer<Int32> pfIsConnected, Pointer<Uint32> pDwGeneration) → void - Retrieves transport attributes.
-
DwmGetWindowAttribute(
HWND hwnd, DWMWINDOWATTRIBUTE dwAttribute, Pointer< dwmapiNativeType> pvAttribute, int cbAttribute) → void - Retrieves the current value of a specified Desktop Window Manager (DWM) attribute applied to a window.
-
DwmInvalidateIconicBitmaps(
HWND hwnd) → void dwmapi - Called by an application to indicate that all previously provided iconic bitmaps from a window, both thumbnails and peek representations, should be refreshed.
-
DwmRenderGesture(
GESTURE_TYPE gt, int cContacts, Pointer< dwmapiUint32> pdwPointerID, Pointer<POINT> pPoints) → void - Notifies Desktop Window Manager (DWM) that a touch contact has been recognized as a gesture, and that DWM should draw feedback for that gesture.
-
DwmSetWindowAttribute(
HWND hwnd, DWMWINDOWATTRIBUTE dwAttribute, Pointer< dwmapiNativeType> pvAttribute, int cbAttribute) → void - Sets the value of Desktop Window Manager (DWM) non-client rendering attributes for a window.
-
DwmShowContact(
int dwPointerID, DWM_SHOWCONTACT eShowContact) → void dwmapi - Called by an app or framework to specify the visual feedback type to draw in response to a particular touch or pen contact.
-
Ellipse(
HDC hdc, int left, int top, int right, int bottom) → bool gdi32 - Creates a D2D1_ELLIPSE structure.
-
EmptyClipboard(
) → Win32Result< user32bool> - Empties the clipboard and frees handles to data in the clipboard.
-
EmptyWorkingSet(
HANDLE hProcess) → Win32Result< psapibool> - Removes as many pages as possible from the working set of the specified process.
-
EnableMenuItem(
HMENU hMenu, int uIDEnableItem, MENU_ITEM_FLAGS uEnable) → bool user32 - Enables, disables, or grays the specified menu item.
-
EnableMouseInPointer(
bool fEnable) → Win32Result< user32bool> - Enables the mouse to act as a pointer input device and send WM_POINTER messages.
-
EnableNonClientDpiScaling(
HWND hwnd) → Win32Result< user32bool> - In high-DPI displays, enables automatic display scaling of the non-client area portions of the specified top-level window.
-
EnableScrollBar(
HWND hWnd, int wSBflags, ENABLE_SCROLL_BAR_ARROWS wArrows) → Win32Result< user32bool> - Enables or disables one or both scroll bar arrows.
-
EnableThemeDialogTexture(
HWND hwnd, int dwFlags) → void uxtheme - Enables or disables the visual style of the background of a dialog window.
-
EnableWindow(
HWND hWnd, bool bEnable) → bool user32 - Enables or disables mouse and keyboard input to the specified window or control.
-
EncryptFile(
PCWSTR lpFileName) → Win32Result< advapi32bool> - Encrypts a file or directory.
-
EndDeferWindowPos(
HDWP hWinPosInfo) → Win32Result< user32bool> - Simultaneously updates the position and size of one or more windows in a single screen-refreshing cycle.
-
EndDialog(
HWND hDlg, int nResult) → Win32Result< user32bool> - Destroys a modal dialog box, causing the system to end any processing for the dialog box.
-
EndDocPrinter(
PRINTER_HANDLE hPrinter) → bool winspool - Ends a print job for the specified printer.
-
EndMenu(
) → Win32Result< user32bool> - Ends the calling thread's active menu.
-
EndPagePrinter(
PRINTER_HANDLE hPrinter) → bool winspool - Notifies the print spooler that the application is at the end of a page in a print job.
-
EndPaint(
HWND hWnd, Pointer< user32PAINTSTRUCT> lpPaint) → bool - Marks the end of painting in the specified window.
-
EndPath(
HDC hdc) → bool gdi32 - Closes a path bracket and selects the path defined by the bracket into the specified device context.
-
EndUpdateResource(
HANDLE hUpdate, bool fDiscard) → Win32Result< kernel32bool> - Commits or discards changes made prior to a call to UpdateResource.
-
EnumChildWindows(
HWND? hWndParent, Pointer< user32NativeFunction< lpEnumFunc, LPARAM lParam) → boolWNDENUMPROC> > - Enumerates the child windows that belong to the specified parent window by passing the handle to each child window, in turn, to an application-defined callback function.
-
EnumClipboardFormats(
int format) → Win32Result< user32int> - Enumerates the data formats currently available on the clipboard.
-
EnumDependentServices(
SC_HANDLE hService, ENUM_SERVICE_STATE dwServiceState, Pointer< advapi32ENUM_SERVICE_STATUS> ? lpServices, int cbBufSize, Pointer<Uint32> pcbBytesNeeded, Pointer<Uint32> lpServicesReturned) → Win32Result<bool> - Retrieves the name and status of each service that depends on the specified service.
-
EnumDesktopWindows(
HDESK? hDesktop, Pointer< user32NativeFunction< lpfn, LPARAM lParam) → Win32Result<WNDENUMPROC> >bool> - Enumerates all top-level windows associated with the specified desktop.
-
EnumDeviceDrivers(
Pointer< psapiPointer< lpImageBase, int cb, Pointer<NativeType> >Uint32> lpcbNeeded) → Win32Result<bool> - Retrieves the load address for each device driver in the system.
-
EnumDisplayDevices(
PCWSTR? lpDevice, int iDevNum, Pointer< user32DISPLAY_DEVICE> lpDisplayDevice, int dwFlags) → bool - Lets you obtain information about the display devices in the current session.
-
EnumDisplayMonitors(
HDC? hdc, Pointer< user32RECT> ? lprcClip, Pointer<NativeFunction< lpfnEnum, LPARAM dwData) → boolMONITORENUMPROC> > - Enumerates display monitors (including invisible pseudo-monitors associated with the mirroring drivers) that intersect a region formed by the intersection of a specified clipping rectangle and the visible region of a device context.
-
EnumDisplaySettings(
PCWSTR? lpszDeviceName, ENUM_DISPLAY_SETTINGS_MODE iModeNum, Pointer< user32DEVMODE> lpDevMode) → bool - Retrieves information about one of the graphics modes for a display device.
-
EnumDisplaySettingsEx(
PCWSTR? lpszDeviceName, ENUM_DISPLAY_SETTINGS_MODE iModeNum, Pointer< user32DEVMODE> lpDevMode, ENUM_DISPLAY_SETTINGS_FLAGS dwFlags) → bool - Retrieves information about one of the graphics modes for a display device.
-
EnumFontFamiliesEx(
HDC hdc, Pointer< gdi32LOGFONT> lpLogfont, Pointer<NativeFunction< lpProc, LPARAM lParam, int dwFlags) → intFONTENUMPROC> > - Enumerates all uniquely-named fonts in the system that match the font characteristics specified by the LOGFONT structure.
-
EnumForms(
PRINTER_HANDLE hPrinter, int level, Pointer< winspoolUint8> ? pForm, int cbBuf, Pointer<Uint32> pcbNeeded, Pointer<Uint32> pcReturned) → bool - Enumerates the forms supported by the specified printer.
-
EnumJobs(
PRINTER_HANDLE hPrinter, int firstJob, int noJobs, int level, Pointer< winspoolUint8> ? pJob, int cbBuf, Pointer<Uint32> pcbNeeded, Pointer<Uint32> pcReturned) → Win32Result<bool> - Retrieves information about a specified set of print jobs for a specified printer.
-
EnumPageFiles(
Pointer< psapiNativeFunction< pCallBackRoutine, Pointer<PENUM_PAGE_FILE_CALLBACK> >NativeType> pContext) → Win32Result<bool> - Calls the callback routine for each installed pagefile in the system.
-
EnumPrinterData(
PRINTER_HANDLE hPrinter, int dwIndex, PWSTR pValueName, int cbValueName, Pointer< winspoolUint32> pcbValueName, Pointer<Uint32> ? pType, Pointer<Uint8> ? pData, int cbData, Pointer<Uint32> ? pcbData) → int - Enumerates configuration data for a specified printer.
-
EnumPrinterDataEx(
PRINTER_HANDLE hPrinter, PCWSTR pKeyName, Pointer< winspoolUint8> ? pEnumValues, int cbEnumValues, Pointer<Uint32> pcbEnumValues, Pointer<Uint32> pnEnumValues) → int - Enumerates all value names and data for a specified printer and key.
-
EnumPrinterKey(
PRINTER_HANDLE hPrinter, PCWSTR pKeyName, PWSTR? pSubkey, int cbSubkey, Pointer< winspoolUint32> pcbSubkey) → int - Enumerates the subkeys of a specified key for a specified printer.
-
EnumPrinters(
int flags, PCWSTR? name, int level, Pointer< winspoolUint8> ? pPrinterEnum, int cbBuf, Pointer<Uint32> pcbNeeded, Pointer<Uint32> pcReturned) → Win32Result<bool> - Enumerates available printers, print servers, domains, or print providers.
-
EnumProcesses(
Pointer< psapiUint32> lpidProcess, int cb, Pointer<Uint32> lpcbNeeded) → Win32Result<bool> - Retrieves the process identifier for each process object in the system.
-
EnumProcessModules(
HANDLE hProcess, Pointer< psapiPointer< lphModule, int cb, Pointer<NativeType> >Uint32> lpcbNeeded) → Win32Result<bool> - Retrieves a handle for each module in the specified process.
-
EnumProcessModulesEx(
HANDLE hProcess, Pointer< psapiPointer< lphModule, int cb, Pointer<NativeType> >Uint32> lpcbNeeded, ENUM_PROCESS_MODULES_EX_FLAGS dwFilterFlag) → Win32Result<bool> - Retrieves a handle for each module in the specified process that meets the specified filter criteria.
-
EnumResourceNames(
HMODULE? hModule, PCWSTR lpType, Pointer< kernel32NativeFunction< lpEnumFunc, int lParam) → boolENUMRESNAMEPROC> > - Enumerates resources of a specified type within a binary module.
-
EnumResourceTypes(
HMODULE? hModule, Pointer< kernel32NativeFunction< lpEnumFunc, int lParam) → Win32Result<ENUMRESTYPEPROC> >bool> - Enumerates resource types within a binary module.
-
EnumServicesStatus(
SC_HANDLE hSCManager, ENUM_SERVICE_TYPE dwServiceType, ENUM_SERVICE_STATE dwServiceState, Pointer< advapi32ENUM_SERVICE_STATUS> ? lpServices, int cbBufSize, Pointer<Uint32> pcbBytesNeeded, Pointer<Uint32> lpServicesReturned, Pointer<Uint32> ? lpResumeHandle) → Win32Result<bool> - Enumerates services in the specified service control manager database.
-
EnumServicesStatusEx(
SC_HANDLE hSCManager, SC_ENUM_TYPE infoLevel, ENUM_SERVICE_TYPE dwServiceType, ENUM_SERVICE_STATE dwServiceState, Pointer< Uint8> ? lpServices, int cbBufSize, Pointer<Uint32> pcbBytesNeeded, Pointer<Uint32> lpServicesReturned, Pointer<Uint32> ? lpResumeHandle, PCWSTR? pszGroupName) → Win32Result