Share via


KatoCreate (Compact 2013)

3/26/2014

This function creates a CKato object and returns a handle to it.

Syntax

HKATO KatoCreate(
  LPCTSTR szName
);

Parameters

  • szName
    Address of ANSI or UNICODE string that specifies the name of the newly created CKato object. This parameter may be NULL if no name is desired.

Return Value

Returns a handle to a new CKato object if successful; otherwise, NULL.

Remarks

Multiple CKato objects can be created within a single application if that application needs to log separate streams independently.

Requirements

Header

kato.h

Library

kato.lib

See Also

Concepts

C Interface for Kato