Category
Drawings and detail
, Object
ProDtlgroupdata
Function ProDtlgroupdataFree
Description
Release memory allocated by
ProDtlgroupdataAlloc.
Synopsis
#include <
ProDtlgroup.h
>
ProError
ProDtlgroupdataFree
(
ProDtlgroupdata
groupdata
/* (In)
The group data.
*/
)
Returns
PRO_TK_NO_ERROR
The function successfully release memory.
PRO_TK_BAD_INPUTS
Bad input argument.
Manual References:
Drawings: Detail Group Data
Drawings: Detail Group Data
Sample Code References:
pt_examples ( TestDtlgroup.c )
pt_examples ( TestDtlgroup.c )
pt_examples ( TestDtlgroup.c )
pt_examples ( TestDtlgroup.c )
pt_examples ( TestDtlgroup.c )
pt_userguide ( UgDtlgroupExamples.c )