Class details data structure.
typedef STRUCT _CLASSDETAILS {
PSZ pszAttribute; /* Translatable string. */
PVOID pSortRecord; /* Function pointer for the sort function for the attribute. */
} CLASSDETAILS;
typedef CLASSDETAILS * PCLASSDETAILS ;