Share via


CallEdbgSetDebug

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

BOOL CallEdbgSetDebug(
  DWORD ZoneMask
);

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

Last updated on Wednesday, April 13, 2005

© 2005 Microsoft Corporation. All rights reserved.