OALLogSetZones (Windows Embedded CE 6.0)
1/5/2010
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 |
Windows Embedded CE | Windows CE 5.0 and later |