CFIX_BEGIN_FIXTURE
CFIX_BEGIN_FIXTURE defines the start of a fixture definition. It is also used to specify the name of the fixture.
FixtureName defines the name of the fixture. It must be unique across all fixtures of the same test module (i.e. DLL). The same restrictions as for naming routines apply, i.e. no spaces, no special characters etc.
See here for an example of a complete fixture definition.