Description | ||||||||||||||
Collect text lines in the specified note. | ||||||||||||||
Replacement in Object TOOLKIT: | pfcDetailNoteInstructions::TextLines | |||||||||||||
Synopsis | ||||||||||||||
#include <ProDtlnote.h> | ||||||||||||||
ProError | ProDtlnotedataLinesCollect | ( | ||||||||||||
ProDtlnotedata notedata | ||||||||||||||
/* (In) | ||||||||||||||
The note data. | ||||||||||||||
*/ | ||||||||||||||
ProDtlnoteline** lines | ||||||||||||||
/* (Out) | ||||||||||||||
The ProArray of text lines. The function allocates memory for the array. User must release memory by ProArrayFree. | ||||||||||||||
*/ | ||||||||||||||
) | ||||||||||||||
Returns | ||||||||||||||
|