Ignore:
Timestamp:
Aug 30, 2000, 3:56:39 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

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

    r3447 r4124  
    1 /* $Id: winerror.h,v 1.8 2000-04-25 22:27:11 davidr Exp $ */
     1/* $Id: winerror.h,v 1.9 2000-08-30 13:56:38 sandervl Exp $ */
    22#ifndef __WINE_WINERROR_H
    33#define __WINE_WINERROR_H
     
    665665
    666666#define CO_S_NOTALLINTERFACES           0x00080012
    667 #define CO_E_NOTINITIALIZED             0x800401F0
    668 #define CO_E_ERRORINDLL                 0x800401F9
    669 #define CO_E_OBJISREG                   0x800401FB
     667#define CO_E_NOTINITIALIZED              0x800401F0L
     668#define CO_E_ALREADYINITIALIZED          0x800401F1L
     669#define CO_E_CANTDETERMINECLASS          0x800401F2L
     670#define CO_E_CLASSSTRING                 0x800401F3L
     671#define CO_E_IIDSTRING                   0x800401F4L
     672#define CO_E_APPNOTFOUND                 0x800401F5L
     673#define CO_E_APPSINGLEUSE                0x800401F6L
     674#define CO_E_ERRORINAPP                  0x800401F7L
     675#define CO_E_DLLNOTFOUND                 0x800401F8L
     676#define CO_E_ERRORINDLL                  0x800401F9L
     677#define CO_E_WRONGOSFORAPP               0x800401FAL
     678#define CO_E_OBJNOTREG                   0x800401FBL
     679#define CO_E_OBJISREG                    0x800401FCL
     680#define CO_E_OBJNOTCONNECTED             0x800401FDL
     681#define CO_E_APPDIDNTREG                 0x800401FEL
     682#define CO_E_RELEASED                    0x800401FFL
     683#define CO_E_FAILEDTOIMPERSONATE         0x80040200L
     684#define CO_E_FAILEDTOGETSECCTX           0x80040201L
     685#define CO_E_FAILEDTOOPENTHREADTOKEN     0x80040202L
     686#define CO_E_FAILEDTOGETTOKENINFO        0x80040203L
     687#define CO_E_TRUSTEEDOESNTMATCHCLIENT    0x80040204L
     688#define CO_E_FAILEDTOQUERYCLIENTBLANKET  0x80040205L
     689#define CO_E_FAILEDTOSETDACL             0x80040206L
     690#define CO_E_ACCESSCHECKFAILED           0x80040207L
     691#define CO_E_NETACCESSAPIFAILED          0x80040208L
     692#define CO_E_WRONGTRUSTEENAMESYNTAX      0x80040209L
     693#define CO_E_INVALIDSID                  0x8004020AL
     694#define CO_E_CONVERSIONFAILED            0x8004020BL
     695#define CO_E_NOMATCHINGSIDFOUND          0x8004020CL
     696#define CO_E_LOOKUPACCSIDFAILED          0x8004020DL
     697#define CO_E_NOMATCHINGNAMEFOUND         0x8004020EL
     698#define CO_E_LOOKUPACCNAMEFAILED         0x8004020FL
     699#define CO_E_SETSERLHNDLFAILED           0x80040210L
     700#define CO_E_FAILEDTOGETWINDIR           0x80040211L
     701#define CO_E_PATHTOOLONG                 0x80040212L
     702#define CO_E_FAILEDTOGENUUID             0x80040213L
     703#define CO_E_FAILEDTOCREATEFILE          0x80040214L
     704#define CO_E_FAILEDTOCLOSEHANDLE         0x80040215L
     705#define CO_E_EXCEEDSYSACLLIMIT           0x80040216L
     706#define CO_E_ACESINWRONGORDER            0x80040217L
     707#define CO_E_INCOMPATIBLESTREAMVERSION   0x80040218L
     708#define CO_E_FAILEDTOOPENPROCESSTOKEN    0x80040219L
     709#define CO_E_DECODEFAILED                0x8004021AL
     710#define CO_E_ACNOTINITIALIZED            0x8004021BL
    670711
    671712#define OLE_E_FIRST 0x80040000L
Note: See TracChangeset for help on using the changeset viewer.