Code Comparison: Example 1
Read the <Description> from the sample Lake Eola Transmittal
The description is stored in the fields of a SE_DRM_CLS_DESCRIPTION object which the DRM requires to be a component of the <Transmittal Root> object.
To do this we need to know:
- How to open and close a Transmittal for reading.
- How the C++ API handles exceptions, status codes, and error descriptions.
- How to access objects by traversing relationships.
- How to access fields of an object.