Share via


IsCeLogZoneEnabled (Windows Embedded CE 6.0)

1/5/2010

This macro determines if CeLog is loaded with a general status and if one of the zones is enabled.

Syntax

#define IsCeLogZoneEnabled(ZoneCE)
  (IsCeLogEnabled(CELOGSTATUS_ENABLED_GENERAL, (ZoneCE)))

Parameters

  • ZoneCE
    Defines the zone that is enabled.

Return Value

None.

Remarks

This macro can be used to determine whether to make a call to CeLogData. This allows applications to quickly skip the call if CeLog is not enabled or if CeLog is not gathering the right type of data.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE 5.0 and later

See Also

Reference

OAL Macros
IsCeLogStatus
IsCeLogEnabled
CeLog Flags

Other Resources

CeLogData