UF_SPS_choice_cb_f_t (²é¿´Ô´´úÂë)
¶¨ÒåÔÚ: uf_spsd.h
¸ÅÊö
UF_SPSD_choice_cb_f_t :
Callback prototype for the SPSD Logic Step Choice.
Input:
xml_param – An optional character string found in the XML param
element.
The wizard author may place any character string
in the XML element.
callback_data_p – Reserved for future definition.
Intended to contain information about the wizard
Output:
None
Returns
Logical - True == Choose this Choice for the Logic Step.
False == Skip this choice for the Logic Step.
»·¾³
Internal only
²Î¼û
None
ÀúÊ·
This function was originally released in NX3.
int UF_SPS_choice_cb_f_t
(
const char* xml_param,
UF_SPSD_callback_data_p_t callback_data_p
)