CeLogSetZones (Windows Embedded CE 6.0)

1/6/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

See Also

Reference

CeLog Event Tracking Functions
CeLogGetZones
CeLog Zones

Other Resources

Setting CeLog Zones Programmatically