KD_IOCTL_SET_DBP (Windows CE 5.0)

Send Feedback

This IOCTL is used to set a data breakpoint.

The OEMKDIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to KD_IOCTL_SET_DBP.

  • lpBuf
    [out] Pointer to a buffer that allocates space for a KD_BPINFO structure.

  • nBufSize
    [in] Size of the buffer pointed to by lpBuf.

    This is set to the size of the KD_BPINFO structure.

Remarks

The ulAddress member of KD_BPINFO is set to the address to write the data breakpoint. The OEM sets the ulHandle member to the handle of the data breakpoint.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.

See Also

KD_BPINFO | OEMKDIoControl | Implementing Save and Restore Coprocessor Register Support

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.