Function ProDtlgroupdataAlloc
Description
Allocate and initialize memory for group data. User must release memory using ProDtlgroupdataFree.
Synopsis
#include <ProDtlgroup.h>
ProDtlgroupdataAlloc
(
ProDrawing drawing
/* (In)
The drawing handle.
*/
ProName name
/* (In)
Name of group.
*/
ProDtlgroupdata* groupdata
/* (Out)
group data handle.
*/
)
Returns
The function successfully allocate memory.
Bad input argument.
Not enough memory for allocation.
Sample Code References
User Guide References
¿Fue esto útil?