String LicenseCode;
- LicenseCode
- String - license code string received from C Systems
HRESULT put_LicenseCode( [in] BSTR bstrLicenseCode );
- bstrLicenseCode
- [in] BSTR - license code string received from C Systems
void SetLicenseCode( const std::string& sLicenseCode );
- sLicenseCode
- std::string - license code string received from C Systems
- Back to API - WebArchiveX Website - C Systems Website -