API 설명서 > Features > Object ProFeature > Function ProFeatureStatusflagsGet
Function ProFeatureStatusflagsGet
Description
Retrieves the bit status flag(s) of specified feature.
Replacement in Object TOOLKIT:
Synopsis
#include <ProFeature.h>
ProFeatureStatusflagsGet
(
ProFeature* p_feat_handle
/* (In)
The feature handle.
*/
unsigned int* p_status
/* (Out)
The feature status bit flag(s).
*/
)
Returns
The function successfully feature status flag(s).
The input argument is invalid.
User Guide References
도움이 되셨나요?