IsCeLogZoneEnabled (Windows CE 5.0)

Send Feedback

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

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

Parameters

  • ZoneCE
    Defines the zone that is enabled.

Return Values

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

OS Versions: Windows CE 5.0 and later.
Header: Pkfuncs.h

See Also

CeLogData | IsCeLogStatus | IsCeLogEnabled | CeLog Flags

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.