KD_BPINFO (Windows CE 5.0)
This structure contains breakpoint information used by OEMKDIoControl.
typedef struct _KD_BPINFO {intnVersion;ULONGulFlags;ULONGulAddress; ULONGulHandle;ULONGulCount;} KD_BPINFO, *PKD_BPINFO;
Members
nVersion
Version number of the request. This is set to 1 for Windows CE 3.0 and later.ulFlags
Identifies the properties of the I/O request.The KDFLAG_INUSE flag indicates that the breakpoint is set.
ulAddress
Hardware address to use for the breakpoint.ulHandle
Handle value that is associated with a breakpoint.ulCount
Number of breakpoints or position in a list of breakpoints.
Requirements
OS Versions: Windows CE 3.0 and later.
Header: Pkfuncs.h.
See Also
Send Feedback on this topic to the authors