Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenncastatus.h
Go to the documentation of this file.
00001 /* 00002 * NCA Status definitions 00003 * 00004 * Copyright 2007 Robert Shearman 00005 * 00006 * This library is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU Lesser General Public 00008 * License as published by the Free Software Foundation; either 00009 * version 2.1 of the License, or (at your option) any later version. 00010 * 00011 * This library is distributed in the hope that it will be useful, 00012 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00014 * Lesser General Public License for more details. 00015 * 00016 * You should have received a copy of the GNU Lesser General Public 00017 * License along with this library; if not, write to the Free Software 00018 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA 00019 */ 00020 00021 #define NCA_S_COMM_FAILURE 0x1C010001 00022 #define NCA_S_OP_RNG_ERROR 0x1C010002 00023 #define NCA_S_UNK_IF 0x1C010003 00024 #define NCA_S_WRONG_BOOT_TIME 0x1C010006 00025 #define NCA_S_YOU_CRASHED 0x1C010009 00026 #define NCA_S_PROTO_ERROR 0x1C01000B 00027 #define NCA_S_OUT_ARGS_TOO_BIG 0x1C010013 00028 #define NCA_S_SERVER_TOO_BUSY 0x1C010014 00029 #define NCA_S_FAULT_STRING_TOO_LONG 0x1C010015 00030 #define NCA_S_UNSUPPORTED_TYPE 0x1C010017 00031 00032 #define NCA_S_FAULT_INT_DIV_BY_ZERO 0x1C000001 00033 #define NCA_S_FAULT_ADDR_ERROR 0x1C000002 00034 #define NCA_S_FAULT_FP_DIV_ZERO 0x1C000003 00035 #define NCA_S_FAULT_FP_UNDERFLOW 0x1C000004 00036 #define NCA_S_FAULT_FP_OVERFLOW 0x1C000005 00037 #define NCA_S_FAULT_INVALID_TAG 0x1C000006 00038 #define NCA_S_FAULT_INVALID_BOUND 0x1C000007 00039 #define NCA_S_RPC_VERSION_MISMATCH 0x1C000008 00040 #define NCA_S_UNSPEC_REJECT 0x1C000009 00041 #define NCA_S_BAD_ACTID 0x1C00000A 00042 #define NCA_S_WHO_ARE_YOU_FAILED 0x1C00000B 00043 #define NCA_S_MANAGER_NOT_ENTERED 0x1C00000C 00044 #define NCA_S_FAULT_CANCEL 0x1C00000D 00045 #define NCA_S_FAULT_ILL_INST 0x1C00000E 00046 #define NCA_S_FAULT_FP_ERROR 0x1C00000F 00047 #define NCA_S_FAULT_INT_OVERFLOW 0x1C000010 00048 #define NCA_S_FAULT_UNSPEC 0x1C000012 00049 #define NCA_S_FAULT_REMOTE_COMM_FAILURE 0x1C000013 00050 #define NCA_S_FAULT_PIPE_EMPTY 0x1C000014 00051 #define NCA_S_FAULT_PIPE_CLOSED 0x1C000015 00052 #define NCA_S_FAULT_PIPE_ORDER 0x1C000016 00053 #define NCA_S_FAULT_PIPE_DISCIPLINE 0x1C000017 00054 #define NCA_S_FAULT_PIPE_COMM_ERROR 0x1C000018 00055 #define NCA_S_FAULT_PIPE_MEMORY 0x1C000019 00056 #define NCA_S_FAULT_CONTEXT_MISMATCH 0x1C00001A 00057 #define NCA_S_FAULT_REMOTE_NO_MEMORY 0x1C00001B 00058 #define NCA_S_INVALID_PRES_CONTEXT_ID 0x1C00001C 00059 #define NCA_S_UNSUPPORTED_AUTHN_LEVEL 0x1C00001D 00060 #define NCA_S_INVALID_CHECKSUM 0x1C00001F 00061 #define NCA_S_INVALID_CRC 0x1C000020 00062 #define NCA_S_FAULT_USER_DEFINED 0x1C000021 00063 #define NCA_S_FAULT_TX_OPEN_FAILED 0x1C000022 00064 #define NCA_S_FAULT_CODESET_CONV_ERROR 0x1C000023 00065 #define NCA_S_FAULT_OBJECT_NOT_FOUND 0x1C000024 00066 #define NCA_S_FAULT_NO_CLIENT_STUB 0x1C000025 Generated on Sat May 26 2012 04:24:34 for ReactOS by
1.7.6.1
|