Process Hacker
ntobapi.h File Reference

Go to the source code of this file.

Data Structures

struct  _OBJECT_BASIC_INFORMATION
 
struct  _OBJECT_TYPE_INFORMATION
 
struct  _OBJECT_TYPES_INFORMATION
 
struct  _OBJECT_HANDLE_FLAG_INFORMATION
 

Macros

#define OBJ_PROTECT_CLOSE   0x00000001
 
#define OBJ_INHERIT   0x00000002
 
#define OBJ_AUDIT_OBJECT_CLOSE   0x00000004
 
#define ObjectNameInformation   1
 
#define ObjectTypesInformation   3
 
#define ObjectHandleFlagInformation   4
 
#define ObjectSessionInformation   5
 

Typedefs

typedef struct
_OBJECT_BASIC_INFORMATION 
OBJECT_BASIC_INFORMATION
 
typedef struct
_OBJECT_BASIC_INFORMATION
POBJECT_BASIC_INFORMATION
 
typedef struct
_OBJECT_TYPE_INFORMATION 
OBJECT_TYPE_INFORMATION
 
typedef struct
_OBJECT_TYPE_INFORMATION
POBJECT_TYPE_INFORMATION
 
typedef struct
_OBJECT_TYPES_INFORMATION 
OBJECT_TYPES_INFORMATION
 
typedef struct
_OBJECT_TYPES_INFORMATION
POBJECT_TYPES_INFORMATION
 
typedef struct
_OBJECT_HANDLE_FLAG_INFORMATION 
OBJECT_HANDLE_FLAG_INFORMATION
 
typedef struct
_OBJECT_HANDLE_FLAG_INFORMATION
POBJECT_HANDLE_FLAG_INFORMATION
 

Macro Definition Documentation

#define OBJ_AUDIT_OBJECT_CLOSE   0x00000004

Definition at line 26 of file ntobapi.h.

#define OBJ_INHERIT   0x00000002

Definition at line 24 of file ntobapi.h.

#define OBJ_PROTECT_CLOSE   0x00000001

Definition at line 22 of file ntobapi.h.

#define ObjectHandleFlagInformation   4

Definition at line 42 of file ntobapi.h.

#define ObjectNameInformation   1

Definition at line 40 of file ntobapi.h.

#define ObjectSessionInformation   5

Definition at line 43 of file ntobapi.h.

#define ObjectTypesInformation   3

Definition at line 41 of file ntobapi.h.

Typedef Documentation