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>
ProDtlnotedataAlloc
(
ProMdl owner
/* (In)
The owner model of the note
*/
ProDtlnotedata* notedata
/* (Out)
The note data.
*/
)
Returns
The function successfully allocated memory.
One or more arguments was invalid.
Not enough memory.
Sample Code References
User Guide References
도움이 되셨나요?