共用方式為


DPA_AppendPtr巨集(dpa_dsa.h)

在動態指標陣列 (DPA) 的結尾插入新專案。

語法

int DPA_AppendPtr(
   HDPA hdpa,
   void *pitem
);

參數

hdpa

DPA 的句柄。

pitem

要插入之專案的指標。

傳回值

類型:int

如果附加動作失敗,則傳回新專案或 -1的索引。

言論

附注 此巨集包裝 DPA_InsertPtr 函式。
 

要求

要求 價值
最低支援的用戶端 Windows Vista [僅限傳統型應用程式]
支援的最低伺服器 Windows Server 2008 [僅限傳統型應用程式]
目標平臺 窗戶
標頭 dpa_dsa.h