Display Classes of All Objects
char *transmittal_name = "test.stf";
SE_SEARCH_FILTER search_filter;
static SE_SEARCH_RULES rules[] =
SE_OpenSE(transmittal_name, NULL, &synthEnv);
SE_CreateSearchFilter(synthEnv, rules, &search_filter);
ProcessObject(synthEnv, NULL, search_filter);
SE_FreeSearchFilter(search_filter);