You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Thanks for the great module. but I' m using a com object which will return another com object's address through it's output parameter. so how can I write the equivalent code in node.js?
Hello,
Thanks for the great module. but I' m using a com object which will return another com object's address through it's output parameter. so how can I write the equivalent code in node.js?
//C++ sample code:
sub_com_obj_type *pSubComObj;
pComObj->getSubObj(&pSubComObj);
pSubComObj->doSomeThing();
Thanks,
Bingle
The text was updated successfully, but these errors were encountered: