Changeset 6224 for trunk/src


Ignore:
Timestamp:
Jul 8, 2001, 5:02:31 AM (24 years ago)
Author:
bird
Message:

Promotyped environment fix worker.(k32SetEnvironment)

File:
1 edited

Legend:

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

    r5247 r6224  
    1 /* $Id: k32.h,v 1.9 2001-02-23 02:57:54 bird Exp $
     1/* $Id: k32.h,v 1.10 2001-07-08 03:02:31 bird Exp $
    22 *
    33 * k32 API - definitions.
     
    2727APIRET _System k32SetOptions(PK32OPTIONS pOptions);
    2828APIRET _System k32ProcessReadWrite(PID pid, ULONG cb, PVOID pvSource, PVOID pvTarget, BOOL fRead);
     29APIRET _System k32SetEnvironment(PSZ pszzEnvironment, ULONG cchEnvironment, PID pid);
    2930
    3031
Note: See TracChangeset for help on using the changeset viewer.