CLASSDETAILS

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 ;


[Back: CLASSCRITERIA Field - NotifyObject]
[Next: CLASSDETAILS Field - pszAttribute]