EdbgSetDebug (Development Workstation)
This function allows an application to supply a function for printing error messages and setting debug zones in the Ethernet debug protocol engine.
VOID EdbgSetDebug(
DWORD DebugZoneMask,
PFN_OutputDebugString pDebugStringFunc );
Parameters
- DebugZoneMask
[in] DWORD that contains a bit field that specifies a new zone mask. - pDebugStringFunc
[in] Pointer to function that is be called to print debug messages.
Return Values
None.
Remarks
The default is to print messages to OutputDebugString. To return to the default, set pDebugStringFunc to NULL.
This function is implemented in the Edbg.dll that is loaded by an application on the development workstation.
Requirements
Runs on | Versions | Defined in | Include | Link to |
---|---|---|---|---|
Windows CE OS | 2.10 and later | Ethdbg.h | Ethdbg.dll |