Up to FDT Specification
8.1 Ids 8.2 Data Type Definitions
| 8.2 Data Type Definitions
Helper objects for documentation
| Name
| Data type
| Description
| | FdtUUIDString
| BSTR
|
String containing a unique identifier according to the Microsoft standard UUID.
The format must be e.g. "C2137DD1-7842-11d4-A3C9-005004DC410F" (without bracket).
Due to the definition of the UUID format, the value must NOT be handled in a case sensitive way. That means comparing
"C2137dd1-7842-11d4-A3C9-005004DC410F" with "C2137DD1-7842-11d4-A3C9-005004DC410f" will return TRUE
| | FdtXmlDocument
| BSTR
| String containing an XML document
| | FdtXPath
| BSTR
|
String containing an Xpath to an element of an XML document
For FDT 1.2 and FDT 1.2.1 the Xpath has to be the root tag "FDT"
- XML documents are accepted as complete document. Otherwise the DTM informs the Frame Application via the event interface about the occurred of errors
Exceptions:
| | All boolean parameters | VARIANT_BOOL | TRUE and FALSE according to the definition of VARIANT_TRUE and VARIANT_FALSE |
|