KD_EXCEPTION_INFO (Windows CE 5.0)

Send Feedback

This structure contains exception code information used by KD_IOCTL_MAP_EXCEPTION.

typedef struct _KD_EXCEPTION_INFO {intnVersion;ULONGulFlags;ULONGulAddress; ULONGulExceptionCode;} KD_EXCEPTION_INFO, *PKD_EXCEPTION_INFO;

Members

  • nVersion
    Version number of the request. This is set to 1 for Windows CE 3.0 and later.
  • ulFlags
    Unused. Always set to 0.
  • ulAddress
    Address where the exception occurred.
  • ulExceptionCode
    Exception code.

Requirements

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

See Also

OEMKDIoControl | KD_IOCTL_MAP_EXCEPTION

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.