#include <IDataLinkReference.h>
|
| enum | { kDefaultIID = IID_IDATALINKREFERENCE } |
| |
IDataLinkReference stores a reference to a data link. IID_IDATALINKREFERENCE interface.
| virtual UID IDataLinkReference::GetUID | ( | | ) | const |
| pure virtual |
Method to get the data link UID (IDataLink).
- Returns
- data link UID.
Method to persist this interface.
- Parameters
| iPMStream | is the stream to read or write from. |
| id | is the implementation ID. |
| virtual void IDataLinkReference::SetUID | ( | UID | id | ) | |
| pure virtual |
Method to set the data link UID (IDataLink).
- Parameters