KatoGetDefaultObject
This function provides applications with a method of creating and using a global Kato object.
HKATO KatoGetDefaultObject (void);
Parameters
None.
Return Values
Returns a handle to a CKato object if successful; otherwise, NULL.
Remarks
The first time this function is called, a CKato object is created and returned. For each additional call, the same CKato object is returned. This is useful when applications have several independent components, threads, or libraries that all need to create and use a single CKato object. You can cast the HKATO return value to a CKato pointer when using the C++ interface. Applications should not delete the default CKato object.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Kato.h.
Link Library: Kato.lib.
See Also
Last updated on Friday, October 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.