私は1つの機能を持っています
int C_MORPHO_Device::Capture(C_MORPHO_TemplateList& o_x_Template);
I C_MORPHO_TemplateList::GetTemplate ( UC i_uc_indexTemplate,
T_MORPHO_TYPE_TEMPLATE & o_uc_typTemplate,
UL & o_ul_lenTemplate,
PUC & o_puc_dataTemplate,
UC & i_uc_dataIndex
)
o_x_Template
をパラメーターとして関数に渡す方法Capture
。
C_MORPHO_Device Capture;
Capture.Capture(C_MORPHO_TemplateList& o_x_Template);