CeLogGetZones (Windows CE 5.0)

Send Feedback

This function is called to determine the zones that are currently set and the zones that the kernel supports.

BOOL CeLogGetZones(LPDWORDlpdwZoneUser,LPDWORDlpdwZoneCE,LPDWORDlpdwZoneProcess,LPDWORDlpdwAvailableZones);

Parameters

  • lpdwZoneUser
    [in] User-defined zones that are currently active. This parameter can be NULL if it is not desired.
  • lpdwZoneCE
    [in] The predefined system zones that are currently active on the device. This parameter can be NULL if it is not desired.
  • lpdwZoneProcess
    [in] The processes that are currently being logged. This parameter can be NULL if it is not desired.
  • lpdwAvailableZones
    [in] Indicates which zones are supported by the kernel. This parameter can be NULL if it is not desired.

Return Values

This function returns TRUE if the zone settings are successfully queried, and returns FALSE otherwise.

Remarks

CeLogGetZones allows the UI that tracks the zones to determine if the zones are being enabled and disabled over time, and also determines which zones a user can enable and disable.

Requirements

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

See Also

Setting CeLog Zones Programmatically | CeLogSetZones | CeLog Zones

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.