C++
enum DataLinkGetSourceContext { kDataLinkGetSourceContextUnknown = 0, kDataLinkGetSourceContextEtransmit = 1, kDataLinkGetSourceContextXrefManager = 2, kDataLinkGetSourceContextFileWatcher = 3, kDataLinkGetSourceContextOther = 4, kDataLinkGetSourceContextOrignalPath = (0x1 << 8) };
File
acdb.h
Members
Members | Description |
---|---|
kDataLinkGetSourceContextOrignalPath | This option can be combined with the context to get the original location of the data link. |
Description
Describes where the data link source is contexted.