Share via


KD_IOCTL_ENUM_CBP

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/27/2008

This IOCTL is used to enumerate the code breakpoints that are set.

The OEMKDIoControl function calls this IOCTL.

Parameters

  • dwIoControlCode
    [in] Set to KD_IOCTL_ENUM_CBP.
  • 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 ulCount member of KD_BPINFO is incremented from zero to n, where n is the number of available breakpoints.

Return Values

TRUE indicates success. FALSE indicates failure.

Requirements

Header pkfuncs.h
Windows Embedded CE Windows CE 3.0 and later

See Also

Reference

KD_BPINFO
OEMKDIoControl