SRGraphComponent::qsSorterCompareD

int __cdecl SRGraphComponent::qsSorterCompareD(const void * a, const void * b)

Callback routine which orders arrays of GESorter elements in decending order

Defined in: SRGComp.cpp

Parameters

a

Pointer to the first element

b

Pointer to the second element

See also...

qsSorterCompareA for a description of it use.