Add definiton of RPC_E_INVALID_OBJREF.
Modified: trunk/reactos/w32api/include/winerror.h
--- trunk/reactos/w32api/include/winerror.h 2005-01-12 13:15:24 UTC (rev 12963) +++ trunk/reactos/w32api/include/winerror.h 2005-01-12 13:35:43 UTC (rev 12964) @@ -2198,6 +2198,7 @@
#define RPC_E_CANTCALLOUT_ININPUTSYNCCALL ((HRESULT)0x8001010DL) #define RPC_E_WRONG_THREAD ((HRESULT)0x8001010EL) #define RPC_E_THREAD_NOT_INIT ((HRESULT)0x8001010FL)
+#define RPC_E_INVALID_OBJREF ((HRESULT)0x8001011DL)
#define RPC_E_UNEXPECTED ((HRESULT)0x8001FFFFL) #define NTE_BAD_UID ((HRESULT)0x80090001L)