API 文件集
>
Drawings and detail
>
Object ProDtlnotedata
> Function ProDtlnotedataAlloc
Function ProDtlnotedataAlloc
Description
Allocate and initialize memory for note data. User must release memory by
ProDtlnotedataFree.
Synopsis
#include <
ProDtlnote.h
>
ProError
ProDtlnotedataAlloc
(
ProMdl
owner
/* (In)
The owner model of the note
*/
ProDtlnotedata
* notedata
/* (Out)
The note data.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully allocated memory.
PRO_TK_BAD_INPUTS
One or more arguments was invalid.
PRO_TK_OUT_OF_MEMORY
Not enough memory.
Sample Code References
pt_examples ( TestDtlnote.c )
pt_userguide ( UgDtlnoteExamples.c )
pt_userguide ( UgDtlsymdefExamples.c )
pt_userguide ( UgNoteCreate.c )
User Guide References
Detail Note Data:ProDtlnotedataAlloc
Parent topic
Object ProDtlnotedata
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳