DPASTREAMINFO structure (dpa_dsa.h)
Contains a stream item used by the PFNDPASTREAM callback function.
Syntax
typedef struct _DPASTREAMINFO {
int iPos;
void *pvItem;
} DPASTREAMINFO;
Members
iPos
Type: int
An index of the item in the DPA.
pvItem
Type: void*
A void pointer to the item data.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | dpa_dsa.h |