SoftwareShield
ClientProtector COM Component >
ClientProtector (SSCProtector) Reference
> GetCoName
GetCoNameThe GetCoName function retrieves the Company Name field stored in the currently loaded license. Syntax
ParametersCoName [OUT] Wide character string which will return with the company name from the currently loaded license. RemarksThe GetCoName function retrieves the Company Name field stored in the currently loaded license. If the Company Name field is not set, the string returns empty. This field is a dynamically allocated string and has no declared maximum length. The theoretical maximum length of this string value is 2GB (two gigabytes). In practice this means that the maximum length of this string is limited only by the amount of memory available to your application. Return ValueAs with all COM function calls they return an HRESULT. HRESULT is a data type that is a 32-bit error or warning code. Check your compilers documentation for information on interpreting the HRESULT value. Function Information
|