DPA_GetPtrIndex 函数 (dpa_dsa.h)
[DPA_GetPtrIndex 通过 Windows XP 和 Service Pack 2 (SP2) 提供。 它在后续版本中可能已更改或不可用。]
获取在 DPA) (动态指针数组中找到的匹配项的索引。
语法
int DPA_GetPtrIndex(
[in] HDPA hdpa,
[in] const void *p
);
参数
[in] hdpa
类型: HDPA
现有 DPA 的句柄。
[in] p
类型: const void*
指向在 hdpa 中查找的项的指针。
返回值
类型: int
pvoid 指向的项的索引(如果找到);否则为 -1。
备注
DPA_GetPtrIndex 不按名称导出。 若要使用它,必须使用 GetProcAddress 并从 ComCtl32.dll 请求序号 333 来获取函数指针。
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2003 [仅限桌面应用] |
目标平台 | Windows |
标头 | dpa_dsa.h |
DLL | Comctl32.dll (4.0 或更高版本) |
API 集 | ext-ms-win-shell-comctl32-da-l1-1-0 (在 Windows 10 版本 10.0.14393 中引入) |