Share via


g_oalLogMask (Compact 2013)

10/16/2014

This global variable exports the global trace mask used by the OAL trace macros. g_oalLogMask is no longer supported in Windows Embedded Compact 2013. This information is now stored in the DBGPARAM structure.

Syntax

extern UINT32 g_oalLogMask;

Parameters

None.

Return Value

Remarks

g_oalLogMask sets the trace zone mask.

Requirements

Header

oal_log.h

Library

Developer Implemented

See Also

Reference

Logging Global Variables