Share via


KatoGetItemData (Compact 2013)

3/26/2014

This function retrieves the 32-bit application-specific value set by KatoSetItemData.

Syntax

DWORD KatoGetItemData(
  HKATO hKato
);

Parameters

  • hKato
    Handle to a CKato object.

Return Value

A 32-bit application-specific value associated with the specified CKato object.

Remarks

In an application, you can use the KatoSetItemData function and KatoGetItemData function to associate application-specific data with a CKato object. This could be a single value, a pointer to some structure of data, a next pointer for a linked list, and so on.

Requirements

Header

kato.h

Library

kato.lib

See Also

Concepts

C Interface for Kato