DPA_InsertPtr 函数 (dpa_dsa.h)

[DPA_InsertPtr 可用于“要求”部分中指定的操作系统。 它在后续版本中可能已更改或不可用。]

将新项插入到动态指针数组中的指定位置 (DPA) 。 如有必要,DPA 会扩展以适应新项。

语法

int DPA_InsertPtr(
  HDPA hdpa,
  int  i,
  void *p
);

参数

hdpa

类型: HDPA

DPA 的句柄。

i

类型: int

要插入新项的 Tbe 位置。

p

类型: void*

指向要插入的项的指针。

返回值

类型: int

如果插入失败,则返回新项或 -1的索引。

要求

要求
最低受支持的客户端 Windows Vista [仅限桌面应用]
最低受支持的服务器 Windows Server 2003 [仅限桌面应用]
目标平台 Windows
标头 dpa_dsa.h
Library Comctl32.lib
DLL ComCtl32.dll
API 集 ext-ms-win-shell-comctl32-da-l1-1-0 (在 Windows 10 版本 10.0.14393 中引入)