6.14.2 Saving Instance Data of a DTM
To save the private data of a DTM object the Frame Application must request the IPersistXXX interface pointer and call IPersistXXX::Save() with a reference to the stream / property bag object of the appropriate field device instance.
Within this method the DTM business object must save all its device parameters necessary to re-establish its complete state based on the information of the stream / property bag object within a IPersistXXX::Load() call.
After saving private data of a DTM the Frame Application is able to release the DTM business object.

Used methods:
Standard Microsoft
|