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
도움이 되셨나요?
이 사이트는 JavaScript를 사용할 때 가장 잘 작동합니다.