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/OS2KPTDA.h

    r4164 r4347  
    1 /* $Id: OS2KPTDA.h,v 1.2 2000-09-02 21:07:59 bird Exp $
     1/* $Id: OS2KPTDA.h,v 1.3 2000-10-01 02:58:16 bird Exp $
    22 *
    33 * PTDA access functions.
     
    5353
    5454
    55 
    5655USHORT      ptdaGet_ptda_environ(PPTDA pPTDA);
     56HPTDA       ptdaGet_ptda_handle(PPTDA pPTDA);
    5757USHORT      ptdaGet_ptda_module(PPTDA pPTDA);
    5858HKSEMMTX    ptda_ptda_ptdasem(PPTDA pPTDA);
Note: See TracChangeset for help on using the changeset viewer.