Function ProIntfDataQuiltGet
Description
Retrieves the specified quilt from the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataQuiltGet
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int index
/* (In)
The index (from 0 to (number - 1) of the quilt in the interface data
*/
ProQuiltdata** pp_quiltdata
/* (Out)
The quilt. Release the memory using ProQuiltdataMemoryFree
*/
)
Returns
The function successfully found the quilt.
Insufficient memory.
One or more of the input arguments are invalid.
Sample Code References
User Guide References
Isto foi útil?