SoftwareShield ClientProtector COM Component
> ClientProtector
(SSCProtector) Reference > GetUserAddressX
GetUserAddress1, GetUserAddress2, GetUserAddress3The GetUserAddress1, GetUserAddress2 and GetUserAddress3 functions retrieve the User Address field (1, 2 or 3) stored in the currently loaded license. Syntax
ParametersUserAddressX [OUT] Wide character string which will return with the (corresponding) User Address field stored in the currently loaded license. RemarksThe GetUserAddress1, GetUserAddress2 and GetUserAddress3 functions retrieve the User Address field (1, 2 or 3) stored in the currently loaded license. If the field is not set, the string returns empty. These fields are dynamically allocated strings and have no declared maximum length. The theoretical maximum length of these string values is 2GB (two gigabytes). In practice this means that the maximum length of these strings 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
|