Partager via


CKato::SetItemData (Windows CE 5.0)

Send Feedback

This method associates a 32-bit application-specific value with the CKato object that can later be retrieved by the CKato::GetItemData method.

BOOL SetItemData(DWORDdwItemData ); 

Parameters

  • dwItemData
    32-bit value to be associated with the CKato object.

Return Values

Nonzero if successful; otherwise, zero.

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 a 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

CKato (C++) | CKato::GetItemData

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.