g_oalLogMask (Windows Embedded CE 6.0)
1/5/2010
This global variable exports the global trace mask used by the OAL trace macros. g_oalLogMask is no longer supported in Windows Embedded CE 6.0. 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 |
Windows Embedded CE | Windows CE 5.0 and later |