Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node.js equivalent when com api returns com object #21

Open
binglew opened this issue Jul 28, 2015 · 0 comments
Open

node.js equivalent when com api returns com object #21

binglew opened this issue Jul 28, 2015 · 0 comments

Comments

@binglew
Copy link

binglew commented Jul 28, 2015

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant