Share via


CallEdbgSetDebug

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

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

Syntax

BOOL CallEdbgSetDebug(
  DWORD ZoneMask
);

Parameters

  • ZoneMask
    [in] Specifies the debug zone mask.

Return Value

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

Header halether.h
Library hal.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

CallEdbgSend
CallEdbgRecv