Link
Applicability
Product |
Supported |
|---|---|
x |
|
√ |
|
x |
|
√ |
|
x |
For
For
Function
Records the association between different resources. Different modules assign unique IDs to identical requests in real-world usage, and associate the IDs of two systems.
Prototype
1 | void Link(const ResID &fromRid, const ResID &toRid) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
fromRid |
Input |
ResID type. ResID can be implicitly converted from a character string or a number. |
toRid |
Input |
ResID type. ResID can be implicitly converted from a character string or a number. |
Returns
None.