3DF - How to test if 3d driver is available

Sample code to test if the opengl2 driver is found

if (HC_QShow_Existence("/driver/opengl2", "self"))
{ /* opengl2 driver found */ }