Share via


CKato::GetItemData (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the 32-bit application-specific value set by the CKato::SetItemData method.

Syntax

DWORD GetItemData (void);

Parameters

None.

Return Value

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

Remarks

In an application, you can use the CKato::SetItemData and CKato::GetItemData methods 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
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

CKato (C++)