DPA_SetPtrCount マクロ (dpa_dsa.h)
動的ポインター配列 (DPA) 内のポインターの数を設定します。
構文
int DPA_SetPtrCount(
[in] HDPA hdpa,
[in] int cItems
);
パラメーター
[in] hdpa
既存の DPA へのハンドル。
[in] cItems
DPA 内の項目の数。
戻り値
型: int
DPA に含まれるポインター (要素) の数を返します。
必要条件
要件 | 価値 |
---|---|
サポートされる最小クライアント | Windows 7 [デスクトップ アプリのみ] |
サポートされる最小サーバー | Windows Server 2008 R2 [デスクトップ アプリのみ] |
ターゲット プラットフォーム の |
ウィンドウズ |
ヘッダー | dpa_dsa.h |