|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <psdk/ntverp.h>
#include <excpt.h>
#include <setjmp.h>
#include <ntdef.h>
#include <ntifs.h>
#include <arc/arc.h>
#include <ntndk.h>
#include <bugcodes.h>
#include <windbgkd.h>
#include <wdbgexts.h>
#include <kddll.h>
#include "ksx.template.h"
Go to the source code of this file.
Data Structures |
| struct | PFIBER |
| struct | ASMGENDATA |
Defines |
| #define | NOEXTAPI |
| #define | TYPE_END 0 |
| #define | TYPE_RAW 1 |
| #define | TYPE_CONSTANT 2 |
| #define | TYPE_HEADER 3 |
| #define | RAW(x) {TYPE_RAW, x, 0} |
| #define | CONSTANT(name) {TYPE_CONSTANT, #name, (ULONG)name} |
| #define | CONSTANT64(name) {TYPE_CONSTANT, #name, (ULONGLONG)name} |
| #define | CONSTANTPTR(name) {TYPE_CONSTANT, #name, (ULONG_PTR)name} |
| #define | CONSTANTX(name, value) {TYPE_CONSTANT, #name, value} |
| #define | OFFSET(name, struct, member) {TYPE_CONSTANT, #name, FIELD_OFFSET(struct, member)} |
| #define | RELOFFSET(name, struct, member, to) {TYPE_CONSTANT, #name, FIELD_OFFSET(struct, member) - FIELD_OFFSET(struct, to)} |
| #define | SIZE(name, struct) {TYPE_CONSTANT, #name, sizeof(struct)} |
| #define | HEADER(x) {TYPE_HEADER, x, 0} |
Variables |
| ASMGENDATA | Table [] |
Generated on Sat May 26 2012 05:26:37 for ReactOS by
1.7.6.1
|