На главную

On-line справка по Win32 API

Написать письмо
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО!
Список всех статей A-B-C-D-E-F-G-H-I-J-K-L-M-N-O-P-Q-R-S-T-U-V-W-X-Y-Z | Скачать Вниз

EXCEPTION_POINTERS



The EXCEPTION_POINTERS structure contains an exception record with a machine-independent description of an exception and a context record with a machine-dependent description of the processor context at the time of the exception.

typedef struct _EXCEPTION_POINTERS { // exp
PEXCEPTION_RECORD ExceptionRecord;
PCONTEXT ContextRecord;
} EXCEPTION_POINTERS;


Members

ExceptionRecord

Points to an EXCEPTION_RECORD structure that contains a machine-independent description of the exception.

ContextRecord

Points to a CONTEXT structure that contains a processor-specific description of the state of the processor at the time of the exception.



See Also

GetExceptionInformation, CONTEXT, EXCEPTION_RECORD


Пригласи друзей и счет твоего мобильника всегда будет положительным!
Предыдущая статья
 
Сайт Народ.Ру Интернет
Следующая статья
Пригласи друзей и счет твоего мобильника всегда будет положительным!

EXCEPTION_POINTERS



Структура EXCEPTION_POINTERS содержит исключительной записи с машинно-независимым описанием исключения и контекстная запись с машинно-зависимым описанием контекста процессора на момент исключения.

typedef struct _EXCEPTION_POINTERS { // exp PEXCEPTION_RECORD ExceptionRecord;
PCONTEXT ContextRecord;
} EXCEPTION_POINTERS;


Участники

ExceptionRecord

Точки на структуру EXCEPTION_RECORD, которые содержат машинно-независимое описание исключения.

ContextRecord

Точки на структуру КОНТЕКСТА, которые содержат процессор-специфическое описание процессора на момент исключения.



Смотри Также

GetExceptionInformation, CONTEXT, EXCEPTION_RECORD


Вверх Version 1.3, Oct 26 2010 © 2007, 2010, mrhx Вверх
 mrhx software  Русский перевод OpenGL  Русский перевод Win32 API
 
Используются технологии uCoz