KD_BPINFO (Windows Embedded CE 6.0)

1/5/2010

This structure contains breakpoint information used by OEMKDIoControl.

Syntax

typedef struct _KD_BPINFO {
  int nVersion; 
  ULONG ulFlags; 
  ULONG ulAddress; 
  ULONG ulHandle; 
  ULONG ulCount;
} 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

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

See Also

Reference

OAL Structures
OEMKDIoControl