MCPcopy Create free account
hub / github.com/cinience/RedisStudio / ItemComareFunc

Method ItemComareFunc

DuiLib/Control/UIList.cpp:902–908  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900}
901
902int __cdecl CListBodyUI::ItemComareFunc(void *pvlocale, const void *item1, const void *item2)
903{
904 CListBodyUI *pThis = (CListBodyUI*)pvlocale;
905 if (!pThis || !item1 || !item2)
906 return 0;
907 return pThis->ItemComareFunc(item1, item2);
908}
909
910int __cdecl CListBodyUI::ItemComareFunc(const void *item1, const void *item2)
911{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected