No hardware acceleration found

Although I am sure to use the board’s ICD (glGetString(GL_VENDOR) returns ‘NVIDIA Corporation’), I still have no acceleration (the flag PFD_GENERIC_ACCELERATED
returns NULL). Whichever PIXELFORMATDESCRIPTOR I choose, it is the same. But I am sure drivers are correctly installed as I have hardware acceleration on games. What else should I do?