Function Table
A Tux test DLL module uses the function table to export the test cases for the 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.
See Also
© 1992-2003 Microsoft Corporation. All rights reserved.