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

Called if the input receives a clock position.

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]dwPositionNew clock position
[in]fImmediateTRUE if the position should be committed immediately
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_CLOCKCOMMAND must also be defined.