Function to receive used driver version?

Hi folks,

I discovered a problem with my CUDA program when using “old” drivers [258.96] (It needs up to one minute to load the program. With the newest drivers installed it’s about 10 seconds.).
Is there a function like getDriverVersion() that can dispense the version number of the driver installed? Or is there a non-CUDA API that can do this?

Thanks for your help.

Problem solved.

NVAPI does the trick.