Ignore:
Timestamp:
Oct 1, 2000, 4:58:21 AM (25 years ago)
Author:
bird
Message:

Implemented tool for generating calltab for kernel imports. (mkcalltab)
Implemented API for accessing memory in another process. (*ProcessReadWrite)
Added kernel imports needed to implemented ProcessReadWrite.
Removed unused kernel imports.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/include/k32.h

    r4164 r4347  
    1 /* $Id: k32.h,v 1.3 2000-09-02 21:08:02 bird Exp $
     1/* $Id: k32.h,v 1.4 2000-10-01 02:58:17 bird Exp $
    22 *
    33 * k32 - definitions.
     
    2323APIRET k32QueryOptionsStatus(PK32OPTIONS pOptions, PK32STATUS pStatus);
    2424APIRET k32SetOptions(PK32OPTIONS pOptions);
     25APIRET k32ProcessReadWrite(PID pid, ULONG cb, PVOID pvSource, PVOID pvTarget, BOOL fRead);
    2526
    2627
Note: See TracChangeset for help on using the changeset viewer.