This call will return a NULL terminated array of pointers to available visual config structures for an OpenGL application to choose from. A visual config defines what buffer configurations (depth,accum,alpha,stencil) are available.
#include <pgl.h> HAB hab; PVISUALCONFIG pVisualConfig; pVisualConfig = pglQueryConfigs(hab);