Hi,
I want to disable/enable the USB ports. So, that no one can can
access that device connected with that port. I tried the CreateFile
method with no SHARE rights & read/write access ... but it was not
useful.
Again, i found usbioctl.h header file with WINDDK there we
have a flag defines like IOCTL_INTERNAL_USB_ENABLE_PORT,
IOCTL_USB_HCD_DISABLE_PORT and IOCTL_USB_HCD_ENABLE_PORT but i don't
know how to use it.
Can any one show me a light ??
Thanks in anticipation.