Re: What are Coredll.dll methods of CE in XP Embedded?



See below...


"den 2005" <den2005@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:40DDA784-A809-4067-880E-D06453604255@xxxxxxxxxxxxxxxx
>
> -- Hi everybody,
> What are the methods that is a counterpart of these methods in
> coredll.dll of Windows CE in Windows XP embedded?
>
> Code:
> [DllImport("coredll.dll", EntryPoint="RasDial", SetLastError=true)]
> public static extern uint RasDial(int dialExtensions,string
> phoneBookPath,byte[] rasDialParam, int NotifierType,int notifier,ref int
> pRasConn);
>
> [DllImport("coredll.dll", EntryPoint="RasHangUp", SetLastError=true)]
> public static extern uint RasHangUp(int Session);
>
> [DllImport("coredll.dll", EntryPoint="RasSetEntryProperties",
> CharSet=CharSet.Unicode, SetLastError=true)]
> public static extern uint RasSetEntryProperties(string lpszPhoneBook,
> string
> szEntry, byte[] lpEntry,uint dwEntrySize, byte[] lpb, uint dwSize);
>
> [DllImport("coredll.dll", EntryPoint="RasGetEntryProperties",
> CharSet=CharSet.Unicode, SetLastError=true)]
> public static extern uint RasGetEntryProperties(string lpszPhoneBook,
> string
> lpszEntry, byte[] lpEntry,ref uint lpdwEntrySize, byte[] lpb, ref uint
> lpdwSize);
>
> [DllImport("coredll.dll", EntryPoint="WaveOutSetVolume",
> SetLastError=true)]
> public static extern int WaveOutSetVolume(IntPtr uDeviceID, uint
> lpdwVolume);
>
> Also, how would manipulate the audio (volume) and turning off the tablet
> pc?
> Wha are methods of which api? Is the name of api to manipulate these
> hardware
> devices "winxpapi.dll" ? Thanks
>
> den2005
>
> MCP Year 2005, Philippines


.



Relevant Pages

  • Re: What is counterpart dll methods in XP embedded for coredll.dll in
    ... Programming for XP Embedded is the same as programming for big windows. ... > public static extern uint RasHangUp; ...
    (microsoft.public.windowsxp.embedded)
  • Re: What are counterpart methods in XP embedded?
    ... development on xpe, you would be using the full framework. ... > phoneBookPath,byterasDialParam, int NotifierType,int notifier,ref int ... > public static extern uint RasHangUp; ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: What are counterpart methods in XP embedded?
    ... development on xpe, you would be using the full framework. ... > phoneBookPath,byterasDialParam, int NotifierType,int notifier,ref int ... > public static extern uint RasHangUp; ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: bringing Pocket Internet Explorer (PIE) to foreground
    ... Windows Embedded MVP ... > I want to have the application put itself in the background and bring PIE ... > public static extern int FindWindow (string lpClassName, ...
    (microsoft.public.dotnet.framework.compactframework)
  • bringing Pocket Internet Explorer (PIE) to foreground
    ... I have a C# PocketPC 2003 Windows Forms application running under ARMv4. ... PIE is already loading, and can be seen in "Running Programs". ... public static extern int FindWindow (string lpClassName, ...
    (microsoft.public.dotnet.framework.compactframework)

Loading