Hi
I have an application where I provide the UNID of a document as parameter.
The C++ program should then fetch the document with this UNID and add a value.
The problem is, how do I have to initiate the LNUniversalID class?
LNUniversalID unid( “myuniversalid”);
status = GetDocument( UNID *unid, &doc );
This statement doesnt work.
Could somebody tell me how to do it?
Thank you very much.
P.S. That’s my first C++ API project so I’m sorry if the solution is obvious…
Regards,
Chris