Share via


CallEdbgSetDebug (Windows CE 5.0)

Send Feedback

This function controls the debug print output for a KITL subsystem.

BOOL CallEdbgSetDebug(DWORDZoneMask);

Parameters

  • ZoneMask
    [in] Specifies the debug zone mask.

Return Values

Returns TRUE if the call was successful; otherwise, returns FALSE.

Remarks

This function is used to control debug messages that are written to the debug serial port based on the value specified in the ZoneMask parameter.

For more information about KITL debug zone definitions, see %_WINCEROOT%\Public\Common\Oak\Inc\Kitlprot.h.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Halether.h.
Link Library: Hal.lib.

See Also

CallEdbgSend | CallEdbgRecv

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.