Cant find DLL entry

jkepler Messages postés 1 Date d'inscription vendredi 4 juillet 2014 Statut Membre Dernière intervention 4 juillet 2014 - 4 juil. 2014 à 16:27
 jkepler - 5 juil. 2014 à 18:09
Hi,

I'm tring to declare a function in VB6 in wlanapi.dll
Here's the function:

Private Declare Function WlanHostedNetworkQueryStatus Lib "wlanapi.dll" (ByVal hClientHandle As Long, _
                ppWlanHostedNetworkStatus As String, _
                ByVal pReserved As Long) As Long


I'm not sure if the ppWlanHostedNetworkStatus variable is a string, but that's not the error, I think (error 453)

Can someone help me out here?

Kind regards,

JKepler

3 réponses

Whismeril Messages postés 19026 Date d'inscription mardi 11 mars 2003 Statut Contributeur Dernière intervention 20 avril 2024 656
4 juil. 2014 à 17:12
Hi, move at VB6 forum.
Take care about the fact that it's à french forum.
0
NHenry Messages postés 15113 Date d'inscription vendredi 14 mars 2003 Statut Modérateur Dernière intervention 22 avril 2024 159
5 juil. 2014 à 14:02
If your title is the error message, I think, you have mistype the function/dll name or the DLL is not a WinAPI DLL (like OCX, .NET, ... ).
Else, please put the exact message (in french if possible).

0
Bonjour,

J'ai trouvé que cette fonction n'est pas prise en charge sur Windows XP SP3.

Cordialement,

JKepler
0
Rejoignez-nous