An array of IDebugDocumentText Interface objects. Members are allocated with CoTaskMemAlloc.
typedef struct tagTEXT_DOCUMENT_ARRAY{ DWORD dwCount; [size_is(dwCount)] IDebugDocumentText **Members;} TEXT_DOCUMENT_ARRAY;
- dwCount
The number of documents.
- Members
The set of documents.