Re: [fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Jürgen Hestermann
Felipe Monteiro de Carvalho schrieb: type WlanOpenHandleTyp = function(ClientVersion : DWord; Reserved : Pointer; var NegotiatedVersion : DWord; var ClientHandle : Hwnd) : DWord; It looks like you f

Re: [fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Leonardo M . Ramé
- Original Message - > From: ""Jürgen Hestermann"" > To: fpc-pascal@lists.freepascal.org > Cc: > Sent: Tuesday, November 29, 2011 11:56 AM > Subject: [fpc-pascal] Wireless configuration in Windows > > I am trying to access the Wireless interface of the Windows API. It seems > that > t

Re: [fpc-pascal] Wireless configuration in Windows

2011-11-29 Thread Felipe Monteiro de Carvalho
On Tue, Nov 29, 2011 at 3:56 PM, "Jürgen Hestermann" wrote: > --- > type WlanOpenHandleTyp = function(ClientVersion : DWord; >                                  Reserved : Pointer; >                              var NegotiatedVersi