Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Description
The data format supported by an application.
Element Hierarchy
<com5:Class> (in InProcessServer)
<com5:DataFormat>
<com5:Class> (in InProcessHandler)
<com5:DataFormat>
<com5:Class> (in InProcessServer)
<com5:DataFormat>
<com5:Class> (in InProcessHandler)
<com5:DataFormat>
Syntax
<com5:DataFormat FormatName = A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end.
StandardFormat = A string in hexadecimal format containing numbers or the letters a, b, c, d, e, f (capital or lower case).
AspectFlag = An integer between -1 and 15.
MediumFlag = An integer between 0 and 127.
Direction = "Get" | "Set" | "GetAndSet"
></com5:DataFormat>
Attributes
Attribute | Description | Data type | Required |
---|---|---|---|
FormatName | The name of the data format. | A string between 1 and 32767 characters in length with a non-whitespace character at its beginning and end. | Yes |
StandardFormat | The integer value of the data format. | A string in hexadecimal format containing numbers or the letters a, b, c, d, e, f (capital or lower case). | Yes |
AspectFlag | Represents a DVASPECT enumeration value for the desired data or view aspect. | An integer between -1 and 15. | Yes |
MediumFlag | The type of storage medium used for data transfer. This corresponds to the TYMED enumeration. | An integer between 0 and 127. | Yes |
Direction | This represents the DATADIR enumeration which corresponds to the direction of the data flow. | One of the following values: "Get" , "Set" , "GetAndSet" | Yes |
Parent elements
Parent element | Description |
---|---|
com5:DataFormats | Specifies the default and main data formats supported by an application. |
Requirements
Item | Value |
---|---|
com5 | http://schemas.microsoft.com/appx/manifest/com/windows10/5 |
Minimum OS Version | Windows 11 version 21H2 (Build 22000) |