Function ProIntfDataQuiltCount
Description
Determines the number of quilts in the interface data.
Synopsis
#include <ProIntfData.h>
ProIntfDataQuiltCount
(
ProIntfData* p_intfdata
/* (In)
The interface data
*/
int* n_quilts
/* (Out)
The number of quilts
*/
)
Returns
The function successfully evaluated the number of quilts.
The input argument is invalid.
Sample Code References
User Guide References
도움이 되셨나요?