Jump to content

PFNCOMPARE: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 May 2025

  • curprev 03:0503:05, 3 May 2025 Martini talk contribs 747 bytes +747 Created page with "Pointer to a Details View comparison function. == Type == FNCOMPARE == C Declaration Method== typedef struct ==Remarks== This function would be used if you wanted to sort on a non-standard data type or if you wanted to a custom sort. In the header file, this is a two-part definition as shown below: typedef LONG (EXPENTRY FNCOMPARE)(PVOID, PVOID); typedef FNCOMPARE *PFNCOMPARE; The first argument (PVOID) is a pointer to the Details View field value. The second arg..."