DSA_Clone function (dpa_dsa.h)

Duplicates a dynamic structure array (DSA).

Syntax

HDSA DSA_Clone(
  [in] HDSA hdsa
);

Parameters

[in] hdsa

Type: HDSA

A handle to an existing DSA.

Return value

Type: HDSA

Returns a handle to the clone, or NULL if the operation fails.

Remarks

The clone consists of a copy of the structures stored in the original DSA. Subsequent changes to the original DSA do not affect the clone.

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