Prev: pocket pc email
Next: windows message hooking
From: knopper on 1 Dec 2008 09:48 LoadLibrary(L"\\windows\\ossvcs.dll"); where can i find the imported functions list of ossvcs.dll ? thanks
From: Peter Foot [MVP] on 1 Dec 2008 10:22 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 |