Functions and parameters in DLL
From: Trevor (anonymous_at_discussions.microsoft.com)
Date: 05/14/04
- Next message: Jon Skeet [C# MVP]: "Re: how to speed up to download data from SQL Server to SQLCE ?"
- Previous message: Fabio Zanetta: "Icon transparency... again!"
- Next in thread: Peter B: "Re: Functions and parameters in DLL"
- Reply: Peter B: "Re: Functions and parameters in DLL"
- Reply: Trevor: "RE: Functions and parameters in DLL"
- Reply: Trevor: "RE: Functions and parameters in DLL"
- Reply: Paul G. Tobey [eMVP]: "Re: Functions and parameters in DLL"
- Messages sorted by: [ date ] [ thread ]
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.
- Next message: Jon Skeet [C# MVP]: "Re: how to speed up to download data from SQL Server to SQLCE ?"
- Previous message: Fabio Zanetta: "Icon transparency... again!"
- Next in thread: Peter B: "Re: Functions and parameters in DLL"
- Reply: Peter B: "Re: Functions and parameters in DLL"
- Reply: Trevor: "RE: Functions and parameters in DLL"
- Reply: Trevor: "RE: Functions and parameters in DLL"
- Reply: Paul G. Tobey [eMVP]: "Re: Functions and parameters in DLL"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|