Functions and parameters in DLL

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Trevor (anonymous_at_discussions.microsoft.com)
Date: 05/14/04


Date: Fri, 14 May 2004 01:46:06 -0700

Hi,

Im writing my app in VB.NET and .NET CF. A client handheld with WinCE.NET also ships a DLL that allows me to get the WLAN signal strength from my Managed application. As its a tentative version they havent provided the documentation for the DLL.

How can I find out what procedures (with parameters) are located in the DLL? Im trying to create a prototype app for approval by management.
Ive been told that in eVC++ 4.0 I can call "DWORD GetSignalQuality() - parameters none".

So in my managed code application do I call:

<DllImport("clientDLL.dll")> _
    Public Shared Sub GetSignalQuality As Integer
    End Sub

All help is appreciated.



Relevant Pages

  • Re: Firefox and Sound
    ... number of loads that app performed. ... only references to entry points in the dll. ... specified entry points in it can't be found, ... but the download manager said it was only 78.8 MB. ...
    (comp.os.os2.apps)
  • Re: New Delphi roadmap is coming: NO UNICODE PLEASE!
    ... Avoids DLL hell, because it ... The app is deployed and the user is getting an error. ... instances where upgrading .NET broke things that were working. ... Coming from Delphi, this isn't any big deal of course. ...
    (borland.public.delphi.non-technical)
  • Re: What programming language for Future
    ... usually when apps come with scripts, those scripts are for that version ... version of the app. ... Which is exactly the same as when the compiler is shipped with the app. ... for the sole reason that they can't rebuild a working dll. ...
    (comp.lang.misc)
  • Re: Functions and parameters in DLL
    ... documentation for the DLL. ... Im trying to create a prototype app for approval by management. ... Public Shared Sub GetSignalQuality As Integer ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: RPC_E_CANTCALLOUT_ININPUTSYNCCALL
    ... when trying to use an IDispatch pointer from another process. ... handler that is triggered by one of the SendMessage...functions. ... As the user interacts with the target process, the DLL will periodically ... notify the my app that it needs to take a look at the data. ...
    (microsoft.public.win32.programmer.ole)