DPA_FastGetPtr宏 (dpa_dsa.h)
取得動態指標陣列中指定指標的值, (DPA) 。
語法
void DPA_FastGetPtr(
[in] hdpa,
[in] i
);
參數
[in] hdpa
現有 DPA 的控制碼。
[in] i
DPA 專案的索引。
傳回值
無
備註
不同于函 式DPA_GetPtr,宏 DPA_FastGetPtr 不會驗證參數。 如果 DPA_FastGetPtr 中指定的索引超出範圍,則行為未定義。
需求
最低支援的用戶端 | Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 | Windows Server 2008 [僅限傳統型應用程式] |
目標平台 | Windows |
標頭 | dpa_dsa.h |