Add a destination to an Output.
- Parameters
-
[in] | hRemoteDevice | Handle to the remote device. |
[in] | wOutputID | Output ID , can be 0xFFFF to apply on all outputs. |
[in] | pDestination | Pointer to the destination's endpoint to be added |
- Returns
- Standard CHAILink Client return code. See CLC_ErrorCode enumeration.
- Warning
- This function can only be called in CopperLan context. This means in the pseudo task CPDoProcess(), in notification handlers or in asynchronous return handlers and not in SystemDoProcess() for instance.