Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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