Share via


KatoGetDefaultObject (Windows Embedded CE 6.0)

1/6/2010

This function provides applications with a method of creating and using a global Kato object.

Syntax

HKATO KatoGetDefaultObject (void);

Parameters

None.

Return Value

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

Header kato.h
Library kato.lib
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

Common Functions for C and C++ Interfaces