I used SetupDiGetDriverInfoDetail to retrive the details of the driver. I used the following code fragment for this. But each time I execute my exe I am getting ERROR_INSUFFICIENT_BUFFER. How to solve this?
SetupDiGetDriverInfoDetail(hDevInfo, &DeviceInfoData, &drvInfoData, &drvInfoDetail, sizeof(drvInfoDetail), NULL);
Thanks..