KCML_DecodeMagicToType

Purpose

Convert magic connection/handle/symbol number to type integer

Definition

DEFSUB 'KCML_DecodeMagicToType(MagicIn) AS KDB_DECODE_MAGIC_ENUM

Parameters

MagicInMagic number

Description

The types are defined as the internal KCML constants _KDB_MAGIC_CONNECTION, _KDB_MAGIC_HANDLE and _KDB_MAGIC_SYMBOL.

See also

Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.