Skip to content

mdz_ansi_16_init

Maksym Dzyubenko edited this page Sep 20, 2024 · 1 revision

Initializes mdz_ansi_16 library and license. This function should be called before any other function of the library.

mdz_bool mdz_ansi_16_init(
  const unsigned long* pnFirstNameHash,
  const unsigned long* pnLastNameHash,
  const unsigned long* pnEmailHash,
  const unsigned long* pnLicenseHash);

Parameter Description
pnFirstNameHash user first name hash code
pnLastNameHash user last name hash code
pnEmailHash user e-mail hash code
pnLicenseHash license hash code
Return Description
mdz_true if the initialization succeeded, otherwise mdz_false
mdz_ansi_16 API Reference is generated using mdzApiRefGenerator.