Changeset 2674 for trunk/include


Ignore:
Timestamp:
Feb 7, 2000, 3:29:22 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/ntddk.h

    r2135 r2674  
    1 /* $Id: ntddk.h,v 1.4 1999-12-19 12:26:24 sandervl Exp $ */
     1/* $Id: ntddk.h,v 1.5 2000-02-07 14:29:22 sandervl Exp $ */
    22/*
    33        this file defines interfaces mainly exposed to device drivers and
     
    628628DWORD  WINAPI GetLengthSid(PSID);
    629629BOOL WINAPI CopySid(DWORD,PSID,PSID);
    630 BOOL WINAPI LookupAccountSidA(LPCSTR,PSID,LPCSTR,LPDWORD,LPCSTR,LPDWORD,
     630BOOL WINAPI LookupAccountSidA(LPCSTR,PSID,LPSTR,LPDWORD,LPSTR,LPDWORD,
    631631                                  PSID_NAME_USE);
    632 BOOL WINAPI LookupAccountSidW(LPCWSTR,PSID,LPCWSTR,LPDWORD,LPCWSTR,LPDWORD,
     632BOOL WINAPI LookupAccountSidW(LPCWSTR,PSID,LPWSTR,LPDWORD,LPWSTR,LPDWORD,
    633633                                  PSID_NAME_USE);
    634634PSID_IDENTIFIER_AUTHORITY WINAPI GetSidIdentifierAuthority(PSID);
  • trunk/include/winconst.h

    r2605 r2674  
    1 /* $Id: winconst.h,v 1.23 2000-02-03 12:19:23 sandervl Exp $ */
     1/* $Id: winconst.h,v 1.24 2000-02-07 14:29:21 sandervl Exp $ */
    22
    33/*
     
    182182#define DLL_THREAD_ATTACH       2       /* attach new thread */
    183183#define DLL_THREAD_DETACH       3       /* detach thread */
    184 
    185 /* Regions */
    186 #define ERROR_W           0
    187 #define NULLREGION_W      1
    188 #define SIMPLEREGION_W    2
    189 #define COMPLEXREGION_W   3
    190184
    191185/* ShowWindow() codes */
     
    1001995#define BI_RLE4          2
    1002996#define BI_BITFIELDS     3
     997
     998  /* Polygon modes */
     999#define ALTERNATE_W         1
     1000#define WINDING_W           2
     1001
     1002/* Regions */
     1003#define ERROR_W             0
     1004#define NULLREGION_W        1
     1005#define SIMPLEREGION_W      2
     1006#define COMPLEXREGION_W     3
     1007
     1008#define RGN_AND_W           1
     1009#define RGN_OR_W            2
     1010#define RGN_XOR_W           3
     1011#define RGN_DIFF_W          4
     1012#define RGN_COPY_W          5
Note: See TracChangeset for help on using the changeset viewer.