company logo

Key :: Key - Constructor

A key handle is constructed with the key area passed to the handle.

Implementation overview

Implementation details

  1. Create key from area
    Key  :: Key ( char *keyarea )
    • keyarea - Key area
  2. to list
  3. - internal feature (not documented)
    Key  :: Key ( char *key_area )
    • key_area - Internal key instance area

      Address of internal Key Instance. A buffer of the key (user-data) combined with the Structure index of the key.

      Notes:

      MUST remain const char *

  4. to list