Platforms to show: All Mac Windows Linux Cross-Platform

Back to HASPHLDMBS class.

Previous items Next items

HASPHLDMBS.HASP_LOCAL_COMM_ERR = 33

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Communication error between API and local Sentinel HASP License Manager.

HASPHLDMBS.HASP_MEM_RANGE = 1

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Request exceeds memory range of a HASP file.

HASPHLDMBS.HASP_MIN_BLOCK_SIZE = 16

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Minimum block size for encrypt and decrypt functions.

HASPHLDMBS.HASP_MIN_BLOCK_SIZE_LEGACY = 8

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Minimum block size for legacy encrypt and legacy decrypt functions.

HASPHLDMBS.HASP_MISSING_LM = 80

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 15.4
One of the HASP error codes.

The Sentinel License Manager is required for this operation

HASPHLDMBS.HASP_NET_DLL_BROKEN = 652

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 15.4
One of the HASP error codes.

Dot-Net DLL found broken

HASPHLDMBS.HASP_NEXT_FREE_VALUES = 5001

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Next free error code.

HASPHLDMBS.HASP_NOT_IMPL = 698

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Requested function not implemented.

HASPHLDMBS.HASP_NO_ACK_SPACE = 26

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Acknowledge data requested by update, but ack_data parameter is NULL.

HASPHLDMBS.HASP_NO_API_DYLIB = 400

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

API dispatcher: API for this Vendor Code was not found.

HASPHLDMBS.HASP_NO_BATTERY_POWER = 25

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Real-time clock battery out of power.

HASPHLDMBS.HASP_NO_DETACHABLE_FEATURE = 67

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 15.4
One of the HASP error codes.

No detachable feature exists.

HASPHLDMBS.HASP_NO_DRIVER = 14

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Required driver not installed.

HASPHLDMBS.HASP_NO_EXTBLOCK = 600

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Internal use: no classic memory extension block available.

HASPHLDMBS.HASP_NO_LOG = 32

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Access log not enabled.

HASPHLDMBS.HASP_NO_TIME = 12

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Real-time clock (rtc) not available.

HASPHLDMBS.HASP_NO_VLIB = 48

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Unable to find Vendor library.

HASPHLDMBS.HASP_OLD_DRIVER = 11

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Installed driver or daemon too old to execute function.

HASPHLDMBS.HASP_OLD_LM = 42

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Sentinel HASP License Manager version too old.

HASPHLDMBS.HASP_OLD_VLIB = 56

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

Vendor library version too old.

HASPHLDMBS.HASP_OPERATION_FAILED = 525

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
One of the HASP error codes.

.NET API: Incorrect use of system or platform

HASPHLDMBS.HASP_PROGNUM_DEFAULT_FID = &hffff0000

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: The HASP default Feature ID

Available in every legacy HASP hardware key.

HASPHLDMBS.HASP_PROGNUM_FEATURETYPE = &hffff0000

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number Feature" type

After AND-ing with HASP_FEATURETYPE_MASK the Feature type contain this value.

HASPHLDMBS.HASP_PROGNUM_MASK = &h000000ff

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number Mask"

AND-mask used to extract the Program Number from a "prognum" Feature ID.

HASPHLDMBS.HASP_PROGNUM_OPT_CLASSIC = &h00001000

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number" option

Enables the API to access "classic" (HASP4 or earlier) keys.

HASPHLDMBS.HASP_PROGNUM_OPT_MASK = &h0000ff00

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number Options" mask.

AND-mask used to identify Program Number options:

  • HASP_PROGNUM_OPT_NO_LOCAL
  • HASP_PROGNUM_OPT_NO_REMOTE
  • HASP_PROGNUM_OPT_PROCESS
  • HASP_PROGNUM_OPT_CLASSIC
  • HASP_PROGNUM_OPT_TS

3 bits of the mask are reserved for future extensions and currently unused.
Initialize them with zero.

HASPHLDMBS.HASP_PROGNUM_OPT_NO_LOCAL = &h00008000

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number" option

Disables the search for local licenses.

HASPHLDMBS.HASP_PROGNUM_OPT_NO_REMOTE = &h00004000

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number" option

Disables the search for network licenses.

HASPHLDMBS.HASP_PROGNUM_OPT_PROCESS = &h00002000

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number" option

Sets session count of network licenses to "per-process".

HASPHLDMBS.HASP_PROGNUM_OPT_TS = &h00000800

Type Topic Plugin Version
const Dongle MBS Dongle Plugin 11.1
Legacy HASP HL Run-time API: "Program Number" option

Ignores the presence of terminal servers.

Previous items Next items

The items on this page are in the following plugins: MBS Dongle Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...