我有一个功能
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);