KatoGetDefaultObjectEx (Compact 2013)

3/26/2014

This function provides applications with a method to create and use a global Kato object.

Syntax

HKATO KatoGetDefaultObjectEx (DWORD dwFlags);

Parameters

  • dwFlags
    Reserved for future use. This parameter must be set to 0 (zero).

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 must not delete the default CKato object.

Requirements

Header

kato.h

See Also

Concepts

Common Functions for C and C++ Interfaces