Skip to content

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

@binglew

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

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