Skip to content

Latest commit

 

History

History
82 lines (64 loc) · 2.31 KB

nf-dpa_dsa-dpa_createex.md

File metadata and controls

82 lines (64 loc) · 2.31 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 req.apiset
NF:dpa_dsa.DPA_CreateEx
DPA_CreateEx function (dpa_dsa.h)
Creates a dynamic pointer array (DPA) using a given specified size and heap location.
DPA_CreateEx
DPA_CreateEx function [Windows Controls]
_shell_DPA_CreateEx
_shell_DPA_CreateEx_cpp
controls.DPA_CreateEx
controls._shell_DPA_CreateEx
dpa_dsa/DPA_CreateEx
controls\DPA_CreateEx.htm
Controls
VS|Controls|~\controls\common\functions\dpa_createex.htm
12/05/2018
DPA_CreateEx, DPA_CreateEx function [Windows Controls], _shell_DPA_CreateEx, _shell_DPA_CreateEx_cpp, controls.DPA_CreateEx, controls._shell_DPA_CreateEx, dpa_dsa/DPA_CreateEx
dpa_dsa.h
Windows
Windows Vista [desktop apps only]
Windows Server 2003 [desktop apps only]
ComCtl32.dll (version 4.0 or later)
Windows
19H1
DPA_CreateEx
dpa_dsa/DPA_CreateEx
c++
APIRef
kbSyntax
DllExport
ComCtl32.dll
DPA_CreateEx
ext-ms-win-shell-comctl32-da-l1-1-0 (introduced in Windows 10, version 10.0.14393)

DPA_CreateEx function

-description

Creates a dynamic pointer array (DPA) using a given specified size and heap location.

-parameters

-param cpGrow [in]

Type: int

The number of elements by which the array should be expanded, if the DPA needs to be enlarged.

-param hheap [in, optional]

Type: HANDLE

A handle to the heap where the array is stored.

-returns

Type: HDPA

Returns a handle to a DPA if successful, or NULL if the call fails.

-remarks

DPA_CreateEx is not exported by name. To use it, you must use GetProcAddress and request ordinal 340 from ComCtl32.dll to obtain a function pointer.

-see-also

DPA_Create