Hi,
how can I get the driver's name of a device to use with CreateFile
?
handle = CreateFile( DRIVER_NAME_HERE,
GENERIC_READ | GENERIC_WRITE,
FILE_SHARE_READ | FILE_SHARE_WRITE,
NULL, OPEN_EXISTING, 0, NULL);
thanks!