Jump to content

Main public logs

Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:05, 3 May 2025 Martini talk contribs created page PFNCOMPARE (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...")