SORTFASTINFO
Appearance
Sort record data structure.
Type
struct
C Declaration Method
typedef struct
Example Code
typedef struct _SORTFASTINFO {
PFNCOMPARE pfnCompare; /* Pointer to the details view comparison function. */
ULONG FieldOffset;
M_WPObject *Class;
} SORTFASTINFO;
typedef SORTFASTINFO * PSORTFASTINFO ;