Category
Drawings and detail
, Object
ProDtlnotetext
Function ProDtlnotetextAlloc
Description
Allocate memory for the note text data. User must free memory with
ProDtlnotetextFree
().
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotetextAlloc
(
ProDtlnotetext
*
text
/* (Out)
The note data handle
*/
)
Returns
PRO_TK_NO_ERROR
Success
PRO_TK_OUT_OF_MEMORY
The function can't allocate memory
Manual References:
Drawings: Detail Note Text Data
Drawings: Detail Note Text Data
Sample Code References:
pt_examples ( TestDtlnote.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )