IsCeLogStatus (Windows CE 5.0)

Send Feedback

This macro determines if CeLog is loaded with a particular status.

#define IsCeLogStatus(Status)  ((UserKInfo[KINX_CELOGSTATUS] & (Status)) != 0)

Parameters

  • Status
    Defines the status with which CeLog is loaded.

Return Values

None.

Remarks

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

Requirements

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

See Also

CeLogData | IsCeLogEnabled | IsCeLogZoneEnabled

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.