CLASSDETAILS
Appearance
(Redirected from PCLASSDETAILS)
Class details data structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef STRUCT _CLASSDETAILS { PSZ pszAttribute; /* Translatable string. */ PVOID pSortRecord; /* Function pointer for the sort function for the attribute. */ } CLASSDETAILS; typedef CLASSDETAILS * PCLASSDETAILS ;