Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 1.96 KB

nf-dpa_dsa-dsa_sort.md

File metadata and controls

79 lines (62 loc) · 1.96 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:dpa_dsa.DSA_Sort
DSA_Sort function (dpa_dsa.h)
Sorts the items in a dynamic structure array (DSA).
DSA_Sort
DSA_Sort function [Windows Controls]
_shell_DSA_Sort
_shell_DSA_Sort_cpp
controls.DSA_Sort
controls._shell_DSA_Sort
dpa_dsa/DSA_Sort
controls\DSA_Sort.htm
Controls
VS|Controls|~\controls\common\functions\dsa_sort.htm
12/05/2018
DSA_Sort, DSA_Sort function [Windows Controls], _shell_DSA_Sort, _shell_DSA_Sort_cpp, controls.DSA_Sort, controls._shell_DSA_Sort, dpa_dsa/DSA_Sort
dpa_dsa.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Comctl32.dll
Windows
19H1
DSA_Sort
dpa_dsa/DSA_Sort
c++
APIRef
kbSyntax
DllExport
Comctl32.dll
DSA_Sort

DSA_Sort function

-description

Sorts the items in a dynamic structure array (DSA).

-parameters

-param pdsa [in]

Type: HDSA

A handle to an existing DSA.

-param pfnCompare [in]

Type: PFNDACOMPARE

A comparison function pointer. See PFNDPACOMPARE for the comparison function prototype.

-param lParam [in]

Type: LPARAM

An additional parameter to be passed to pfnCmp.

-returns

Type: BOOL

Returns TRUE on success or FALSE on failure.