I am going to call a series of function using function pointer inside a thread class IsIdleMsg() function.
I am facing one problem at this point.
If i am attempt to call a member function in the implementation of function pointer, it generates error. "Unhandled exception".

Can any one tell me where is the problem?