DPA_GetPtr 函数 (dpa_dsa.h)

[DPA_GetPtr 可用于操作

在“要求”部分中指定的系统。 它在 中可能已更改或不可用

后续版本。]

从 DPA) (动态指针数组中获取项。

语法

PVOID DPA_GetPtr(
  HDPA    hdpa,
  INT_PTR i
);

参数

hdpa

类型: HDPA

DPA 的句柄。

i

类型: int

要检索的项的索引。

返回值

如果调用失败,则返回指定的项或 NULL

要求

要求
最低受支持的客户端 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 中引入)