MIL_ID SourceBufId, | //in |
MIL_ID TargetBufId, | //in |
MIL_INT64 LinkOperation, | //in |
MIL_INT ControlFlag | //in |
This function links two buffers so that subsequent modifications in the source buffer are copied to the target buffer until the buffers are unlinked. For instance, when using the Distributed MIL monitoring configuration, you can link a publishing application's image buffer to the monitoring application's image buffer. Any modifications to the published buffer will be copied to the local buffer.
Specifies the identifier of the source buffer. This buffer remains independent and can be modified as per the application's standard mechanisms.
Specifies the identifier of the target buffer. The contents of this buffer will have the same modifications applied to it as are applied to SourceBufId.
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |