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
程式庫 Comctl32.lib
Dll ComCtl32.dll
API 集合 ext-ms-win-shell-comctl32-da-l1-1-0 (Windows 10 10.0.14393 版)