Dear Arvind,
Details of the function prototype are given in the NI-DAQ Function Reference Manual. The chanStr parameter points to the analog input channel that you want to monitor for the trigger event.
The example provided with the NI-DAQ Manual is "AI5" but obviously you will need to choose an appropriate channel for your application and board (NI 6110 having 4 analog input channels so you could use AI0 - AI3).
You can download the NI-DAQ Function Reference Manual for version 6.6 from the NI web site - alternatively it should have been installed with your NI-DAQ installation on Start>>Programs>>National Instruments>>NI-DAQ.....
From memory, because this is a high-level NI-DAQ function, you must not use AI_Configure after having called Config
_ATrig_Even_Message. You can potentially change the input range and polarity of the input using AI_Configure and this could mess up the event triggering. The NI-DAQ Function Reference Manual has more details.
Jeremy