次の方法で共有


OALLogSetZones (Compact 2013)

10/16/2014

This function updates the current trace zone mask.

Syntax

void OALLogSetZones(
  UINT32 zones
);

Parameters

  • zones
    [in] Specifies the trace zones to be logged. See OAL Trace Zones for descriptions of the valid trace zones. The trace zones can be combined in this argument using Boolean operators.

Return Value

None.

Requirements

Header

oal_log.h

Library

Developer Implemented

See Also

Reference

Logging Functions