From: Mails on
Hi!
I use NDISUIO to look for the SSID avaiable and setting them, but I
must stop WZCSVC and I don't know how to do it.
Can you illustrate me how to do it?

Thanks

Giulio

From: Mails on
Hi!
I use WZCSetInterface with "INTF_ENABLED" and it returned SUCCESS but
"IOCTL_NDISUIO_OPEN_DEVICE" didn't work eventually (gave error 170). It
works using the command "net stop wzcsvc", but I don't want to use
Prompt command.
Any ideas?

From: The SZ on
hSCManager=OpenSCManager(NULL,NULL,GENERIC_WRITE)
hSCService=OpenService(hSCManager,"wzcsvc",SERVICE_STOP |
SERVICE_QUERY_STATUS)
ControlService(hSCService,SERVICE_CONTROL_STOP,&ServiceStatus)

poll until QueryServiceStatus() says SERVICE_STOPPED

CloseServiceHandle(hSCService)
CloseServiceHandle(hSCManager)

"Mails" <mitticoo(a)tiscali.it> wrote in message
news:1144359667.196723.29820(a)v46g2000cwv.googlegroups.com...
> Hi!
> I use WZCSetInterface with "INTF_ENABLED" and it returned SUCCESS but
> "IOCTL_NDISUIO_OPEN_DEVICE" didn't work eventually (gave error 170). It
> works using the command "net stop wzcsvc", but I don't want to use
> Prompt command.
> Any ideas?
>