ParseResultsEx is a function used to parse most xml return values from the QLM web service.
To call ParseResultsEx from C++:
ILicenseInfoPtr li(__uuidof(LicenseInfo));
CComBSTR bstrMessage;
if (license->ParseResultsEx(_bstr_t(bstrResponse), li, &bstrMessage) == VARIANT_TRUE)
{
// Access any of the pLicenseInfo properties
}
Comments
0 comments
Article is closed for comments.