1 out of 1 rated this helpful - Rate this topic

DPA_DeleteAllPtrs function

[DPA_DeleteAllPtrs is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Removes all items from a dynamic pointer array (DPA) and shrinks the DPA accordingly.

Syntax


BOOL WINAPI DPA_DeleteAllPtrs(
  HDPA pdpa
);

Parameters

pdpa

Type: HDPA

Handle to a DPA.

Return value

Type: BOOL

Returns TRUE on success or FALSE on failure.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Header

Commctrl.h

Library

Comctl32.lib

DLL

ComCtl32.dll

 

 

Send comments about this topic to Microsoft

Build date: 10/27/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.