Re: Functions and parameters in DLL
From: Peter B (peter_at_data.se)
Date: 05/14/04
- Next message: Peter B: "Re: Icon transparency... again!"
- Previous message: Tomer: "Re: Calling a stored procedure from 2 ppc's at the same time"
- In reply to: Trevor: "Functions and parameters in DLL"
- Next in thread: Peter B: "Re: Functions and parameters in DLL"
- Reply: Peter B: "Re: Functions and parameters in DLL"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 14 May 2004 11:01:19 +0200
You can use dumpbin utility.
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.
- Next message: Peter B: "Re: Icon transparency... again!"
- Previous message: Tomer: "Re: Calling a stored procedure from 2 ppc's at the same time"
- In reply to: Trevor: "Functions and parameters in DLL"
- Next in thread: Peter B: "Re: Functions and parameters in DLL"
- Reply: Peter B: "Re: Functions and parameters in DLL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|