How to use the mdlElmdscr_copyParallel function?

Hello every body

I'd like to use the mdlElmdscr_copyParallel function, but I don't know how to initialise some arguments.

this is the ptototype function:

int      mdlElmdscr_copyParallel
(
MSElementDescr**      outDscrPP ,
MSElementDescr*      inDscr ,
DPoint3d*      point ,
double      distance ,
DPoint3d*      normal
);

What should I put in point and normal.

 

Thanks.