Author:gehairing
Posted: Mon Feb 22, 2016 11:00 am (GMT+1)
Thank you for the answer...but i don't understand what you mean.
Do you mean the ownUnID can give me an element from wich i can extract typeID and VariationID ?
I have tried playing around with something like this :
But because i don't really know what it means i can't say why it doesn't work![Laughing]()
Posted: Mon Feb 22, 2016 11:00 am (GMT+1)
Thank you for the answer...but i don't understand what you mean.
Do you mean the ownUnID can give me an element from wich i can extract typeID and VariationID ?
I have tried playing around with something like this :
Code: |
GS::UniString s = libPart.ownUnID; GS::Guid gs_guid(s); API_Element element; BNZeroMemory (&element, sizeof (API_Element)); element.header.guid = GSGuid2APIGuid (gs_guid); GSErrCode err = ACAPI_Element_Get(&element); if(err == NoError) { typeID = element.header.typeID; variationID = element.header.variationID; } |
But because i don't really know what it means i can't say why it doesn't work
