DSA_DeleteAllItems function (dpa_dsa.h)

Deletes all items from a dynamic structure array (DSA).

Syntax

BOOL DSA_DeleteAllItems(
  [in] HDSA hdsa
);

Parameters

[in] hdsa

Type: HDSA

A handle to an existing DSA.

Return value

Type: BOOL

TRUE if the items were successfully deleted; otherwise, FALSE.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header dpa_dsa.h
DLL Comctl32.dll
API set ext-ms-win-shell-comctl32-da-l1-1-0 (introduced in Windows 10, version 10.0.14393)