Prev: SCSI Passthrough Using Write Buffer Command
Next: How to support Motion JPEG format in driver ?
From: Mails on 6 Apr 2006 16:40 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 6 Apr 2006 17:41 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 7 Apr 2006 04:33 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? >
|
Pages: 1 Prev: SCSI Passthrough Using Write Buffer Command Next: How to support Motion JPEG format in driver ? |