Function ProQuiltdataGet
Description
Retrieves information from the quilt data structure.
Synopsis
#include <ProQuiltdata.h>
ProQuiltdataGet
(
ProQuiltdata* p_quilt_data
/* (In)
The quilt data structure
*/
int* p_quilt_id
/* (Out)
The quilt identifier
*/
)
Returns
The function successfully retrieved the information.
One or more of the arguments are invalid.
Sample Code References
User Guide References
¿Fue esto útil?