From: knopper on
LoadLibrary(L"\\windows\\ossvcs.dll");
where can i find the imported functions list of ossvcs.dll ?
thanks

From: Peter Foot [MVP] on
You can simulate a press of the green phone button to answer an incoming
call. You can call the native keyb_event function to do this. The value of
the button is equal to VK_F3. You can determine the state of the line using
the State and Notifications Broker (snapi.h for C++ or
Microsoft.WindowsMobile.Status for managed code).

Peter

--
Peter Foot
Microsoft Device Application Development MVP
peterfoot.net | appamundi.com | inthehand.com
APPA Mundi Ltd - software solutions for a mobile world
In The Hand Ltd - .NET Components for Mobility

"knopper" <oneneno(a)gmx.net> wrote in message
news:ED409ADF-18E4-4BEA-B767-C75F771CA329(a)microsoft.com...
> LoadLibrary(L"\\windows\\ossvcs.dll");
> where can i find the imported functions list of ossvcs.dll ?
> thanks
>

 | 
Pages: 1
Prev: pocket pc email
Next: windows message hooking