Change a destination on an Output.
- Parameters
-
[in] | hRemoteDevice | Handle to the remote device. |
[in] | wOutputID | Output ID , can be 0xFFFF to apply on all outputs. |
[in] | pPrevDestination | Pointer to the previous destination's endpoint |
[in] | pNewDestination | Pointer to the new destination's endpoint |
- 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.