Partager via


KatoGetItemData (Windows CE 5.0)

Send Feedback

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

DWORD KatoGetItemData(HKATO hKato ); 

Parameters

  • hKato
    Handle to a CKato object.

Return Values

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

OS Versions: Windows CE 3.0 and later.
Header: Kato.h.
Link Library: Kato.lib.

See Also

C Interface for Kato | KatoSetItemData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.