MultiCam Boards Documentation > MultiCam Documentation > MultiCam C Reference > Functions > Signaling > McRegisterCallback

McRegisterCallback

Registers the callback function to a channel or processor instance.

[C]

MCSTATUS McRegisterCallback(
  MCHANDLE Instance,
  PMCCALLBACK CallbackFunction,
  PVOID Context
);

Parameters

Instance

Handle of the channel or processor instance of the callback function to register.

CallbackFunction

Pointer to the user-supplied callback function.

To unregister a function, use NULL.

Context

Argument to pass to the callback function.

See Also

Signaling