Share via


CKato::CKato (Windows Embedded CE 6.0)

1/6/2010

This method constructs a new CKato object.

Syntax

CKato(
  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 pointer 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
Windows Embedded CE Windows CE 3.0 and later

See Also

Concepts

CKato (C++)