Annotation of mstools/h/rpcnterr.h, revision 1.1.1.3

1.1       root        1: /*********************************************************/
                      2: /**               Microsoft LAN Manager                 **/
1.1.1.3 ! root        3: /**       Copyright(c) Microsoft Corp., 1987-1993       **/
1.1       root        4: /**                                                     **/
                      5: /**     Rpc Error Codes from the compiler and runtime   **/
                      6: /**                                                     **/
                      7: /*********************************************************/
                      8: 
                      9: /*
                     10: If you change this file, you must also change rpcerr.h.
                     11: */
                     12: 
                     13: #ifndef __RPCNTERR_H__
                     14: #define __RPCNTERR_H__
                     15: 
1.1.1.2   root       16: #define RPC_S_OK                          ERROR_SUCCESS
                     17: #define RPC_S_INVALID_ARG                 ERROR_INVALID_PARAMETER
                     18: #define RPC_S_OUT_OF_MEMORY               ERROR_OUTOFMEMORY
                     19: #define RPC_S_OUT_OF_THREADS              ERROR_MAX_THRDS_REACHED
                     20: #define RPC_S_INVALID_LEVEL               ERROR_INVALID_PARAMETER
                     21: #define RPC_S_BUFFER_TOO_SMALL            ERROR_INSUFFICIENT_BUFFER
                     22: #define RPC_S_INVALID_SECURITY_DESC       ERROR_INVALID_SECURITY_DESCR
                     23: #define RPC_S_ACCESS_DENIED               ERROR_ACCESS_DENIED
1.1.1.3 ! root       24: #define RPC_S_SERVER_OUT_OF_MEMORY        ERROR_NOT_ENOUGH_SERVER_MEMORY
1.1.1.2   root       25: 
                     26: #define RPC_X_NO_MEMORY                   RPC_S_OUT_OF_MEMORY
                     27: #define RPC_X_INVALID_BOUND               RPC_S_INVALID_BOUND
                     28: #define RPC_X_INVALID_TAG                 RPC_S_INVALID_TAG
                     29: #define RPC_X_ENUM_VALUE_TOO_LARGE        RPC_X_ENUM_VALUE_OUT_OF_RANGE
1.1.1.3 ! root       30: #define RPC_X_SS_CONTEXT_MISMATCH         ERROR_INVALID_HANDLE
1.1       root       31: 
                     32: #endif /* __RPCNTERR_H__ */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.