Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

Feedback

Was this page helpful?

Additional resources