CeLogSetZones (Windows CE 5.0)

Send Feedback

This function is called to change the current logging zones.

void CeLogSetZones(DWORDdwZoneUser,DWORDdwZoneCE,DWORDdwZoneProcess );

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 Values

None.

Remarks

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

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Celog.h.
Link Library: Coredll.lib.

See Also

Setting CeLog Zones Programmatically | CeLogGetZones | CeLog Zones

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.