IeXdiEnumDataBreakpoint::EnableAll

This method enables data breakpoints with objects in the enumerated list.

HRESULT EnableAll (void);

Parameters

None.

Return Values

This method has the following return values.

Return value Description
S_OK Function is successful.
EXDI_E_NOTIMPL Not implemented.
EXDI_E_OUTOFMEMORY Failed to allocate necessary memory.
EXDI_E_ABORT Operation aborted.
EXDI_E_FAIL Unspecified failure occurred.
EXDI_E_COMMUNICATION Communication error occurred between host driver and target.
EXDI_E_CANNOTWHILETGTRUNNING Cannot proceed while target is running. Must halt the target first.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: exdi.idl.

See Also

IeXdiEnumDataBreakpoint

 Last updated on Friday, October 08, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.