请教一个关于鼠标事件的问题?

 
有什么函数可以获取鼠标在0窗口的X,Y坐标,我记得我原来实现过一次,但是时间太久了,就忘记了,就是拖动鼠标实时反应现在鼠标的X,Y坐标,没有点击等操作,只是单纯捕捉拖动动作
 
bool  ChartXYToTimePrice( 
   long           chart_id,     // Chart ID 
   int            x,            // The X coordinate on the chart 
   int            y,            // The Y coordinate on the chart 
   int&           sub_window,   // The number of the subwindow 
   datetime&      time,         // Time on the chart 
   double&        price         // Price on the chart 
   );