SAMPLE: WinQuickSort(), qsort() Replacement for WindowsLast reviewed: April 7, 1997Article ID: Q70006 |
3.00 3.10
WINDOWS
kbprg kbfile
The information in this article applies to:
SUMMARYThe Microsoft Software Library contains object modules that implement the Quicksort similar to the C run-time library function qsort(). These object modules are compatible with Windows dynamic-link libraries (DLLs) and work with FAR data pointers, including memory obtained through GlobalAlloc(). There are two versions of the object module, WINQSRTS.OBJ and WINQSRTM.OBJ, for small-model and medium-model applications, respectively. The small- model version uses a near pointer to the comparison function, whereas the medium-model version uses a far pointer. Download WINQSORT.EXE, a self-extracting file, from the Microsoft Software Library (MSL) on the following services:
|
Additional reference words: 3.00 3.10 softlib WINQSORT.EXE
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |