API Documentation > Drawings and detail > Object ProDtlnotedata > Function ProDtlnotedataAttachmentGet
Function ProDtlnotedataAttachmentGet
Description
Gets an attachment for the specified note.
Replacement in Object TOOLKIT:
Synopsis
#include <ProDtlnote.h>
ProDtlnotedataAttachmentGet
(
/* (In)
The note data.
*/
ProDtlattach* attachment
/* (Out)
The note attachment. Release memory using ProDtlattachFree
*/
)
Returns
The function successfully retrieved the note attachment.
One or more arguments was invalid.
Not enough memory.
Sample Code References
User Guide References
Was this helpful?