CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_OUTPUT_CLOCK_GENERATORCOMMAND)(CPHOBJECT const hOutput, CPUINT32 const dwOutputUserData, ClockGeneratorCommands cmd)

This is called to control clock generator status (enabled by default)

Parameters
[in]hOutputHandle to the notified output.
[in]dwOutputUserDataThe user data associated to the output handle during its creation.
[in]cmdThe clock generator command. See ClockGeneratorCommands
Warning
It is not safe to modify the destination list during this call
Remarks
This notification is activated by using Output_RegisterClockGeneratorNotificationHandler.