Function ProQuiltdataTypeGet
Description
Retrieves quilt type as PRO_BODY or PRO_QUILT.
Synopsis
#include <ProQuiltdata.h>
ProQuiltdataTypeGet
(
ProQuiltdata* p_quilt_data
/* (In)
The quilt data.
*/
ProType* p_body_or_quilt
/* (Out)
Type as PRO_BODY or PRO_QUILT
*/
)
Returns
The function successfully retrieved the type.
One or more of the arguments are invalid.
User Guide References
도움이 되셨나요?