DPA_Grow 函数 (dpa_dsa.h)
(DPA) 更改动态指针数组中的指针数。
语法
BOOL DPA_Grow(
[in] HDPA pdpa,
[in] int cp
);
参数
[in] pdpa
类型: HDPA
现有 DPA 的句柄。
[in] cp
类型: int
DPA 中所需的指针数。
返回值
类型: BOOL
如果成功,则返回 TRUE ,否则返回 FALSE 。
注解
如果 cp 小于 DPA 中已有的指针数,则 DPA 保持不变。 如果 cp 大于 DPA 中的指针数,则添加的指针将初始化为 NULL。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | dpa_dsa.h |
DLL | Comctl32.dll |
API 集 | Windows 10版本 10.0.14393 中引入的 ext-ms-win-shell-comctl32-da-l1-1-0 () |