SoftwareShield
ClientProtector COM Component > ClientProtector (SSCProtector) Reference >
GetUDNumber
GetUDNumberThe GetUDNumber function retrieves one of the user defined numbers stored in the license based on an index. Syntax
ParametersIndex [IN] Numeric index (0 to 4 inclusive) corresponding the user defined number field stored in the license which you wish to retrieve.
UDNumber [OUT] This is a (pointer to a) 32-bit numeric value which will return with the user defined field value corresponding to the index parameter. RemarksThe GetUDNumber function retrieves one of the user defined numbers stored in the license based on an index. If the index passed is not in range (0 to 4 inclusive) the result is undefined. 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
|