Re: Functions and parameters in DLL

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Peter B (peter_at_data.se)
Date: 05/14/04


Date: Fri, 14 May 2004 11:01:19 +0200

You can use dumpbin utility.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_vcce4/html/evgrfDUMPBINCommandLine.asp

I have done a _very_ simple GUI-wrapper if you are interested
(pb@remove-this-part.sib.se)

regards,

 Peter

-- 
This posting is provided "AS IS" with no warranties, and confers no rights.
"Trevor" <anonymous@discussions.microsoft.com> wrote in message
news:3421DD77-75AF-4765-8347-2109049BEDC6@microsoft.com...
> 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

  • Functions and parameters in DLL
    ... A client handheld with WinCE.NET also ships a DLL that allows me to get the WLAN signal strength from my Managed application. ... Im trying to create a prototype app for approval by management. ... Public Shared Sub GetSignalQuality As Integer ...
    (microsoft.public.dotnet.framework.compactframework)
  • Re: System.IO.FileNotFoundException when trying to deploy application
    ... This is probably related to a DLL file that I have compiled from the ... I tried recompiling the DLL on Windows Mono (also 2.0, ... Versions of packages mono-apache-server depends on: ... ii debconf [debconf-2.0 1.4.72ubuntu9 Debian configuration management sy ...
    (Ubuntu)
  • Re: Create dll for EventViewer
    ... public shared sub LogEvent(byval Source as string, byval Message as string, ... | I think I need to create a dll that returns error messages for event ID's. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: How to create a dll in embedded vc for access from Visual Basic.net 2005
    ... If the SDK APIs are implemented within a DLL you shouldn't need a native C based DLL to access them, as you should be able to access the APIs directly from VB.NET via a little bit of Platform Invoke code. ... Public Shared Sub EnableWatchdogTimer ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: WebResponse StreamReader memory and handles high consume
    ... It's true unmanaged dll's won't be download. ... > If i use p/Invoke the unmanaged dll wont be download rigth? ... >> As long as the garbage collector hasn't run, memory consumption will ... That's how automatic memory management works. ...
    (microsoft.public.dotnet.framework.performance)