DPASTREAMINFO 構造体 (dpa_dsa.h)
PFNDPASTREAM コールバック関数で使用されるストリーム項目を格納します。
構文
typedef struct _DPASTREAMINFO {
int iPos;
void *pvItem;
} DPASTREAMINFO;
メンバー
iPos
型: int
DPA 内の項目のインデックス。
pvItem
型: void*
アイテム データへの void ポインター。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows Vista [デスクトップ アプリのみ] |
サポートされている最小のサーバー | Windows Server 2003 (デスクトップ アプリのみ) |
Header | dpa_dsa.h |