I have a some problem when work with lineSetAppPriority on WM5 Smartphone.
I am open telephone line and call lineSetAppPriority with arguments:
RetVal=lineSetAppPriority(L"telephone.exe",LINEMEDIAMODE_INTERACTIVEVOICE,
0, NULL, NULL, 0 );
RetVal returned 0, succeeds.
But when i have a ring, cprog is owner and show standart ring dialog.
My application don't show any window when callback function take a ring
events.