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 で導入) |