CHAILink SDK  Version 1.3
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
typedef void(* NH_INPUT_CLOCKCOMMAND)(CPHOBJECT const hInput, CPUINT32 const dwInputUserData, CPENDPOINT const *pSource, ClockCommands const command)

Called if the input receives a clock command.

Parameters
[in]hInputHandle to the notified input.
[in]dwInputUserDataThe user data associated to the input handle during its creation.
[in]pSourcePointer to the clock generator source.
[in]commandCommand o be executed. See ClockCommands enumeration in CLC_Enums.h
Remarks
This notification is activated by using Input_RegisterClockListenerControlNotificationHandler. If this notification is defined in the CLC_Callbacks structure then NH_INPUT_CLOCKDEFINITION , NH_INPUT_CLOCKTICK and NH_INPUT_CLOCKSETPOSITION must also be defined.