Exemplo n.º 1
0
HRESULT __stdcall CKernel::AFM_dip_for_show(/*[in]*/long nargout, /*[in,out]*/VARIANT*
        image_show_buffer, /*[in,out]*/VARIANT*
        im_buffer, /*[in]*/VARIANT im_buffer_in1,
        /*[in]*/VARIANT point_now_x, /*[in]*/VARIANT
        point_now_y) {
    return( CallComFcn( "AFM_dip_for_show", (int) nargout, 2, 3, image_show_buffer,
                        im_buffer, &im_buffer_in1, &point_now_x, &point_now_y ) );
}
Exemplo n.º 2
0
HRESULT __stdcall CKernel::AFM_dip_show_image(/*[in]*/long nargout, /*[in,out]*/VARIANT*
        out, /*[in]*/VARIANT imHL, /*[in]*/VARIANT
        imHR, /*[in]*/VARIANT imEL, /*[in]*/VARIANT
        imER, /*[in]*/VARIANT point_now_x,
        /*[in]*/VARIANT point_now_y,
        /*[in]*/VARIANT str) {
    return( CallComFcn( "AFM_dip_show_image", (int) nargout, 1, 7, out, &imHL, &imHR,
                        &imEL, &imER, &point_now_x, &point_now_y, &str ) );
}
Exemplo n.º 3
0
HRESULT __stdcall CKernel::StringEval(/*[in]*/long nargout, /*[in,out]*/VARIANT* out_str,
        /*[in,out]*/VARIANT* out_data, /*[in]*/VARIANT
        in_str, /*[in]*/VARIANT in_data) {
    return( CallComFcn( "StringEval", (int) nargout, 2, 2, out_str, out_data, &in_str,
                        &in_data ) );
}
Exemplo n.º 4
0
HRESULT __stdcall CKernel::AFM_show_indent_data() {
    return( CallComFcn( "AFM_show_indent_data", 0, 0, 0 ) );
}
Exemplo n.º 5
0
HRESULT __stdcall CKernel::AFM_scan_set_ROI(/*[in]*/long nargout, /*[in,out]*/VARIANT*
        position, /*[in]*/VARIANT im_buffer,
        /*[in]*/VARIANT position_in1) {
    return( CallComFcn( "AFM_scan_set_ROI", (int) nargout, 1, 2, position, &im_buffer,
                        &position_in1 ) );
}
Exemplo n.º 6
0
HRESULT __stdcall CKernel::AFM_dip_show_image_from_txt() {
    return( CallComFcn( "AFM_dip_show_image_from_txt", 0, 0, 0 ) );
}
Exemplo n.º 7
0
HRESULT __stdcall CClass1::steelfault(/*[in]*/long nargout, /*[in,out]*/VARIANT* out,
        /*[in]*/VARIANT in) {
    return( CallComFcn( "steelfault", (int) nargout, 1, 1, out, &in ) );
}
Exemplo n.º 8
0
HRESULT __stdcall Class1::doge() {
  return( CallComFcn( "doge", 0, 0, 0 ) );
}