Skip to content

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

Description

@binglew

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions