Function Table (Windows Embedded CE 6.0)
1/6/2010
A Tux test DLL module uses the function table to export the test cases for the test module to Tux. A test DLL module typically creates a static array of FUNCTION_TABLE_ENTRY structures, filling in each of the fields with relevant information. Each structure in the function table represents a single test or group of tests in the test DLL module.