| ComputerDictionaries.org Computer terms spelled out... |
|
|
|
|
Dictionaries by Category
High-Tech News
|
| Definition Of: |
KDHELP
typedef struct _KDHELP {
DWORD Thread; DWORD ThCallbackStack; DWORD NextCallback; DWORD FramePointer; DWORD KiCallUserMode; DWORD KeUserCallbackDispatcher; } KDHELP, *PKDHELP;
Members
Thread
The address of the kernel thread object, as provided in the WAIT_STATE_CHANGE packet.
ThCallbackStack
The offset in the thread object to the pointer to the current callback frame in the kernel stack.
NextCallback
The address of the next callback frame.
FramePointer
The address of the saved frame pointer, if applicable.
KiCallUserMode
The address of the kernel function that calls out to user mode.
KeUserCallbackDispatcher
The address of the user mode dispatcher function.
|
| |
Software INDEX:
List of Terms: Terms beginning with "A", Page 1 |
|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 A: Page 1 of 16.
|
|
|
|
|
|
 |
|
|
|
|
| Copyright 2008, ComputerDictionaries.org. All rights reserved. |
|
|