ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / HASP key functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
HaspHLInfo (Function)
In french: HaspHLInfo
Returns information about the electronic Hasp key.
Example
Trace("Information about the key:")
Trace(HaspHLInfo(EDT_Session_ID, haspInfoKey))
Trace("Information about the session:")
Trace(HaspHLInfo(EDT_Session_ID, haspInfoSession))
Syntax
<Result> = HaspHLInfo(<Session identifier> , <Information> [, <File identifier>])
<Result>: String or integer (depending on the requested information)
Retrieved information.
<Session identifier>: Integer
Identifier of the Hasp session, returned by HaspHLLogin.
<Information>: Integer constant
Information to retrieve:
haspInfoFileSize<Result> is an integer corresponding to the size (in bytes) of the file whose identifier corresponds to <File identifier>.
haspInfoKey<Result> is a character string containing the information about the electronic key in XML format.
haspInfoSession<Result> is a character string containing the information about the Hasp session in XML format.
<File identifier>: Optional integer or optional Integer constant
Identifier of the file whose size needs to be calculated. This identifier can correspond to:
  • an integer.
  • one of the following constants:
    haspLicenseFile"License area" file of the key.
    haspMainFile"Main memory area" file of the key.
Component: wd290rtf.dll
See also
Minimum version required
  • Version 15
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 05/26/2022

Send a report | Local help