Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This function is called to change the current logging zones.

Syntax

void CeLogSetZones(
  DWORD 
dwZoneUser, 
  DWORD 
dwZoneCE, 
  DWORD 
dwZoneProcess 
);

Parameters

dwZoneUser

[in] Indicates the user zones to be logged. The hexadecimal bit mask lets each bit represent a zone to log for user-defined zones.

dwZoneCE

[in] Indicates the operating system (OS) zones to be logged. The hexadecimal bit mask lets each bit represent a zone to log for OS-defined zones. The default value is 0xFFBFFFFF (KCALLS off).

dwZoneProcess

[in] Indicates the processes to be logged. The hexadecimal bit mask lets each bit represents a process for which to log events. The default value is 0xFFFFFFFF (all processes).

Return Value

None.

Remarks

If the bit is set, the zone or process is logged.

Requirements

Header celog.h
Library coredll.lib
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

CeLogGetZones
CeLog Zones

Other Resources