Table of Contents

MkNodeID

Creates an item type value

Synopsis

int32 MkNodeID( uint8 a , uint8 b )

Description

This macro creates an item type value, a 32-bit value that specifies an item type and the folio in which the item type is defined. This value is required by other procedures that deal with items, such as CreateItem() and FindItem().

Arguments

Return Value

The macro returns an item type value or an error code (a negative value) if an error occurs.

Implementation

Macro implemented in nodes.h V20.

Associated Files

See Also

CreateItem(), FindItem(), FindNamedItem(), FindVersionedItem()