Share via


TEXT_DOCUMENT_ARRAY Structure

An array of IDebugDocumentText Interface objects. Members are allocated with CoTaskMemAlloc.

Syntax

typedef struct tagTEXT_DOCUMENT_ARRAY{    DWORD dwCount;    [size_is(dwCount)] IDebugDocumentText **Members;} TEXT_DOCUMENT_ARRAY;  

Members

dwCount
The number of documents.

Members
The set of documents.

See also

Active Script Debugger Constants, Enumerations, and Structures