Changeset 5086 for trunk/src/win32k/k32
- Timestamp:
- Feb 10, 2001, 12:11:48 PM (25 years ago)
- Location:
- trunk/src/win32k/k32
- Files:
-
- 4 edited
-
k32ProcessReadWrite.cpp (modified) (3 diffs)
-
k32QueryOTEs.cpp (modified) (3 diffs)
-
k32QueryOptionsStatus.cpp (modified) (3 diffs)
-
k32SetOptions.cpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/win32k/k32/k32ProcessReadWrite.cpp
r4347 r5086 1 /* $Id: k32ProcessReadWrite.cpp,v 1. 1 2000-10-01 02:58:18bird Exp $1 /* $Id: k32ProcessReadWrite.cpp,v 1.2 2001-02-10 11:11:44 bird Exp $ 2 2 * 3 3 * k32ProcessReadWrite - Read or write to another process. … … 20 20 #define INCL_OS2KRNL_VM 21 21 #define INCL_OS2KRNL_SEM 22 #define INCL_OS2KRNL_LDR 22 23 #define NO_WIN32K_LIB_FUNCTIONS 23 24 … … 29 30 #include "devSegDf.h" /* Win32k segment definitions. */ 30 31 #include "OS2Krnl.h" 31 #include "ldrCalls.h"32 32 #include "win32k.h" 33 33 #include "k32.h" -
trunk/src/win32k/k32/k32QueryOTEs.cpp
r4164 r5086 1 /* $Id: k32QueryOTEs.cpp,v 1. 2 2000-09-02 21:08:05bird Exp $1 /* $Id: k32QueryOTEs.cpp,v 1.3 2001-02-10 11:11:44 bird Exp $ 2 2 * 3 3 * k32QueryOTEs - Get's the object table entries (OTEs) for a given … … 19 19 #define INCL_OS2KRNL_TK 20 20 #define INCL_OS2KRNL_SEM 21 #define INCL_OS2KRNL_LDR 21 22 22 23 #define NO_WIN32K_LIB_FUNCTIONS … … 28 29 #include "devSegDf.h" /* Win32k segment definitions. */ 29 30 #include "OS2Krnl.h" 30 #include "ldrCalls.h"31 31 #include "win32k.h" 32 32 #include "k32.h" -
trunk/src/win32k/k32/k32QueryOptionsStatus.cpp
r5051 r5086 1 /* $Id: k32QueryOptionsStatus.cpp,v 1. 5 2001-02-02 08:38:34 bird Exp $1 /* $Id: k32QueryOptionsStatus.cpp,v 1.6 2001-02-10 11:11:44 bird Exp $ 2 2 * 3 3 * k32QueryOptionsStatus - Queries the options and/or the status of … … 20 20 #define INCL_OS2KRNL_TK 21 21 #define INCL_OS2KRNL_SEM 22 #define INCL_OS2KRNL_LDR 22 23 23 24 #define NO_WIN32K_LIB_FUNCTIONS … … 47 48 #include "dev32.h" /* 32-Bit part of the device driver. (SSToDS) */ 48 49 #include "OS2Krnl.h" /* kernel structs. (SFN) */ 49 #include "ldrCalls.h" /* ldr* calls. (ldrRead) */50 50 #include "log.h" /* Logging. */ 51 51 #include "avl.h" /* AVL tree. (ldr.h need it) */ -
trunk/src/win32k/k32/k32SetOptions.cpp
r5051 r5086 1 /* $Id: k32SetOptions.cpp,v 1. 5 2001-02-02 08:38:34 bird Exp $1 /* $Id: k32SetOptions.cpp,v 1.6 2001-02-10 11:11:44 bird Exp $ 2 2 * 3 3 * k32SetOptions - Sets the changable options of win32k.sys the options. … … 19 19 #define INCL_OS2KRNL_TK 20 20 #define INCL_OS2KRNL_SEM 21 #define INCL_OS2KRNL_LDR 21 22 22 23 #define NO_WIN32K_LIB_FUNCTIONS … … 46 47 #include "dev32.h" /* 32-Bit part of the device driver. (SSToDS) */ 47 48 #include "OS2Krnl.h" /* kernel structs. (SFN) */ 48 #include "ldrCalls.h" /* ldr* calls. (ldrRead) */49 49 #include "log.h" /* Logging. */ 50 50 #include "avl.h" /* AVL tree. (ldr.h need it) */
Note:
See TracChangeset
for help on using the changeset viewer.
