It didn't return anything, though ARB_vertex_buffer_object did, I don't know if that's relavent.
Vertex buffer objects (VBOs) are different entities than Vertex array objects (VAOs). VBOs allow you to store batch data in driver memory rather than application memory, whereas VAOs capture the bindings end enables used for submitting batch data.