cliffordcheung
Newcomer
Hi all,
I'm required to write a pgm that can send standard UFI commands to USB removable flash storage device thru DeviceIOControl() in both Win2k and WinXP. This require me to obtain the correct device handler and I did this using CreateFile(). All works well until I logged in as a limited user, or in fact as any other user other than admin.
Is there a way that I can still obtain the handler to complete the DeviceIOControl() operation or other alternative methods to communicate with the device when I don't have admin priviledges?
Thank you for your advice and help.
Regards,
Clifford
I'm required to write a pgm that can send standard UFI commands to USB removable flash storage device thru DeviceIOControl() in both Win2k and WinXP. This require me to obtain the correct device handler and I did this using CreateFile(). All works well until I logged in as a limited user, or in fact as any other user other than admin.
Is there a way that I can still obtain the handler to complete the DeviceIOControl() operation or other alternative methods to communicate with the device when I don't have admin priviledges?
Thank you for your advice and help.
Regards,
Clifford