Sort record data structure.

typedef struct _SORTFASTINFO {
  PFNCOMPARE       pfnCompare;   /*  Pointer to the details view comparison function. */
  ULONG            FieldOffset;
  M_WPObject      *Class;
} SORTFASTINFO;

typedef   SORTFASTINFO   * PSORTFASTINFO ;


[Back] [Next]